June 2008 Archives by thread
Starting: Sun Jun 1 16:37:28 CEST 2008
Ending: Mon Jun 30 22:16:29 CEST 2008
Messages: 227
- [New-bugs-announce] [issue3020] doctest should have lib2to3 integration
Stefan Behnel
- [New-bugs-announce] [issue3021] Lexical exception handlers
Antoine Pitrou
- [New-bugs-announce] [issue3022] mailbox module, two small fixes
Guilherme Polo
- [New-bugs-announce] [issue3023] Problem with invalidly-encoded command-line arguments (Unix)
David Watson
- [New-bugs-announce] [issue3024] Integer conversion inconsistent
Razvan Cosma
- [New-bugs-announce] [issue3025] batch/IDLE differ: print broken for chraracters>ascii
Jim Jewett
- [New-bugs-announce] [issue3026] mmap broken with large files on 64bit system
Matthew Mueller
- [New-bugs-announce] [issue3027] if extended c module is calling Windows API waitForSingleObject, it will block other thread.
patrick
- [New-bugs-announce] [issue3028] tokenize module: normal lines, not "logical"
Noam Raphael
- [New-bugs-announce] [issue3029] free list management - list, dict, set
Andrew I MacIntyre
- [New-bugs-announce] [issue3030] compiler warning on HP-UX
Thomas Heller
- [New-bugs-announce] [issue3031] distutils package_dir/package_data failure
fma
- [New-bugs-announce] [issue3032] tkFont added displayof where necessary
Guilherme Polo
- [New-bugs-announce] [issue3033] tkFont added displayof where necessary
Guilherme Polo
- [New-bugs-announce] [issue3034] tkFont added displayof where necessary
Guilherme Polo
- [New-bugs-announce] [issue3035] Removing apparently unwanted functions from Tkinter
Guilherme Polo
- [New-bugs-announce] [issue3036] docs - print() example wrong in whatsnew
Nick Veitch
- [New-bugs-announce] [issue3037] <generator> in output
Ian Bicking
- [New-bugs-announce] [issue3038] Return results from Python callbacks to Tcl as Tcl objects, please backport it.
Guilherme Polo
- [New-bugs-announce] [issue3039] tarfile.TarFileCompat.writestr(ZipInfo, str) raises AttributeError
Jason Kankiewicz
- [New-bugs-announce] [issue3040] optparse documentation: variable arguments example doesn't work as listed
Trevor Meyerowitz
- [New-bugs-announce] [issue3041] autodoc does not support unicode docstrings
Christophe de Vienne
- [New-bugs-announce] [issue3042] Add PEP 8 compliant aliases to threading module
Nick Coghlan
- [New-bugs-announce] [issue3043] Recursion bug in deepcopy
Tyler Laing
- [New-bugs-announce] [issue3044] Simplify the Integral ABC
Raymond Hettinger
- [New-bugs-announce] [issue3045] Windows online help broken when spaces in TEMP environ
Peter Whaite
- [New-bugs-announce] [issue3046] Locking should be removed from the new buffer protocol
Stefan Behnel
- [New-bugs-announce] [issue3047] string object's lstrip function
Jura
- [New-bugs-announce] [issue3048] getsizeof incorrect for Unicode strings
Martin v. Löwis
- [New-bugs-announce] [issue3049] Some 3k sizeof tests fail
Martin v. Löwis
- [New-bugs-announce] [issue3050] Implement PEP 371: multiprocessing module
Jesse Noller
- [New-bugs-announce] [issue3051] heapq change breaking compatibility
Thomas Herve
- [New-bugs-announce] [issue3052] Mac Modules failing to compile
Benjamin Peterson
- [New-bugs-announce] [issue3053] test_shutil fails under AIX
Antoine Pitrou
- [New-bugs-announce] [issue3054] test_disutils fails
Ronald Oussoren
- [New-bugs-announce] [issue3055] test_list on 64-bit platforms
Ronald Oussoren
- [New-bugs-announce] [issue3056] Simplify the Integral ABC
Raymond Hettinger
- [New-bugs-announce] [issue3057] 2.6 abc fixes
Georg Brandl
- [New-bugs-announce] [issue3058] Let SimpleXMLRPCServer pass client_address to called functions.
Kunshan Wang
- [New-bugs-announce] [issue3059] Removing s.decode at Lib/calendar.py
Guilherme Polo
- [New-bugs-announce] [issue3060] Warn about tuple parameters
Benjamin Peterson
- [New-bugs-announce] [issue3061] time.strftime() always decodes result with UTF-8
Georg Brandl
- [New-bugs-announce] [issue3062] Turtle speed() function has no effect under Mac OS X
Pierre Bourdon
- [New-bugs-announce] [issue3063] memory leak in random number generation
Grant Tang
- [New-bugs-announce] [issue3064] new turtle module for Python 3.0
Gregor Lingl
- [New-bugs-announce] [issue3065] Fix pickling bug of collections.namedtuple
Alexandre Vassalotti
- [New-bugs-announce] [issue3066] FD leak in urllib2
Bohdan Vlasyuk
- [New-bugs-announce] [issue3067] setlocale Tracebacks on unicode locale strings
vincent.chute
- [New-bugs-announce] [issue3068] IDLE - Add an extension configuration dialog
Tal Einat
- [New-bugs-announce] [issue3069] Let set.union and set.intersection accept multiple arguments
Arnaud Delobelle
- [New-bugs-announce] [issue3070] Wrong size calculation in posix_execve
Adam Olsen
- [New-bugs-announce] [issue3071] The ValueError raised by failing to unpack sequence should have more information.
Jonathan Lange
- [New-bugs-announce] [issue3072] Assignment to list of lists gives incorrect result
Steve Emmert
- [New-bugs-announce] [issue3073] Cookie.Morsel breaks in parsing cookie values with whitespace
Lawrence Oluyede
- [New-bugs-announce] [issue3074] test_asyncore is failing
Benjamin Peterson
- [New-bugs-announce] [issue3075] make minidom.toxml() encoding argument useful
Bill Janssen
- [New-bugs-announce] [issue3076] xml_rpc_net fails on Darwin
Ismail Donmez
- [New-bugs-announce] [issue3077] h2py char literal doesn work
Gabriel
- [New-bugs-announce] [issue3078] tokenize.py improvements
Aristotelis Mikropoulos
- [New-bugs-announce] [issue3079] sys.exit() called from optparse - bad, bad, bad
Skip Montanaro
- [New-bugs-announce] [issue3080] Full unicode import system
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue3081] Py_(X)SETREF macros
Antoine Pitrou
- [New-bugs-announce] [issue3082] test_multiprocessing broken
Gregory P. Smith
- [New-bugs-announce] [issue3083] Add alternate (#) formatting for bin, oct, hex output for str.format()
Eric Smith
- [New-bugs-announce] [issue3084] sys.exit() called from optparse - bad, bad, bad
Skip Montanaro
- [New-bugs-announce] [issue3085] chapter 17.1.3.5 'Replacing os.popen*' in the Python library reference contains an error
Jan Huelsbergen
- [New-bugs-announce] [issue3086] sys.maxsize not available by using the latest Win32 build
Giampaolo Rodola'
- [New-bugs-announce] [issue3087] Clean up Demos and Tools
Benjamin Peterson
- [New-bugs-announce] [issue3088] test_multiprocessing hangs on OS X 10.5.3
Barry A. Warsaw
- [New-bugs-announce] [issue3089] All 3.0 buildbots are red
Barry A. Warsaw
- [New-bugs-announce] [issue3090] ARCHFLAGS parsing/concatenation in unixccompiler.py breaks when set to a string
Jesse Noller
- [New-bugs-announce] [issue3091] Can't build datetime or time on py3k (r64171)
Skip Montanaro
- [New-bugs-announce] [issue3092] Wrong unicode size detection in pybench
Antoine Pitrou
- [New-bugs-announce] [issue3093] Namespace polution from multiprocessing
Adam Olsen
- [New-bugs-announce] [issue3094] By default, HTTPSConnection should send header "Host: somehost" instead of "Host: somehost:443"
Steven Wong
- [New-bugs-announce] [issue3095] multiprocessing initializes flags dict unsafely
Adam Olsen
- [New-bugs-announce] [issue3096] sphinx: sort warnings by filename
Marius Gedminas
- [New-bugs-announce] [issue3097] sphinx: config option for exclude_dirnames
Marius Gedminas
- [New-bugs-announce] [issue3098] sys.sizeof test fails with wide unicode
Benjamin Peterson
- [New-bugs-announce] [issue3099] On windows, "import nul" always succeed
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue3100] segfault after loading multiprocessing.reduction
Adam Olsen
- [New-bugs-announce] [issue3101] global function _add_one_to_C
Martin v. Löwis
- [New-bugs-announce] [issue3102] ctypes defines global symbols
Martin v. Löwis
- [New-bugs-announce] [issue3103] sqlite defines a few global symbols.
Martin v. Löwis
- [New-bugs-announce] [issue3104] overzealous garbage collector (dict)
GreaseMonkey
- [New-bugs-announce] [issue3105] Python 2.5.2 Windows Source Distribution missing Visual Studio 2005 ssl build files
Mark English
- [New-bugs-announce] [issue3106] speedup some comparisons
Antoine Pitrou
- [New-bugs-announce] [issue3107] memory leak in make test (in "test list"), 2.5.2 not 2.5.1, Linux 64bit
Tony Wallace
- [New-bugs-announce] [issue3108] Implicit exception chaining (PEP 3134)
Antoine Pitrou
- [New-bugs-announce] [issue3109] test_multiprocessing seems fragile
Antoine Pitrou
- [New-bugs-announce] [issue3110] Multiprocessing package build problem on Solaris 10
Jesse Noller
- [New-bugs-announce] [issue3111] multiprocessing pkg Debian compilation error
Jesse Noller
- [New-bugs-announce] [issue3112] implement PEP 3134 exception reporting
Benjamin Peterson
- [New-bugs-announce] [issue3113] Document exception chaining
Benjamin Peterson
- [New-bugs-announce] [issue3114] bus error on lib2to3
Benjamin Peterson
- [New-bugs-announce] [issue3115] os.listdir randomly fails on occasions when it shouldn't
philipspencer
- [New-bugs-announce] [issue3116] Fix quadratic behavior for marshal.dumps() when len>32Mb
Raymond Hettinger
- [New-bugs-announce] [issue3117] segfault with (None, ) as argument in a def/lambda
Enrico Santoemma
- [New-bugs-announce] [issue3118] test_math fails on 64bit
Benjamin Peterson
- [New-bugs-announce] [issue3119] pickle.py is limited by python's call stack
Aaron Gallagher
- [New-bugs-announce] [issue3120] subprocess module truncates handles on AMD64
Roger Upole
- [New-bugs-announce] [issue3121] test_urllibnet fails
Ismail Donmez
- [New-bugs-announce] [issue3122] sys.getsizeof() gives an AttributeError for _sre objects.
Robert Schuppenies
- [New-bugs-announce] [issue3123] 2to3 fails
djc
- [New-bugs-announce] [issue3124] test_multiprocessing segfaults on Windows
Thomas Heller
- [New-bugs-announce] [issue3125] test_multiprocessing causes test_ctypes to fail
Thomas Heller
- [New-bugs-announce] [issue3126] Lib/logging/__init__.py assumes its stream has flush and close methods
Bob Farrell
- [New-bugs-announce] [issue3127] Segfault provoked by generators and exceptions
Aldona Majorek
- [New-bugs-announce] [issue3128] Regex causes python to hang up? / loop infinite?
André Fritzsche
- [New-bugs-announce] [issue3129] struct allows repeat spec. without a format specifier
Caleb Deveraux
- [New-bugs-announce] [issue3130] In some UCS4 builds, sizeof(Py_UNICODE) could end up being more than 4.
Robert Schuppenies
- [New-bugs-announce] [issue3131] 2to3 can't find fixes_dir
Haoyu Bai
- [New-bugs-announce] [issue3132] implement PEP 3118 struct changes
Benjamin Peterson
- [New-bugs-announce] [issue3133] CGIHTTPRequestHandler does not work on windows
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue3134] shutil references undefined WindowsError symbol
David Vitek
- [New-bugs-announce] [issue3135] inspect.getcallargs()
George Sakkis
- [New-bugs-announce] [issue3136] [PATCH] logging.config.fileConfig() compulsivly disable all existing loggers
Leandro Lucarella
- [New-bugs-announce] [issue3137] Python doesn't handle SIGINT well if it arrives during interpreter startup
Geoffrey Bache
- [New-bugs-announce] [issue3138] Hang when calling get() on an empty queue in the queue module
Dex
- [New-bugs-announce] [issue3139] print is not thread safe
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue3140] str.format("{0:n}") poss. bug with setlocale()
Mark Summerfield
- [New-bugs-announce] [issue3141] Linux build requires Mac module _gestalt
Mark Summerfield
- [New-bugs-announce] [issue3142] urllib docs don't match the new modules
Mark Summerfield
- [New-bugs-announce] [issue3143] development docs waste a lot of horizontal space on left nav bar
Forest Wilkinson
- [New-bugs-announce] [issue3144] popen / popen[234] inconsistent fd behavior
Justin Cappos
- [New-bugs-announce] [issue3145] help> modules os raises UnicodeDecodeError
Michael Yang
- [New-bugs-announce] [issue3146] Sphinx/LaTeX fails on Python 3.0b1 documentation
Vincent Manis
- [New-bugs-announce] [issue3147] tests for sys.getsizeof fail on win64
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue3148] multiprocessing test hangs
Jean Brouwers
- [New-bugs-announce] [issue3149] multiprocessing build fails on Solaris 10
Jean Brouwers
- [New-bugs-announce] [issue3150] multiprocessing module not being installed
Humberto Diogenes
- [New-bugs-announce] [issue3151] elementtree serialization bug for weird namespace urls
robert forkel
- [New-bugs-announce] [issue3152] ast module docs document private attribute
Brett Cannon
- [New-bugs-announce] [issue3153] sqlite leaks on error
Adam Olsen
- [New-bugs-announce] [issue3154] "Quick search" box renders too long on FireFox 3
Miki Tebeka
- [New-bugs-announce] [issue3155] Python should expose a pthread_cond_timedwait API for threading
Gregory P. Smith
- [New-bugs-announce] [issue3156] bytes type has inconsistent methods (append, insert)
A.M. Kuchling
- [New-bugs-announce] [issue3157] sqlite3 minor documentation issues
Stephen Lewis
- [New-bugs-announce] [issue3158] Doctest fails to find doctests in extension modules
Fernando Pérez
- [New-bugs-announce] [issue3159] glob.py improvements
Aristotelis Mikropoulos
- [New-bugs-announce] [issue3160] Building a Win32 binary installer crashes
Viktor Ferenczi
- [New-bugs-announce] [issue3161] Missing import for sys in _abcoll
Simon Cross
- [New-bugs-announce] [issue3162] ssl.SSLSocket implements methods that are overriden by socket.socket.__init__ and methods with incorrect names.
Simon Cross
- [New-bugs-announce] [issue3163] module struct support for ssize_t and size_t
Jean Brouwers
- [New-bugs-announce] [issue3164] cPickle calls to save_string and save_unicode with unicode objects.
Angel Freire
- [New-bugs-announce] [issue3165] cPickle recursion problem
Angel Freire
- [New-bugs-announce] [issue3166] Make conversions from long to float correctly rounded.
Mark Dickinson
- [New-bugs-announce] [issue3167] math test fails on Solaris 10
Jean Brouwers
- [New-bugs-announce] [issue3168] cmath test fails on Solaris 10
Jean Brouwers
- [New-bugs-announce] [issue3169] email/header.py doesn't handle Base64 headers that have been insufficiently padded.
Jason Williams
- [New-bugs-announce] [issue3170] test_pydoc has no way to regenerate pristine data
Brett Cannon
- [New-bugs-announce] [issue3171] operator.*slice() should be deprecated in 2.6
Stefan Behnel
- [New-bugs-announce] [issue3172] test macos skipped "unexpected" on linux2
Jean Brouwers
- [New-bugs-announce] [issue3173] external strftime for Python?
Skip Montanaro
- [New-bugs-announce] [issue3174] 3.0b1 doesn't seem to install on macs
Erick Tryzelaar
- [New-bugs-announce] [issue3175] multiprocessing build fails on Fedora 8 and Xubuntu 8 + solution
Mark Summerfield
- [New-bugs-announce] [issue3176] result error for 2/5 and 4/5
Hiweed
- [New-bugs-announce] [issue3177] os.startfile implement in posix and MacOSX
Young-Ho Cha
- [New-bugs-announce] [issue3178] __radd__(self, other) isn't called if self and other are of the same class
Pyry Pakkanen
- [New-bugs-announce] [issue3179] cPickle is seriously broken
Ralf Schmitt
- [New-bugs-announce] [issue3180] Interrupts are lost during readline PyOS_InputHook processing
Michael Abbott
- [New-bugs-announce] [issue3181] ConfigParsers are classic classes
Ari Makela
- [New-bugs-announce] [issue3182] 2to3 Slight Patch
Nick Edds
- [New-bugs-announce] [issue3183] sha modules & Modules/Setup.dist
Ralf W. Grosse-Kunstleve
- [New-bugs-announce] [issue3184] The elementtree.ElementTree Module doc is missing
David Gladstein
- [New-bugs-announce] [issue3185] Documentation of time.time() differs from source documentation
Carsten Grohmann
- [New-bugs-announce] [issue3186] bin(long) doesn't have a trailing 'L'
Mark Dickinson
- [New-bugs-announce] [issue3187] os.walk - strange bug
Helmut Jarausch
- [New-bugs-announce] [issue3188] float('infinity') should be valid
Mark Dickinson
- [New-bugs-announce] [issue3189] Py3k DeprecationWarning in difflib
Virgil Dupras
- [New-bugs-announce] [issue3190] Pydoc should ignore __package__ attributes
Nick Coghlan
- [New-bugs-announce] [issue3191] round docstring is inaccurate
Mark Dickinson
- [New-bugs-announce] [issue3192] exec(open(filename)) doesn't work
Mike Speciner
- [New-bugs-announce] [issue3193] Python 2.5.2 - Python[2420:613] Error loading / flat namespace error
Peter Dilley
- [New-bugs-announce] [issue3194] Demo/loop.c passing "char *" instead of "wchar_t *"
Rafael Zanella
- [New-bugs-announce] [issue3195] invalid conversion xml.etree.ElementTree.Element object to boolean
Pavel Strashkin
- [New-bugs-announce] [issue3196] Option in pydoc to show docs from private methods
Morten Lied Johansen
- [New-bugs-announce] [issue3197] Documentation for fractions module needs work
Mark Dickinson
- [New-bugs-announce] [issue3198] strings don't seem to roundtrip with repr()
Mark Summerfield
- [New-bugs-announce] [issue3199] 2.6b1 Build Fails On OSX 10.5
John Abel
- [New-bugs-announce] [issue3200] Python's crash in heavy multithreading IO operations
Eric Sadit
- [New-bugs-announce] [issue3201] struct.Struct size attribute undocumented
Eric Vander Weele
- [New-bugs-announce] [issue3202] Wish: disable tests in unittest
Justin Mazzola Paluska
- [New-bugs-announce] [issue3203] sphinx - table of contents doesn't render correctly (html)
Gerard M. Flanagan
- [New-bugs-announce] [issue3204] operator module docs are not updated to 3.0
Andrii V. Mishkovskyi
- [New-bugs-announce] [issue3205] bz2 iterator fails silently on MemoryError
Michiel de Hoon
- [New-bugs-announce] [issue3206] Multiprocessing Array and sharedctypes.Array error in docs/implementation
Andrii V. Mishkovskyi
- [New-bugs-announce] [issue3207] file.write() after file.readline() in mode "r+"
Peter
- [New-bugs-announce] [issue3208] function annotation for builtin and C function
Haoyu Bai
- [New-bugs-announce] [issue3209] Grammar error in UserDict module docs
Michael Schreifels
- [New-bugs-announce] [issue3210] subprocess.Popen does not release process handles if process cannot be started
Geoffrey Bache
- [New-bugs-announce] [issue3211] warnings.warn_explicit raises SystemError
Jean-Paul Calderone
- [New-bugs-announce] [issue3212] ssl module - should test for a wrong cert
Jonas Wagner
- [New-bugs-announce] [issue3213] "pydoc -p" should listen to [::] if IPv6 is supported
Hans Ulrich Niedermann
- [New-bugs-announce] [issue3214] Suggest change to glossary explanation: "Duck Typing"
Paddy McCarthy
- [New-bugs-announce] [issue3215] Can't import sqlite3 in Python 2.6b1
Craig Holmquist
- [New-bugs-announce] [issue3216] errors in msilib documentation
Sjoerd Mullender
- [New-bugs-announce] [issue3217] make text is broken
Benjamin Peterson
- [New-bugs-announce] [issue3218] 2to3 Fix_imports optimization
Nick Edds
- [New-bugs-announce] [issue3219] repeated keyword arguments
ganges master
- [New-bugs-announce] [issue3220] Improve Bytes and Byte Array Methods doc
Terry J. Reedy
- [New-bugs-announce] [issue3221] SystemError: Parent module 'foo' not loaded on import statement
Ralf Schmitt
- [New-bugs-announce] [issue3222] inf*inf gives inf, but inf**2 gives overflow error
Mike Speciner
- [New-bugs-announce] [issue3223] py3k warn on use of frame.f_exc*
Benjamin Peterson
- [New-bugs-announce] [issue3224] Small typo in 2.6 what's new
Chris AtLee
- [New-bugs-announce] [issue3225] backport python 3.0 language functionality to python 2.5 by adding 8 opcodes to ceval.c
kai zhu
- [New-bugs-announce] [issue3226] can't install on OSX 10.4
Benjamin Peterson
- [New-bugs-announce] [issue3227] os.environ.clear has no effect on child processes
Joe P. Cool
- [New-bugs-announce] [issue3228] mailbox.mbox creates files with execute bit set
Piotr Lewandowski
- [New-bugs-announce] [issue3229] Language reference, class definitions: missing text in "Programmer's note"
Martina Oefelein
- [New-bugs-announce] [issue3230] dictobject.c: inappropriate use of PySet_GET_SIZE?
Martina Oefelein
- [New-bugs-announce] [issue3231] re.compile fails with some bytes patterns
Antoine Pitrou
- [New-bugs-announce] [issue3232] Wrong str->bytes conversion in Lib/encodings/idna.py
Antoine Pitrou
- [New-bugs-announce] [issue3233] Timestamp stored in ZIP file not correct ?
Stefan Sonnenberg-Carstens
- [New-bugs-announce] [issue3234] subprocess.py strips last character when raising an AttributeError
Martin Mokrejs
- [New-bugs-announce] [issue3235] Improve subprocess module usage
Martin Mokrejs
- [New-bugs-announce] [issue3236] ints contructed from strings don't use the smallint constants
Antoine Pitrou
- [New-bugs-announce] [issue3237] idlelib3.0 still using xrange
Terry J. Reedy
- [New-bugs-announce] [issue3238] backport python 3.0 language functionality to python 2.6 by adding 7 opcodes to ceval.c
kai zhu
- [New-bugs-announce] [issue3239] curses/textpad.py incorrectly and redundantly imports ascii
Georgij Kondratjev
- [New-bugs-announce] [issue3240] IDLE environment corrupts string.letters
Roger Upole
- [New-bugs-announce] [issue3241] warnings module prints garbage
Ralf Schmitt
- [New-bugs-announce] [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Brodie Rao
- [New-bugs-announce] [issue3243] Support iterable bodies in httplib
Chris AtLee
- [New-bugs-announce] [issue3244] multipart/form-data encoding
Chris AtLee
- [New-bugs-announce] [issue3245] Memory leak on OS X
Edward Langley
- [New-bugs-announce] [issue3246] configure: WARNING: sys/socket.h: present but cannot be compiled
ric
Last message date:
Mon Jun 30 22:16:29 CEST 2008
Archived on: Mon Jun 30 22:16:48 CEST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).