April 2012 Archives by thread
Starting: Sun Apr 1 00:34:17 CEST 2012
Ending: Mon Apr 30 23:45:48 CEST 2012
Messages: 3027
- [issue14316] Broken link in grammar.rst
Roundup Robot
- [issue14316] Broken link in grammar.rst
Sandro Tosi
- [issue11273] asyncore creates selec (or poll) on every iteration
Antoine Pitrou
- [issue14339] Optimizing bin, oct and hex
Antoine Pitrou
- [issue14304] Implement utf-8-bmp codec
Antoine Pitrou
- [issue13872] socket.detach doesn't mark socket._closed
Roundup Robot
- [issue13872] socket.detach doesn't mark socket._closed
Antoine Pitrou
- [issue14456] Relation between threads and signals unclear
Sven Marnach
- [issue14300] dup_socket() on Windows should use WSA_FLAG_OVERLAPPED
Roundup Robot
- [issue14300] dup_socket() on Windows should use WSA_FLAG_OVERLAPPED
Antoine Pitrou
- [issue14286] xxlimited.obj: unresolved external symbol __imp__PyObject_New
Antoine Pitrou
- [issue14286] xxlimited.obj: unresolved external symbol __imp__PyObject_New
Antoine Pitrou
- [issue14116] threading classes' __enter__ should return self
Antoine Pitrou
- [issue1641544] rlcompleter tab completion in pdb
Antoine Pitrou
- [issue14141] 2.7.2 64-bit Windows library has __impt_Py* for several symbols instead of __imp__Py*
Antoine Pitrou
- [issue14151] multiprocessing.connection.Listener fails with invalid address
Antoine Pitrou
- [issue672115] Assignment to __bases__ of direct object subclasses
Antoine Pitrou
- [issue14059] Implement multiprocessing.Barrier
Antoine Pitrou
- [issue14087] multiprocessing.Condition.wait_for missing
Antoine Pitrou
- [issue14440] Close background process if IDLE closes abnormally.
Terry J. Reedy
- [issue3177] Add shutil.open
STINNER Victor
- [issue3177] Add shutil.open
Éric Araujo
- [issue14304] Implement utf-8-bmp codec
Martin v. Löwis
- [issue14286] xxlimited.obj: unresolved external symbol __imp__PyObject_New
Martin v. Löwis
- [issue13238] Add shell command helpers to subprocess module
Nick Coghlan
- [issue14321] Do not run pgen during the build if files are up to date
Arfrever Frehtes Taifersar Arahesis
- [issue3177] Add shutil.open
Arfrever Frehtes Taifersar Arahesis
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Nick Coghlan
- [issue14417] dict RuntimeError workaround
Guido van Rossum
- [issue14443] Distutils test failure
Ross Lagerwall
- [issue1641544] rlcompleter tab completion in pdb
Georg Brandl
- [issue1396946] %ehrntDRT support for time.strptime
Georg Brandl
- [issue3177] Add shutil.open
Chris Rebert
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Chris Rebert
- [issue14339] Optimizing bin, oct and hex
Serhiy Storchaka
- [issue13507] Modify OS X installer builds to package liblzma for the new lzma module
Roundup Robot
- [issue13507] Modify OS X installer builds to package liblzma for the new lzma module
Ned Deily
- [issue14304] Implement utf-8-bmp codec
Serhiy Storchaka
- [issue14460] In re's positive lookbehind assertion repetition works
py.user
- [issue14461] In re's positive lookbehind assertion documentation match() cannot match
py.user
- [issue14462] In re's named group the name cannot contain unicode characters
py.user
- [issue14463] _decimal.so compile fails in OS X installer builds
Ned Deily
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Andrew Svetlov
- [issue14440] Close background process if IDLE closes abnormally.
Andrew Svetlov
- [issue14408] Support ./python -m unittest in the stdlib tests
Matt Joiner
- [issue14394] missing links on performance claims of cdecimal
Roundup Robot
- [issue13934] sqlite3 test typo
Thomas Spura
- [issue14394] Add speed improvement note to the decimal docs.
Stefan Krah
- [issue14408] Support ./python -m unittest in the stdlib tests
Matt Joiner
- [issue14387] Include\accu.h incompatible with Windows.h
Stefan Krah
- [issue14419] Faster ascii decoding
Jesús Cea Avión
- [issue13968] Support recursive globs
Yuval Greenfield
- [issue14464] reference loss in test_xml_etree_c
Antoine Pitrou
- [issue13968] Support recursive globs
Yuval Greenfield
- [issue14417] dict RuntimeError workaround
Stefan Krah
- [issue14449] argparse optional arguments should follow getopt_long(3)
Ernest N. Mamikonyan
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Stefan Behnel
- [issue13968] Support recursive globs
Serhiy Storchaka
- [issue11668] _multiprocessing.Connection.poll with timeout uses polling under Windows
Antoine Pitrou
- [issue13968] Support recursive globs
Yuval Greenfield
- [issue13019] bytearrayobject.c: refleak
Roundup Robot
- [issue13019] bytearrayobject.c: refleak
Roundup Robot
- [issue13019] bytearrayobject.c: refleak
Antoine Pitrou
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
R. David Murray
- [issue14065] Element should support cyclic GC
Eli Bendersky
- [issue14151] multiprocessing.connection.Listener fails with invalid address
Popa Claudiu
- [issue14151] multiprocessing.connection.Listener fails with invalid address
Popa Claudiu
- [issue14465] add feature to prettify XML output
Tshepang Lekhonkhobe
- [issue14151] multiprocessing.connection.Listener fails with invalid address
Roundup Robot
- [issue14151] multiprocessing.connection.Listener fails with invalid address
Antoine Pitrou
- [issue14151] multiprocessing.connection.Listener fails with invalid address
Antoine Pitrou
- [issue14466] Rip out mq instructions
Antoine Pitrou
- [issue14467] Avoid exotic documentation in the devguide
Antoine Pitrou
- [issue14229] On KeyboardInterrupt, the exit code should mirror the signal number
Antoine Pitrou
- [issue14468] Update cloning guidelines in devguide
Éric Araujo
- [issue14450] Log rotate cant execute in Windows. (logging module)
shinta.nakayama
- [issue14417] dict RuntimeError workaround
R. David Murray
- [issue14469] Python 3 documentation links
Serhiy Storchaka
- [issue14470] Remove use of w9xopen in subporcess module
Andrew Svetlov
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Andrew Svetlov
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Andrew Svetlov
- [issue14300] dup_socket() on Windows should use WSA_FLAG_OVERLAPPED
Kristján Valur Jónsson
- [issue14300] dup_socket() on Windows should use WSA_FLAG_OVERLAPPED
Kristján Valur Jónsson
- [issue14471] Buffer oferrun in winreg.c
Kristján Valur Jónsson
- [issue14417] dict RuntimeError workaround
Raymond Hettinger
- [issue14394] Add speed improvement note to the decimal docs.
Raymond Hettinger
- [issue14205] Raise an error if a dict is modified during a lookup
Guido van Rossum
- [issue14417] dict RuntimeError workaround
Guido van Rossum
- [issue14417] dict RuntimeError workaround
Raymond Hettinger
- [issue14417] dict RuntimeError workaround
Raymond Hettinger
- [issue14450] Log rotate cant execute in Windows. (logging module)
Vinay Sajip
- [issue14417] dict RuntimeError workaround
Guido van Rossum
- [issue14373] C implementation of functools.lru_cache
Matt Joiner
- [issue14373] C implementation of functools.lru_cache
Matt Joiner
- [issue14373] C implementation of functools.lru_cache
Matt Joiner
- [issue14472] .gitignore is outdated
Matej Cepl
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue14473] Regex Howto error
Federico Reghenzani
- [issue14474] mishandling of AttributeError in threads
Pierre Ossman
- [issue14405] Some "Other Resources" in the sidebar are hopelessly out of date
Ezio Melotti
- [issue14475] codecs.StreamReader.read behaves differently from regular files
Mikko Rasa
- [issue14476] sudo breaks python
Pierre Ossman
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue14455] plistlib unable to read json and binary plist files
Georges Martin
- [issue14477] Rietveld test issue
Martin v. Löwis
- [issue14478] Decimal hashing very slow, could be cached
James Hutchison
- [issue14478] Decimal hashing very slow, could be cached
R. David Murray
- [issue14478] Decimal hashing very slow, could be cached
Jesús Cea Avión
- [issue14478] Decimal hashing very slow, could be cached
Serhiy Storchaka
- [issue14478] Decimal hashing very slow, could be cached
James Hutchison
- [issue14478] Decimal hashing very slow, could be cached
James Hutchison
- [issue14478] Decimal hashing very slow, could be cached
Stefan Krah
- [issue14478] Decimal hashing very slow, could be cached
Stefan Krah
- [issue14478] Decimal hashing very slow, could be cached
Ramchandra Apte
- [issue14478] Decimal hashing very slow, could be cached
James Hutchison
- [issue14478] Decimal hashing very slow, could be cached
Jim Jewett
- [issue14478] Decimal hashing very slow, could be cached
Raymond Hettinger
- [issue14478] Decimal hashing very slow, could be cached
Antoine Pitrou
- [issue14478] Decimal hashing very slow, could be cached
Antoine Pitrou
- [issue14478] Decimal hashing very slow, could be cached
Raymond Hettinger
- [issue14478] Decimal hashing very slow, could be cached
Stefan Krah
- [issue14478] Decimal hashing very slow, could be cached
Jim Jewett
- [issue14478] Decimal hashing very slow, could be cached
Roundup Robot
- [issue14478] Decimal hashing very slow, could be cached
Stefan Krah
- [issue14478] Decimal hashing very slow, could be cached
Stefan Krah
- [issue14478] Decimal hashing very slow, could be cached
James Hutchison
- [issue14478] Decimal hashing very slow, could be cached
Amaury Forgeot d'Arc
- [issue14478] Decimal hashing very slow, could be cached
Raymond Hettinger
- [issue14387] Include\accu.h incompatible with Windows.h
Jeff Robbins
- [issue14387] Include\accu.h incompatible with Windows.h
Stefan Krah
- [issue14387] Include\accu.h incompatible with Windows.h
Georg Brandl
- [issue14387] Include\accu.h incompatible with Windows.h
Georg Brandl
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14432] Bug in generator if the generator in created in a C thread
Adam Tomjack
- [issue14479] Replace transplant with graft in devguide
Antoine Pitrou
- [issue13585] Add contextlib.CallbackStack
Nick Coghlan
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14341] sporadic (?) test_urllib2 failures
Stefan Krah
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue14440] Close background process if IDLE closes abnormally.
Roger Serwy
- [issue802310] tkFont may reuse font names
Andrew Svetlov
- [issue802310] tkFont may reuse font names
Roundup Robot
- [issue802310] tkFont may reuse font names
Andrew Svetlov
- [issue6015] Tkinter Scrollbar in OS X 10.5
Andrew Svetlov
- [issue14480] os.kill on Windows should accept zero as signal
Andrew Svetlov
- [issue6015] Tkinter Scrollbar in OS X 10.5
Ned Deily
- [issue14481] trivial formatting error in subprocess docs
Chris Rebert
- [issue14482] multiprocessing.connection.Listener fails with invalid address on Windows
Popa Claudiu
- [issue14288] Make iterators pickleable
Kristján Valur Jónsson
- [issue14288] Make iterators pickleable
Roundup Robot
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14483] inspect.getsource fails to read a file of only comments
Sean Grider
- [issue14484] missing return in win32_kill?
Antoine Pitrou
- [issue14440] Close background process if IDLE closes abnormally.
Andrew Svetlov
- [issue14127] add st_*time_ns fileds to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue14485] hi, thanks, nice to learn from you
junyan
- [issue9400] multiprocessing.pool.AsyncResult.get() messes up exceptions
Daniel Blanchard
- [issue13700] imaplib.IMAP4.authenticate authobject fails with PLAIN mechanism
R. David Murray
- [issue12979] tkinter.font.Font object not usable as font option
Andrew Svetlov
- [issue3405] Add support for the new data option supported by event generate (Tk 8.5)
Andrew Svetlov
- [issue1584] Mac OS X: building with X11 Tkinter
Andrew Svetlov
- [issue14065] Element should support cyclic GC
Roundup Robot
- [issue14065] Element should support cyclic GC
Eli Bendersky
- [issue3033] tkFont added displayof where necessary
Andrew Svetlov
- [issue1584] Mac OS X: building with X11 Tkinter
Ned Deily
- [issue1584] Mac OS X: building with X11 Tkinter
Andrew Svetlov
- [issue9400] multiprocessing.pool.AsyncResult.get() messes up exceptions
Amaury Forgeot d'Arc
- [issue2636] Adding a new regex module (compatible with re)
Sandro Tosi
- [issue11734] Add half-float (16-bit) support to struct module
Antoine Pitrou
- [issue14065] Element should support cyclic GC
Stefan Krah
- [issue14440] Close background process if IDLE closes abnormally.
Roger Serwy
- [issue14397] Use GetTickCount/GetTickCount64 instead of QueryPerformanceCounter for monotonic clock
STINNER Victor
- [issue14486] Add some versionchanged notes in threading docs
Nick Coghlan
- [issue14425] Improve handling of 'timeout' parameter default in urllib.urlopen
R. David Murray
- [issue14487] Add pending() query method to Queue.Queue
Nick Coghlan
- [issue9634] Add timeout parameter to Queue.join()
Nick Coghlan
- [issue9634] Add timeout parameter to Queue.join()
Nick Coghlan
- [issue14488] Can
Janice
- [issue14488] Can't install Python2.7.2
Janice
- [issue9634] Add timeout parameter to Queue.join()
Nick Coghlan
- [issue14065] Element should support cyclic GC
Eli Bendersky
- [issue14065] Element should support cyclic GC
Eli Bendersky
- [issue9634] Add timeout parameter to Queue.join()
Nick Coghlan
- [issue14489] repr() function link on the built-in function documentation is incorrect
H Xu
- [issue12723] Provide an API in tkSimpleDialog for defining custom validation functions
Andrew Svetlov
- [issue8998] add crypto routines to stdlib
Matej Cepl
- [issue6181] Tkinter.Listbox several minor issues
Andrew Svetlov
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14321] Do not run pgen during the build if files are up to date
Roundup Robot
- [issue14490] abitype.py wrong raise format
Popa Claudiu
- [issue14321] Do not run pgen during the build if files are up to date
Matthias Klose
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14491] fixcid.py is using <> instead of !=
Popa Claudiu
- [issue14492] pdeps.py has_key
Popa Claudiu
- [issue14493] use gvfs-open/xdg-open in Lib/webbrowser.py
Matthias Klose
- [issue14494] __future__.py and its documentation claim absolute imports became mandatory in 2.7, but they didn't
Sven Marnach
- [issue14065] Element should support cyclic GC
Eli Bendersky
- [issue11734] Add half-float (16-bit) support to struct module
Andrew Svetlov
- [issue14495] Minor typo in tkinter.ttk.Treeview.exists docstring
Zachary Ware
- [issue11734] Add half-float (16-bit) support to struct module
Antoine Pitrou
- [issue11734] Add half-float (16-bit) support to struct module
Andrew Svetlov
- [issue11734] Add half-float (16-bit) support to struct module
Andrew Svetlov
- [issue9141] Allow objects to decide if they can be collected by GC
Antoine Pitrou
- [issue1053687] PyOS_InputHook not called in IDLE subprocess
Andrew Svetlov
- [issue14496] Wrong name in idlelib/tabbedpages.py
Popa Claudiu
- [issue634412] RFC 2112 in email package
moijes12
- [issue13903] New shared-keys dictionary implementation
Raymond Hettinger
- [issue14497] Invalid syntax Python files in Python sources tree
Serhiy Storchaka
- [issue14498] Python 3.x distutils.util.get_platform returns incorrect value using Mac OSX 10.7
Matthew Scott
- [issue14455] plistlib unable to read json and binary plist files
d9pouces
- [issue634412] RFC 2112 in email package
R. David Murray
- [issue9634] Add timeout parameter to Queue.join()
Antoine Pitrou
- [issue14499] Extension module builds fail with Xcode 4.3 on OS X 10.7 due to SDK move
Ned Deily
- [issue14318] clarify "may not" in time.steady docs
STINNER Victor
- [issue14500] test_importlib fails in refleak mode
Antoine Pitrou
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14386] Expose dict_proxy internal type as types.MappingViewType
STINNER Victor
- [issue14386] Expose dict_proxy internal type as types.MappingViewType
STINNER Victor
- [issue9634] Add timeout parameter to Queue.join()
Nick Coghlan
- [issue14309] Deprecate time.clock()
STINNER Victor
- [issue14309] Deprecate time.clock()
STINNER Victor
- [issue14222] Use time.steady() to implement timeout
STINNER Victor
- [issue14222] Use time.steady() to implement timeout
Raymond Hettinger
- [issue14428] Implementation of the PEP 418
R. David Murray
- [issue13238] Add shell command helpers to subprocess module
R. David Murray
- [issue14222] Use time.steady() to implement timeout
Raymond Hettinger
- [issue14362] No mention of collections.ChainMap in What's New for 3.3
Roundup Robot
- [issue14362] No mention of collections.ChainMap in What's New for 3.3
Éric Araujo
- [issue14362] No mention of collections.ChainMap in What's New for 3.3
Raymond Hettinger
- [issue9634] Add timeout parameter to Queue.join()
Matt Joiner
- [issue1360] Queue.get() can't be interrupted with Ctrl-C unless timed out
Matt Joiner
- [issue14501] Error initialising BaseManager class with 'authkey' argument of string type.
Максим Цыпкин
- [issue14502] Document better what happens on releasing an unacquired lock
Georg Brandl
- [issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant
Rik Poggi
- [issue14503] docs:Code not highlighted
Ramchandra Apte
- [issue14321] Do not run pgen during the build if files are up to date
Arfrever Frehtes Taifersar Arahesis
- [issue14504] Suggestion to improve argparse's help messages for "store_const"
Amnon Harel
- [issue14505] PyFile_FromString leaks file descriptors in python 2.7
Matthias Klose
- [issue3033] tkFont added displayof where necessary
Roundup Robot
- [issue3033] tkFont added displayof where necessary
Andrew Svetlov
- [issue3033] tkFont added displayof where necessary
Andrew Svetlov
- [issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure
Andrew Svetlov
- [issue6167] Tkinter.Scrollbar: the activate method needs to return a value, and set should take only two args
Andrew Svetlov
- [issue14417] dict RuntimeError workaround
STINNER Victor
- [issue14222] Use time.steady() to implement timeout
STINNER Victor
- [issue14222] Use time.steady() to implement timeout
STINNER Victor
- [issue14249] unicodeobject.c: aliasing warnings
Roundup Robot
- [issue14249] unicodeobject.c: aliasing warnings
STINNER Victor
- [issue14227] console w/ cp65001 displays extra characters for non-ascii strings.
STINNER Victor
- [issue1602] windows console doesn't print or input Unicode
STINNER Victor
- [issue14506] HTMLParser can't handle erronous end tags with additional tags in it
Olaf Tomalka
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14452] SysLogHandler sends invalid messages when using unicode
marko kreen
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
STINNER Victor
- [issue9141] Allow objects to decide if they can be collected by GC
Andrew Svetlov
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue14507] Segfault with starmap and izip combo
Per Myren
- [issue14508] gprof2html is broken
Popa Claudiu
- [issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant
Rik Poggi
- [issue14509] Build failures in non-pydebug builds without NDEBUG.
Thomas Wouters
- [issue14510] Regular Expression "+" perform wrong repeat
YunJian
- [issue1542677] IDLE shell gives different len() of unicode strings compared to Python shell
Andrew Svetlov
- [issue1047540] Turtle.py hangs Idle
Andrew Svetlov
- [issue14452] SysLogHandler sends invalid messages when using unicode
Vinay Sajip
- [issue14452] SysLogHandler sends invalid messages when using unicode
marko kreen
- [issue14511] _static/opensearch.xml for Python 3.2 docs directs searches to 3.3 docs
Zachary Ware
- [issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant
Éric Araujo
- [issue14512] Pydocs module docs server not working on Windows.
Terry J. Reedy
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Andrew Svetlov
- [issue8515] idle "Run Module" (F5) does not set __file__ variable
Roundup Robot
- [issue8515] idle "Run Module" (F5) does not set __file__ variable
Andrew Svetlov
- [issue14513] IDLE icon switched and switches on Windows taskbar
Terry J. Reedy
- [issue14249] unicodeobject.c: aliasing warnings
Serhiy Storchaka
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
R. David Murray
- [issue14249] unicodeobject.c: aliasing warnings
Antoine Pitrou
- [issue14417] dict RuntimeError workaround
Jim Jewett
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
Raymond Hettinger
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
STINNER Victor
- [issue7057] tkinter doc: more 3.x updates
Andrew Svetlov
- [issue14249] unicodeobject.c: aliasing warnings
Roundup Robot
- [issue9141] Allow objects to decide if they can be collected by GC
Jim Jewett
- [issue14249] unicodeobject.c: aliasing warnings
STINNER Victor
- [issue12567] curses implementation of Unicode is wrong in Python 3
Nicholas Cole
- [issue12567] curses implementation of Unicode is wrong in Python 3
STINNER Victor
- [issue14310] Socket duplication for windows
Santoso Wijaya
- [issue14417] dict RuntimeError workaround
STINNER Victor
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
Raymond Hettinger
- [issue14514] Equivalent to tempfile.NamedTemporaryFile that deletes file at context exit
R. David Murray
- [issue14515] tempfile.TemporaryDirectory documented as returning object but returns name
R. David Murray
- [issue12567] curses implementation of Unicode is wrong in Python 3
Ned Deily
- [issue14243] NamedTemporaryFile unusable under Windows
R. David Murray
- [issue7057] tkinter doc: more 3.x updates
Ramchandra Apte
- [issue7057] tkinter doc: more 3.x updates
Ned Deily
- [issue14258] Better explain re.LOCALE and re.UNICODE for \S and \W
Senthil Kumaran
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue8555] tkinter doesn't see _tkinter
py.user
- [issue14236] re: Docstring for \s and \S doesn’t mention Unicode
py.user
- [issue14082] shutil doesn't copy extended attributes
Hynek Schlawack
- [issue14516] test_tools assumes BUILDDIR=SRCDIR
Ronald Oussoren
- [issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant
Rik Poggi
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14517] Recompilation of sources with Distutils
Christophe Benoit
- [issue10576] Add a progress callback to gcmodule
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Antoine Pitrou
- [issue14310] Socket duplication for windows
Antoine Pitrou
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14455] plistlib unable to read json and binary plist files
Éric Araujo
- [issue14455] plistlib unable to read json and binary plist files
Ronald Oussoren
- [issue10197] subprocess.getoutput fails on win32
Éric Araujo
- [issue14412] Sqlite Integer Fields
Benjamin Peterson
- [issue6225] Fixing several minor bugs in Tkinter.Canvas and one in Misc._configure
Éric Araujo
- [issue14341] sporadic (?) test_urllib2 failures
R. David Murray
- [issue13749] socketserver can't stop
Daniel Swanson
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue14341] sporadic (?) test_urllib2 failures
Stefan Krah
- [issue13749] socketserver can't stop
Daniel Swanson
- [issue14518] Add bcrypt $2a$ to crypt.py
Daniel Holth
- [issue9141] Allow objects to decide if they can be collected by GC
Jim Jewett
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14455] plistlib unable to read json and binary plist files
d9pouces
- [issue9141] Allow objects to decide if they can be collected by GC
Daniel Stutzbach
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14452] SysLogHandler sends invalid messages when using unicode
Vinay Sajip
- [issue7978] SocketServer doesn't handle syscall interruption
Jerzy Kozera
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue4892] Sending Connection-objects over multiprocessing connections fails
James Hutchison
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue4892] Sending Connection-objects over multiprocessing connections fails
James Hutchison
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue6167] Tkinter.Scrollbar: the activate method needs to return a value, and set should take only two args
Jim Jewett
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Antoine Pitrou
- [issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant
Rik Poggi
- [issue14519] In re's examples the example with scanf() contains wrong analog for %x, %X specifiers
py.user
- [issue13749] socketserver can't stop
Daniel Swanson
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue13708] Document ctypes.wintypes
Ramchandra Apte
- [issue9141] Allow objects to decide if they can be collected by GC
Martin v. Löwis
- [issue14310] Socket duplication for windows
Antoine Pitrou
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue7978] SocketServer doesn't handle syscall interruption
Antoine Pitrou
- [issue14520] Buggy Decimal.__sizeof__
Antoine Pitrou
- [issue14425] Improve handling of 'timeout' parameter default in urllib.urlopen
Senthil Kumaran
- [issue14310] Socket duplication for windows
Roundup Robot
- [issue14310] Socket duplication for windows
Kristján Valur Jónsson
- [issue10576] Add a progress callback to gcmodule
Kristján Valur Jónsson
- [issue10576] Add a progress callback to gcmodule
Antoine Pitrou
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue13621] Unicode performance regression in python3.3 vs python3.2
Serhiy Storchaka
- [issue13031] small speed-up for tarfile.py when unzipping tarballs
Serhiy Storchaka
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue10408] Denser dicts and linear probing
Serhiy Storchaka
- [issue13126] find() slower than rfind()
Serhiy Storchaka
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue12805] Optimizations for bytes.join() et. al
Serhiy Storchaka
- [issue14478] Decimal hashing very slow, could be cached
Antoine Pitrou
- [issue4892] Sending Connection-objects over multiprocessing connections fails
James Hutchison
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue12986] Using getrandbits() in uuid.uuid4() is faster and more readable
Serhiy Storchaka
- [issue11981] dupe self.fp.tell() in zipfile.ZipFile.writestr
Serhiy Storchaka
- [issue10376] ZipFile unzip is unbuffered
Serhiy Storchaka
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
Martin v. Löwis
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
Antoine Pitrou
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
Serhiy Storchaka
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
Martin v. Löwis
- [issue14521] math.copysign(1., float('nan')) returns -1.
Martin v. Löwis
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
mattip
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
Roundup Robot
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue14521] math.copysign(1., float('nan')) returns -1.
Mark Dickinson
- [issue6972] zipfile.ZipFile overwrites files outside destination path
Serhiy Storchaka
- [issue2824] zipfile to handle duplicate files in archive
Serhiy Storchaka
- [issue14522] Avoid using DuplicateHandle() on sockets in multiprocessing.connection
sbt
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue6839] zipfile can't extract file
Serhiy Storchaka
- [issue4844] ZipFile doesn't range check in _EndRecData()
Serhiy Storchaka
- [issue10905] zipfile: fix arcname with leading '///' or '..'
Serhiy Storchaka
- [issue10614] ZipFile: add a filename_encoding argument
Serhiy Storchaka
- [issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8
Serhiy Storchaka
- [issue11980] zipfile.ZipFile.write should accept fp as argument
Serhiy Storchaka
- [issue4892] Sending Connection-objects over multiprocessing connections fails
James Hutchison
- [issue12986] Using getrandbits() in uuid.uuid4() is faster and more readable
Antoine Pitrou
- [issue14310] Socket duplication for windows
Antoine Pitrou
- [issue14310] Socket duplication for windows
Roundup Robot
- [issue6972] zipfile.ZipFile overwrites files outside destination path
Antoine Pitrou
- [issue14087] multiprocessing.Condition.wait_for missing
sbt
- [issue6972] zipfile.ZipFile overwrites files outside destination path
Thomas W. Barr
- [issue14523] IDLE's subprocess startup error
Arcangeltj
- [issue14222] Use time.steady() to implement timeout
Raymond Hettinger
- [issue14222] Use time.steady() to implement timeout
Raymond Hettinger
- [issue14524] Python-2.7.3rc2/Modules/_ctypes/libffi/src/dlmalloc.c won't compile on ia64-hp-hpux11.31 without -DHAVE_USR_INCLUDE_MALLOC_H
Paul A.
- [issue14525] ia64-hp-hpux11.31 won't compile Python-2.6.8rc2 without -D_TERMIOS_INCLUDED
Paul A.
- [issue14526] Python-2.6.8rc2 test never finishes ia64-hp-hpux11.31
Paul A.
- [issue14527] How to link with an external libffi?
Paul A.
- [issue6972] zipfile.ZipFile overwrites files outside destination path
Serhiy Storchaka
- [issue2193] Cookie Colon Name Bug
Serhiy Storchaka
- [issue14455] plistlib unable to read json and binary plist files
d9pouces
- [issue14222] Use time.steady() to implement timeout
Antoine Pitrou
- [issue14528] Document whether strings implement __iter__
Chris Jerdonek
- [issue14423] Getting the starting date of iso week from a week number and a year.
Esben Agerbæk Black
- [issue10576] Add a progress callback to gcmodule
Kristján Valur Jónsson
- [issue6972] zipfile.ZipFile overwrites files outside destination path
R. David Murray
- [issue12805] Optimizations for bytes.join() et. al
Antoine Pitrou
- [issue14288] Make iterators pickleable
Kristján Valur Jónsson
- [issue14529] distutils's build_msi command ignores the data_files argument
Mario Vilas
- [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
Andrew Svetlov
- [issue14530] distutils's build_wininst command fails to correctly interpret the data_files argument
Mario Vilas
- [issue12805] Optimizations for bytes.join() et. al
Terry J. Reedy
- [issue14531] Backtrace should not attempt to open <stdin> file
Edward Yang
- [issue14532] multiprocessing module performs a time-dependent hmac comparison
Jon Oberheide
- [issue7978] SocketServer doesn't handle syscall interruption
Roundup Robot
- [issue7978] SocketServer doesn't handle syscall interruption
Roundup Robot
- [issue14533] Modify regrtest to make test_main optional
R. David Murray
- [issue7978] SocketServer doesn't handle syscall interruption
Antoine Pitrou
- [issue7978] SocketServer doesn't handle syscall interruption
Antoine Pitrou
- [issue12338] multiprocessing.util._eintr_retry doen't recalculate timeouts
STINNER Victor
- [issue12338] multiprocessing.util._eintr_retry doen't recalculate timeouts
STINNER Victor
- [issue12338] multiprocessing.util._eintr_retry doen't recalculate timeouts
Antoine Pitrou
- [issue7978] SocketServer doesn't handle syscall interruption
Jerzy Kozera
- [issue7978] SocketServer doesn't handle syscall interruption
Roundup Robot
- [issue12537] mailbox's _become_message is very fragile
Roundup Robot
- [issue12537] mailbox's _become_message is very fragile
R. David Murray
- [issue10181] Problems with Py_buffer management in memoryobject.c (and elsewhere?)
Josh Triplett
- [issue10181] Problems with Py_buffer management in memoryobject.c (and elsewhere?)
Josh Triplett
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Antoine Pitrou
- [issue14534] Add method to mark unittest.TestCases as "do not run".
R. David Murray
- [issue8799] Hang in lib/test/test_threading.py
Kristján Valur Jónsson
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Kristján Valur Jónsson
- [issue14535] three code examples in docs are not syntax highlighted
Ramchandra Apte
- [issue13126] find() slower than rfind()
Serhiy Storchaka
- [issue8799] Hang in lib/test/test_threading.py
Antoine Pitrou
- [issue13165] Integrate stringbench in the Tools directory
Roundup Robot
- [issue13165] Integrate stringbench in the Tools directory
Antoine Pitrou
- [issue13126] find() slower than rfind()
Antoine Pitrou
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Stefan Behnel
- [issue14536] Invalid links in svn.python.org
Serhiy Storchaka
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Kristján Valur Jónsson
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Antoine Pitrou
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Mark Shannon
- [issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant
Rik Poggi
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Stefan Behnel
- [issue13165] Integrate stringbench in the Tools directory
Serhiy Storchaka
- [issue13126] find() slower than rfind()
Serhiy Storchaka
- [issue14537] "Fatal Python error: Cannot recover from stack overflow." with SymPy test suite
Aaron Meurer
- [issue6884] Impossible to include file in sdist that starts with 'build' on Win32
Roundup Robot
- [issue9691] sdist includes files that are not in MANIFEST.in
Roundup Robot
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Martin v. Löwis
- [issue14538] HTMLParser
Michel Leunen
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Rik Poggi
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Jim Jewett
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Antoine Pitrou
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue14412] Sqlite Integer Fields
Benjamin Peterson
- [issue14423] Getting the starting date of iso week from a week number and a year.
Antoine Pitrou
- [issue14423] Getting the starting date of iso week from a week number and a year.
Alexander Belopolsky
- [issue14539] logging module: logger does not print log message with logging.INFO level
zodalahtathi
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Martin v. Löwis
- [issue10408] Denser dicts and linear probing
Jim Jewett
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
Nick Coghlan
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
Nick Coghlan
- [issue14540] Crash in Modules/_ctypes/libffi/src/dlmalloc.c on ia64-hp-hpux11.31
Paul A.
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Martin von Gagern
- [issue14423] Getting the starting date of iso week from a week number and a year.
STINNER Victor
- [issue8799] Hang in lib/test/test_threading.py
Kristján Valur Jónsson
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
R. David Murray
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
R. David Murray
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
R. David Murray
- [issue14541] test_sndhdr fails when run from an installation
Vinay Sajip
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue8799] Hang in lib/test/test_threading.py
Kristján Valur Jónsson
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Stefan Behnel
- [issue12978] Figure out extended attributes on BSDs
Hynek Schlawack
- [issue8799] Hang in lib/test/test_threading.py
Antoine Pitrou
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Roundup Robot
- [issue14258] Better explain re.LOCALE and re.UNICODE for \S and \W
Roundup Robot
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Senthil Kumaran
- [issue8799] Hang in lib/test/test_threading.py
Roundup Robot
- [issue8799] Hang in lib/test/test_threading.py
Antoine Pitrou
- [issue14542] reverse() doesn't reverse sort correctly
Bill Jefferson
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14341] sporadic (?) test_urllib2 failures
Stefan Krah
- [issue14341] sporadic (?) test_urllib2 failures
Antoine Pitrou
- [issue14543] Upgrade OpenSSL on Windows to 0.9.8u
Dino Viehland
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Glenn Linderman
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue1559549] ImportError needs attributes for module and file name
Brett Cannon
- [issue14544] Limit "global" keyword name conflicts in language spec to those enforced by CPython
Nick Coghlan
- [issue14545] html module should not be available in Python 3.1
Chris Jerdonek
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Glenn Linderman
- [issue14532] multiprocessing module performs a time-dependent hmac comparison
STINNER Victor
- [issue8799] Hang in lib/test/test_threading.py
Kristján Valur Jónsson
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Glenn Linderman
- [issue14387] Include\accu.h incompatible with Windows.h
Roundup Robot
- [issue8799] Hang in lib/test/test_threading.py
Kristján Valur Jónsson
- [issue8536] Support new features of ZLIB 1.2.4
Martin v. Löwis
- [issue1522400] irda socket support
Martin v. Löwis
- [issue7511] msvc9compiler.py: ValueError when trying to compile with VC Express
Yap Sok Ann
- [issue14432] Bug in generator if the generator in created in a C thread
Mark Shannon
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Mark Shannon
- [issue14452] SysLogHandler sends invalid messages when using unicode
Vinay Sajip
- [issue1522400] irda socket support
Antoine Pitrou
- [issue14546] lll.py can't handle multiple parameters correctly
Carton He
- [issue14547] Python symlink to script behaves unexpectedly
Johannes Buchner
- [issue14341] sporadic (?) test_urllib2 failures
Roundup Robot
- [issue14341] sporadic (?) test_urllib2 failures
Senthil Kumaran
- [issue14452] SysLogHandler sends invalid messages when using unicode
Guido van Rossum
- [issue14452] SysLogHandler sends invalid messages when using unicode
Vinay Sajip
- [issue14548] garbage collection just after multiprocessing's fork causes exceptions
sbt
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue14549] Recursive inclusion of packages
Éric Araujo
- [issue14550] os.path.abspath() returns physical path, not logical path.
Craig Sawyer
- [issue8799] Hang in lib/test/test_threading.py
Antoine Pitrou
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue14551] imp.load_source docs removed from python3 docs...is this correct?
R. David Murray
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Roundup Robot
- [issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO
Senthil Kumaran
- [issue14444] Virtualenv not portable from Python 2.7.2 to 2.7.3 (os.urandom missing)
Benjamin Peterson
- [issue14552] test module: remove repetition
Tshepang Lekhonkhobe
- [issue14553] http.server module: grammar fix
Tshepang Lekhonkhobe
- [issue11501] distutils.archive_util should handle absence of zlib module
Éric Araujo
- [issue14554] test module: correction
Tshepang Lekhonkhobe
- [issue14555] clock_gettime/settime/getres: Add more clock identifiers
STINNER Victor
- [issue14553] http.server module: grammar fix
Roundup Robot
- [issue14552] test module: remove repetition
R. David Murray
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue14556] telnetlib Telnet.expect fails with timeout=0
Joel Lovinger
- [issue9175] ctypes doesn't build on hp-ux
Adi Roiban
- [issue14557] HP-UX libraries not included
Adi Roiban
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Adi Roiban
- [issue12428] functools test coverage
Brian Thorne
- [issue5895] socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED compiles incorrectly
Adi Roiban
- [issue14558] Documentation for unittest.main does not describe some keyword arguments.
Jeffrey Finkelstein
- [issue1859] textwrap doesn't linebreak on "\n"
Otto Kekäläinen
- [issue1859] textwrap doesn't linebreak on "\n"
Otto Kekäläinen
- [issue14452] SysLogHandler sends invalid messages when using unicode
Gregory P. Smith
- [issue14559] (2.7.3 Regression) PC\8.0 directory can no longer be used to build on windows
Mitchell Blank Jr
- [issue12537] mailbox's _become_message is very fragile
David Lam
- [issue14560] urllib2 cannot make POST with utf-8 content
Андрей Р
- [issue14452] SysLogHandler sends invalid messages when using unicode
Vinay Sajip
- [issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names
Nick
- [issue14561] python-2.7.2-r3 suffers test failure at test_mhlib
Ian Delaney
- [issue14412] Sqlite Integer Fields
Mendez
- [issue14412] Sqlite Integer Fields
Benjamin Peterson
- [issue14562] urllib2 maybe blocks too long
Anrs Hu
- [issue14563] Segmentation fault on ctypes.Structure subclass with byte string field names
aliles
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue1859] textwrap doesn't linebreak on "\n"
Serhiy Storchaka
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue1065986] Fix pydoc crashing on unicode strings
Tom Bachmann
- [issue6717] Some problem with recursion handling
Philippe Devalkeneer
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue1065986] Fix pydoc crashing on unicode strings
R. David Murray
- [issue13903] New shared-keys dictionary implementation
Yury Selivanov
- [issue6717] Some problem with recursion handling
Antoine Pitrou
- [issue14432] Bug in generator if the generator in created in a C thread
Antoine Pitrou
- [issue6717] Some problem with recursion handling
Dino Viehland
- [issue14082] shutil doesn't copy extended attributes
Hynek Schlawack
- [issue6717] Some problem with recursion handling
Dino Viehland
- [issue6717] Some problem with recursion handling
Dino Viehland
- [issue6717] Some problem with recursion handling
Antoine Pitrou
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Charles-François Natali
- [issue14564] Error running: ( echo 'import os'; echo 'help(os)'; )| python |head
Peng Yu
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Adi Roiban
- [issue6717] Some problem with recursion handling
Dino Viehland
- [issue14565] is_cgi doesn't function as documented for cgi_directories
Glenn Linderman
- [issue14566] run_cgi reverts to using unnormalized path
Glenn Linderman
- [issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names
Amaury Forgeot d'Arc
- [issue14567] http/server.py query string handling incorrect, inefficient
Glenn Linderman
- [issue11750] Mutualize win32 functions
Antoine Pitrou
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Robin Schreiber
- [issue14568] HP-UX local libraries not included
Adi Roiban
- [issue14444] Virtualenv not portable from Python 2.7.2 to 2.7.3 (os.urandom missing)
Jason R. Coombs
- [issue14569] pystate.c #ifdef ordering problem
Jim Jewett
- [issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names
Nick
- [issue9960] test_structmembers fails on s390x (bigendian 64-bit): int/Py_ssize_t issue
Dave Malcolm
- [issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names
STINNER Victor
- [issue12991] Python 64-bit build on HP Itanium - Executable built successfully but modules failed with HP Compiler
Adi Roiban
- [issue9123] insecure os.urandom on VMS
Adi Roiban
- [issue1572968] release GIL while doing I/O operations in the mmap module
Adi Roiban
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Adi Roiban
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
R. David Murray
- [issue14399] zipfile and creat/update comment
Roundup Robot
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue1559549] ImportError needs attributes for module and file name
Brett Cannon
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue1559549] ImportError needs attributes for module and file name
Roundup Robot
- [issue1559549] ImportError needs attributes for module and file name
Brett Cannon
- [issue13903] New shared-keys dictionary implementation
Raymond Hettinger
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue14570] Document json "sort_keys" parameter properly
Nick Coghlan
- [issue1222585] C++ compilation support for distutils
Dirkjan Ochtman
- [issue1762561] unable to serialize Infinity or NaN on ARM using marshal
Dirkjan Ochtman
- [issue9123] insecure os.urandom on VMS
Antoine Pitrou
- [issue9123] insecure os.urandom on VMS
STINNER Victor
- [issue9123] insecure os.urandom on VMS
STINNER Victor
- [issue11750] Mutualize win32 functions
sbt
- [issue14157] time.strptime without a year fails on Feb 29
Hynek Schlawack
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Rik Poggi
- [issue1222585] C++ compilation support for distutils
Éric Araujo
- [issue13405] Add DTrace probes
anatoly techtonik
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Alex Leach
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Jim Jewett
- [issue14571] float argument required, not NoneType
Jonathan Finlay
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Martin von Gagern
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Michael Foord
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Michael Foord
- [issue11218] pattern=None when following documentation for load_tests and unittest.main()
Martin von Gagern
- [issue1762561] unable to serialize Infinity or NaN on ARM using marshal
Arfrever Frehtes Taifersar Arahesis
- [issue14572] 2.7.3: sqlite module does not build on centos 5
Joakim Sernbrant
- [issue14573] json iterencode can not handle general iterators
Aaron Staley
- [issue14574] SocketServer doesn't handle client disconnects properly
Vlad
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue6380] Deadlock during the "import" in the fork()'ed child process if fork() happened while import_lock was held
Gregory P. Smith
- [issue6380] Deadlock during the "import" in the fork()'ed child process if fork() happened while import_lock was held
Gregory P. Smith
- [issue14399] zipfile and creat/update comment
Roundup Robot
- [issue14399] zipfile and creat/update comment
R. David Murray
- [issue12428] functools test coverage
Ezio Melotti
- [issue14408] Support ./python -m unittest in the stdlib tests
Ezio Melotti
- [issue14339] Optimizing bin, oct and hex
Ezio Melotti
- [issue14304] Implement utf-8-bmp codec
Ezio Melotti
- [issue14575] IDLE crashes after file open in OS X
Hugh Gibbons
- [issue14393] Incorporate Guide to Magic Methods?
Ezio Melotti
- [issue6380] Deadlock during the "import" in the fork()'ed child process if fork() happened while import_lock was held
Eric Snow
- [issue1590864] Function-level import in os triggering an threaded import deadlock
Eric Snow
- [issue13897] Move fields relevant to sys.exc_info out of frame into generator/threadstate
Stefan Behnel
- [issue11750] Mutualize win32 functions
Kristján Valur Jónsson
- [issue14576] IDLE cannot connect to subprocess - New solution
clikkeb
- [issue14577] pickling uses __class__ so you can't pickle proxy/mock objects that pretend to be other objects
Michael Foord
- [issue6380] Deadlock during the "import" in the fork()'ed child process if fork() happened while import_lock was held
Antoine Pitrou
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Robin Schreiber
- [issue13700] imaplib.IMAP4.authenticate authobject fails with PLAIN mechanism
Simonas Kazlauskas
- [issue13700] imaplib.IMAP4.authenticate authobject does not work correctly in python3
R. David Murray
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Robin Schreiber
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Robin Schreiber
- [issue6380] Deadlock during the "import" in the fork()'ed child process if fork() happened while import_lock was held
Brett Cannon
- [issue14578] importlib doesn't check Windows registry for paths
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Roundup Robot
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Antoine Pitrou
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue14579] Possible vulnerability in the utf-16 decoder after error handling
Serhiy Storchaka
- [issue14580] imp.reload can fail for sub-modules
Paul Ollis
- [issue11750] Mutualize win32 functions
sbt
- [issue11750] Mutualize win32 functions
Brian Curtin
- [issue11750] Mutualize win32 functions
sbt
- [issue14581] Support case-insensitive file extensions on Windows in importlib
Brett Cannon
- [issue14582] Have importlib use return value from a loader's load_module()
Brett Cannon
- [issue14583] try/except import fails --without-threads
Stefan Krah
- [issue14584] Add gzip support the XMLRPC Server
Raymond Hettinger
- [issue11750] Mutualize win32 functions
Kristján Valur Jónsson
- [issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window
Roger Serwy
- [issue9925] Idle doesn't launch
Roger Serwy
- [issue8820] IDLE not launching correctly
Roger Serwy
- [issue14006] Improve the documentation of xml.etree.ElementTree
Tshepang Lekhonkhobe
- [issue9150] IDLE should not save trailing whitespace after strip trailing whitespace has been used
Roger Serwy
- [issue9803] IDLE closes with save while breakpoint open
Roger Serwy
- [issue3493] No Backslash (\) in IDLE 1.2.2
Roger Serwy
- [issue6649] idlelib/rpc.py missing exit status on exithook
Roger Serwy
- [issue2377] Replace __import__ w/ importlib.__import__
Roger Serwy
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue3493] No Backslash (\) in IDLE 1.2.2
Ned Deily
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Roger Serwy
- [issue2377] Replace __import__ w/ importlib.__import__
Roger Serwy
- [issue12436] Missing items in installation/setup instructions
Tshepang Lekhonkhobe
- [issue12387] IDLE save keyboard shortcut problem
Roger Serwy
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Roger Serwy
- [issue14585] Have test_import run more importlib tests
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue14586] TypeError: truncate() takes no keyword arguments
Guy Taylor
- [issue14102] argparse: add ability to create a man page
Andrew Regner
- [issue12387] IDLE save keyboard shortcut problem
Raymond Hettinger
- [issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window
Terry J. Reedy
- [issue12387] IDLE save keyboard shortcut problem
Terry J. Reedy
- [issue3982] support .format for bytes
Martin Panter
- [issue12081] Remove distributed copy of libffi
Ross Lagerwall
- [issue1508475] transparent gzip compression in urllib
Serhiy Storchaka
- [issue1508475] transparent gzip compression in urllib
Serhiy Storchaka
- [issue3493] No Backslash (\) in IDLE 1.2.2
Ned Deily
- [issue11750] Mutualize win32 functions
Kristján Valur Jónsson
- [issue10576] Add a progress callback to gcmodule
Roundup Robot
- [issue10576] Add a progress callback to gcmodule
Kristján Valur Jónsson
- [issue13889] str(float) and round(float) issues with FPU precision
Mark Dickinson
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Martin v. Löwis
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Alex Leach
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Antoine Pitrou
- [issue12081] Remove distributed copy of libffi
Antoine Pitrou
- [issue12081] Remove distributed copy of libffi
Antoine Pitrou
- [issue11750] Mutualize win32 functions
sbt
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue13889] str(float) and round(float) issues with FPU precision
Roundup Robot
- [issue14587] Certain diacritical marks can and should be capitalized... e.g. ü --> Ü
Christian Clauss
- [issue13889] str(float) and round(float) issues with FPU precision
Roundup Robot
- [issue13496] bisect module: Overflow at index computation
Roundup Robot
- [issue13496] bisect module: Overflow at index computation
Mark Dickinson
- [issue13889] str(float) and round(float) issues with FPU precision
Mark Dickinson
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Meador Inge
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Meador Inge
- [issue11750] Mutualize win32 functions
sbt
- [issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window
Roger Serwy
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue9949] os.path.realpath on Windows does not follow symbolic links
Daniel Harding
- [issue12387] IDLE save keyboard shortcut problem
Roger Serwy
- [issue12387] IDLE save keyboard shortcut problem
Roger Serwy
- [issue9303] Migrate sqlite3 module to _v2 API to enhance performance
Arfrever Frehtes Taifersar Arahesis
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Arfrever Frehtes Taifersar Arahesis
- [issue11750] Mutualize win32 functions
Kristján Valur Jónsson
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window
Terry J. Reedy
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue12387] IDLE save keyboard shortcut problem
Terry J. Reedy
- [issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window
Roger Serwy
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue14304] Implement utf-8-bmp codec
STINNER Victor
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Meador Inge
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
Roundup Robot
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
STINNER Victor
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Arfrever Frehtes Taifersar Arahesis
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Alex Leach
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue9403] cElementTree: replace PyObject_DEL() by Py_DECREF() to fix a crash in pydebug mode
STINNER Victor
- [issue13072] Getting a buffer from a Unicode array uses invalid format
STINNER Victor
- [issue14588] PEP 3115 compliant dynamic class creation
Daniel Urban
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue8820] IDLE not launching correctly
Roger Serwy
- [issue10722] IDLE's subprocess didnit make connection ..... Python 2.7
Roger Serwy
- [issue14589] test_algorithms() of test_ssl fails: certificate of sha256.tbs-internet.com changed
STINNER Victor
- [issue10722] IDLE's subprocess didnit make connection ..... Python 2.7
Terry J. Reedy
- [issue9949] os.path.realpath on Windows does not follow symbolic links
Daniel Harding
- [issue10722] IDLE's subprocess didnit make connection ..... Python 2.7
Roger Serwy
- [issue6657] Copy documentation section
R. David Murray
- [issue14590] ConfigParser doesn't strip inline comment when delimiter occurs earlier without preceding space.
Graham Dumpleton
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue10854] Output .pyd name in error message of ImportError when DLL load fails
Roundup Robot
- [issue10854] Output .pyd name in error message of ImportError when DLL load fails
Brian Curtin
- [issue1508475] transparent gzip compression in urllib
Serhiy Storchaka
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue14591] Value returned by random.random() out of valid range
Dave Reid
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue13959] Re-implement parts of imp in pure Python
Berker Peksag
- [issue14592] old-style (level=-1) importing broken after importlib changes
Stefan Behnel
- [issue14593] PyErr_SetFromImportErrorWithNameAndPath lacks error checking
Antoine Pitrou
- [issue14594] document imp.load_dynamic()
Stefan Behnel
- [issue14595] Complete your registration to Python tracker -- key 25rVzaHLDOR5lFuBNkq7ixbyp3WbqQlG
Robert E.
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14596] struct.unpack memory leak
Robert Elsner
- [issue14304] Implement utf-8-bmp codec
Martin v. Löwis
- [issue14304] Implement utf-8-bmp codec
Andrew Svetlov
- [issue12081] Remove distributed copy of libffi
Martin v. Löwis
- [issue12723] Provide an API in tkSimpleDialog for defining custom validation functions
Andrew Svetlov
- [issue14597] Cannot unload dll in ctypes until script exits
Pat Lynch
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Martin v. Löwis
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Antoine Pitrou
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue14452] SysLogHandler sends invalid messages when using unicode
Roundup Robot
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue14432] Bug in generator if the generator in created in a C thread
Andrew Suffield
- [issue14452] SysLogHandler sends invalid messages when using unicode
R. David Murray
- [issue14087] multiprocessing.Condition.wait_for missing
sbt
- [issue14304] Implement utf-8-bmp codec
Serhiy Storchaka
- [issue14437] _io build fails on cygwin
Alexey Luchko
- [issue11750] Mutualize win32 functions
sbt
- [issue14452] SysLogHandler sends invalid messages when using unicode
Roundup Robot
- [issue14304] Implement utf-8-bmp codec
Andrew Svetlov
- [issue2193] Cookie Colon Name Bug
Senthil Kumaran
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue14437] _io build fails on cygwin
Amaury Forgeot d'Arc
- [issue11750] Mutualize win32 functions
sbt
- [issue14598] _cursesmodule.c fails with ncurses-5.9 on Linux
Peter Häring
- [issue14304] Implement utf-8-bmp codec
Serhiy Storchaka
- [issue14599] Windows test_import failure
R. David Murray
- [issue4130] Intel icc 9.1 does not support __int128_t used by ctypes
Alex Leach
- [issue13579] string.Formatter doesn't understand the a conversion specifier
Éric Araujo
- [issue14087] multiprocessing.Condition.wait_for missing
Antoine Pitrou
- [issue14600] Change ImportError reference handling, naming
Brian Curtin
- [issue13476] Simple exclusion filter for unittest autodiscovery
Gustavo Arzola
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue14601] PEP sources not available as documented
Jim Jewett
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14602] OSX Build Target
Andrew Thompson
- [issue8212] A tp_dealloc of a subclassed class cannot resurrect an object
Kristján Valur Jónsson
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue14603] List comprehension in zipfile.namelist
Dum Dum
- [issue2771] Test issue
Ezio Melotti
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue10486] http.server doesn't set all CGI environment variables
Glenn Linderman
- [issue9141] Allow objects to decide if they can be collected by GC
Antoine Pitrou
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue9141] Allow objects to decide if they can be collected by GC
Kristján Valur Jónsson
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue12081] Remove distributed copy of libffi
Matthias Klose
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14604] spurious stat() calls in importlib
Antoine Pitrou
- [issue11750] Mutualize win32 functions
sbt
- [issue9762] PEP 3149 related build failures
Senthil Kumaran
- [issue13684] httplib tunnel infinite loop
luzakiru
- [issue14605] Make import machinery explicit
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue1615] descriptor protocol bug
Micah Friesen
- [issue14087] multiprocessing.Condition.wait_for missing
Roundup Robot
- [issue14428] Implementation of the PEP 418
Charles-François Natali
- [issue4600] __class__ assignment: new-style? heap? == confusing
Florent Xicluna
- [issue14087] multiprocessing.Condition.wait_for missing
Charles-François Natali
- [issue14371] Add support for bzip2 compression to the zipfile module
Jesús Cea Avión
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Roundup Robot
- [issue5113] 2.5.4.3 / test_posix failing on HPUX systems
Charles-François Natali
- [issue14371] Add support for bzip2 compression to the zipfile module
Martin v. Löwis
- [issue14606] Memory leak subprocess
Roland
- [issue14606] Memory leak subprocess
Roland
- [issue9762] Multiarch related build failures on Ubuntu >= 11.04
Barry A. Warsaw
- [issue14607] method with special keyword-only argument gives error
Florent Xicluna
- [issue14608] Python 2.7.3 x86 msi - msvcr90.dll version mismatch
Eduard
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue2090] __import__ with fromlist=
Brett Cannon
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue12599] Use 'is not None' where appropriate in importlib
Brett Cannon
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue1615] descriptor protocol bug
Antoine Pitrou
- [issue12599] Use 'is not None' where appropriate in importlib
Eric Snow
- [issue12599] Use 'is not None' where appropriate in importlib
Roundup Robot
- [issue12599] Use 'is not None' where appropriate in importlib
Brett Cannon
- [issue14609] can't modify sys.modules during import with importlib
Benjamin Peterson
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue14610] configure script hangs on pthread verification and PTHREAD_SCOPE_SYSTEM verification on Ubuntu
Raphael Cruzeiro
- [issue14611] inspect.getargs fails on some anonymous tuples
Stefano Taschini
- [issue12947] Examples in library/doctest.html lack the flags
Stefano Taschini
- [issue14612] Crash after modifying f_lineno
Massimiliano Tomassoli
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue14613] time.time can return None or NaN
Michael Foord
- [issue14371] Add support for bzip2 compression to the zipfile module
Antoine Pitrou
- [issue12947] Examples in library/doctest.html lack the flags
Éric Araujo
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue14614] PyTuple_SET_ITEM could check bounds in debug mode
Antoine Pitrou
- [issue12633] sys.modules doc entry should reflect restrictions
Eric Snow
- [issue12598] Move sys variable initialization from import.c to sysmodule.c
Eric Snow
- [issue14615] pull some import state out of the interpreter state
Eric Snow
- [issue12633] sys.modules doc entry should reflect restrictions
Eric Snow
- [issue14616] subprocess docs should mention pipes.quote/shlex.quote
Éric Araujo
- [issue9723] Add shlex.quote
Éric Araujo
- [issue14617] confusing docs with regard to __hash__
Ethan Furman
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
R. David Murray
- [issue11750] Mutualize win32 functions
Roundup Robot
- [issue11750] Mutualize win32 functions
Antoine Pitrou
- [issue11750] Mutualize win32 functions
Antoine Pitrou
- [issue12598] Move sys variable initialization from import.c to sysmodule.c
Antoine Pitrou
- [issue12598] Move sys variable initialization from import.c to sysmodule.c
Benjamin Peterson
- [issue8536] Support new features of ZLIB 1.2.4
Jesús Cea Avión
- [issue8536] Support new features of ZLIB 1.2.6
Jesús Cea Avión
- [issue9030] ctypes variable limits
Pauli Rikula
- [issue14310] Socket duplication for windows
sbt
- [issue14310] Socket duplication for windows
Antoine Pitrou
- [issue14617] confusing docs with regard to __hash__
Ethan Furman
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
R. David Murray
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue12081] Remove distributed copy of libffi
Éric Araujo
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue12598] Move sys variable initialization from import.c to sysmodule.c
Nick Coghlan
- [issue1615] descriptor protocol bug
Éric Araujo
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Éric Araujo
- [issue13476] Simple exclusion filter for unittest autodiscovery
Éric Araujo
- [issue14385] Support other types than dict for __builtins__
Antoine Pitrou
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue14385] Support other types than dict for __builtins__
Roundup Robot
- [issue14385] Support other types than dict for __builtins__
STINNER Victor
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Jesús Cea Avión
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Jesús Cea Avión
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Gregory P. Smith
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Roundup Robot
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Jesús Cea Avión
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Jesús Cea Avión
- [issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN
Gregory P. Smith
- [issue14381] Intern certain integral floats for memory savings and performance
Jesús Cea Avión
- [issue14618] remove modules_reloading from the interpreter state
Eric Snow
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
cooyeah
- [issue14619] Enhanced variable substitution for databases
Raymond Hettinger
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue14620] Fatal Python error: Cannot recover from stack overflow.
Florian Bruhin
- [issue7980] time.strptime not thread safe
Cédric Krier
- [issue14381] Intern certain integral floats for memory savings and performance
Mark Dickinson
- [issue14423] Getting the starting date of iso week from a week number and a year.
Esben Agerbæk Black
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue14381] Intern certain integral floats for memory savings and performance
Mark Dickinson
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue4892] Sending Connection-objects over multiprocessing connections fails
sbt
- [issue5118] '%.2f' % 2.545 doesn't round correctly
Zeev Rotshtein
- [issue5118] '%.2f' % 2.545 doesn't round correctly
Mark Dickinson
- [issue14032] test_cmd_line_script prints undefined 'data' variable
Roundup Robot
- [issue11618] Locks broken wrt timeouts on Windows
Antoine Pitrou
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Roundup Robot
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Martin v. Löwis
- [issue13903] New shared-keys dictionary implementation
Martin v. Löwis
- [issue2470] Need fixer for dl (removed) -> ctypes module
Martin v. Löwis
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Antoine Pitrou
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Antoine Pitrou
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Antoine Pitrou
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Antoine Pitrou
- [issue8536] Support new features of ZLIB 1.2.6
Jason Killen
- [issue14098] provide public C-API for reading/setting sys.exc_info()
Ronald Oussoren
- [issue12947] Examples in library/doctest.html lack the flags
Stefano Taschini
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Alexander Belopolsky
- [issue13684] httplib tunnel infinite loop
Senthil Kumaran
- [issue10769] ast: provide more useful range information
Michael
- [issue14621] Hash function is not randomized properly
Vlado Boza
- [issue14622] Python http.server is dead slow using gethostbyaddr/getfqdn for each request
Yuval Greenfield
- [issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag
Yuval Greenfield
- [issue14579] Possible vulnerability in the utf-16 decoder after error handling
Serhiy Storchaka
- [issue14623] Shutdown exception in daemon thread
Mike Hobbs
- [issue14624] Faster utf-16 decoder
Serhiy Storchaka
- [issue14625] Faster utf-32 decoder
Serhiy Storchaka
- [issue14381] Intern certain integral floats for memory savings and performance
Kristján Valur Jónsson
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Charles-François Natali
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Antoine Pitrou
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Roundup Robot
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Richard Oudkerk
- [issue14127] add st_*time_ns fileds to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Roundup Robot
- [issue14308] '_DummyThread' object has no attribute '_Thread__block'
Antoine Pitrou
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Marc-Andre Lemburg
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Éric Araujo
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Marc-Andre Lemburg
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Ned Deily
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Ned Deily
- [issue14386] Expose dict_proxy internal type as types.MappingProxyType
Roundup Robot
- [issue14626] os module: use keyword-only arguments for dir_fd and nofollow to reduce function count
Larry Hastings
- [issue14627] Fatal Python Error when Python startup is interrupted by CTRL+c
STINNER Victor
- [issue8885] markupbase declaration errors aren't recoverable
Ezio Melotti
- [issue755660] allow HTMLParser to continue after a parse error
Ezio Melotti
- [issue8885] markupbase declaration errors aren't recoverable
Ezio Melotti
- [issue14628] Clarify import statement documentation regarding what gets bound
Eric Snow
- [issue14629] discrepency between tokenize.detect_encoding() and PyTokenizer_FindEncodingFilename()
Eric Snow
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Arfrever Frehtes Taifersar Arahesis
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Arfrever Frehtes Taifersar Arahesis
- [issue14428] Implementation of the PEP 418
Arfrever Frehtes Taifersar Arahesis
- [issue14381] Intern certain integral floats for memory savings and performance
Mark Dickinson
- [issue2377] Replace __import__ w/ importlib.__import__
Arfrever Frehtes Taifersar Arahesis
- [issue14630] non-deterministic behavior of int subclass
Brecht Machiels
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Marc-Andre Lemburg
- [issue14381] Intern certain integral floats for memory savings and performance
Kristján Valur Jónsson
- [issue14381] Intern certain integral floats for memory savings and performance
Kristján Valur Jónsson
- [issue14381] Intern certain integral floats for memory savings and performance
Kristján Valur Jónsson
- [issue14381] Intern certain integral floats for memory savings and performance
Mark Dickinson
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Ned Deily
- [issue14381] Intern certain integral floats for memory savings and performance
Kristján Valur Jónsson
- [issue14631] Instance methods and WeakRefs don't mix.
Sundance
- [issue14632] Race condition in WatchedFileHandler leads to unhandled exception
JohnM
- [issue1079] decode_header does not follow RFC 2047
Patrick Hahn
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue8885] markupbase declaration errors aren't recoverable
Mark Nottingham
- [issue14633] test_find_module_encoding should test for a less specific message (or
Eric Snow
- [issue13994] incomplete revert in 2.7 Distutils left two copies of customize_compiler
Éric Araujo
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Terry J. Reedy
- [issue8885] markupbase declaration errors aren't recoverable
Ezio Melotti
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue13344] closed sockets don't raise EBADF anymore
Colin Marc
- [issue7511] msvc9compiler.py: ValueError when trying to compile with VC Express
Mark Dickinson
- [issue10156] Initialization of globals in unicodeobject.c
Mark Dickinson
- [issue14634] Mock cannot autospec functions with keyword-only arguments.
R. David Murray
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue13405] Add DTrace probes
Jesús Cea Avión
- [issue14635] telnetlib uses select instead of poll - limited to FD_SETSIZE fds
Gregory P. Smith
- [issue14630] non-deterministic behavior of int subclass
Stefan Krah
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Amaury Forgeot d'Arc
- [issue14339] Optimizing bin, oct and hex
Roundup Robot
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue14636] Mock could check for exceptions in side effect list
R. David Murray
- [issue14339] Optimizing bin, oct and hex
Martin v. Löwis
- [issue14637] test.test_import.PathsTests.test_UNC_path is failing
Brett Cannon
- [issue14638] pydoc error on instance of a custom class
Florent Xicluna
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue13072] Getting a buffer from a Unicode array uses invalid format
Stefan Krah
- [issue14323] Normalize math precision in RGB/YIQ conversion
Mark Dickinson
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue14639] Different behavior for urllib2 in Python 2.7
Diego Manenti Martins
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue9458] xml.etree.ElementTree.ElementTree.write(): encoding handling problems
Dave Abrahams
- [issue9458] xml.etree.ElementTree.ElementTree.write(): encoding handling problems
Éric Araujo
- [issue1572710] cElementTree.SubElement doesn't recognize keyword "attrib"
Dave Abrahams
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue1572710] cElementTree.SubElement doesn't recognize keyword "attrib"
Dave Abrahams
- [issue7559] TestLoader.loadTestsFromName swallows import errors
Chris Jerdonek
- [issue14640] Typos in pyporting.rst
Dionysios Kalofonos
- [issue11477] Bug in code dispatching based on internal slots
Nick Coghlan
- [issue11477] Bug in code dispatching based on internal slots
Nick Coghlan
- [issue14641] Minor fixes in sockets.rst
Dionysios Kalofonos
- [issue7559] TestLoader.loadTestsFromName swallows import errors
R. David Murray
- [issue7559] TestLoader.loadTestsFromName swallows import errors
Michael Foord
- [issue14443] Distutils test failure
Nick Coghlan
- [issue14443] Distutils test failure
Nick Coghlan
- [issue14157] time.strptime without a year fails on Feb 29
Hynek Schlawack
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue1521950] shlex.split() does not tokenize like the shell
Vinay Sajip
- [issue1521950] shlex.split() does not tokenize like the shell
R. David Murray
- [issue10731] UnicodeDecodeError in OS X tkinter when binding to <MouseWheel>
Ned Deily
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue2193] Cookie Colon Name Bug
Roundup Robot
- [issue2193] Cookie Colon Name Bug
Senthil Kumaran
- [issue14642] Fix imoprtlib.h build rule to not depend on hg
Brett Cannon
- [issue2193] Cookie Colon Name Bug
Roundup Robot
- [issue2193] Cookie Colon Name Bug
Senthil Kumaran
- [issue10731] UnicodeDecodeError in OS X tkinter when binding to <MouseWheel>
Ned Deily
- [issue10731] UnicodeDecodeError in OS X tkinter when binding to <MouseWheel>
Ned Deily
- [issue1703178] link_objects in setup.cfg crashes build
Éric Araujo
- [issue1326113] Letting "build_ext --libraries" take more than one lib
Éric Araujo
- [issue14026] test_cmd_line_script should include more sys.argv checks
Roundup Robot
- [issue14026] test_cmd_line_script should include more sys.argv checks
Nick Coghlan
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue14643] Security page out of date
Antoine Pitrou
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue1521950] shlex.split() does not tokenize like the shell
Vinay Sajip
- [issue14644] test_logging failure on OS X Tiger
Antoine Pitrou
- [issue1762561] unable to serialize Infinity or NaN on ARM using marshal
Mark Dickinson
- [issue10731] UnicodeDecodeError in OS X tkinter when binding to <MouseWheel>
Kevin Walzer
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue1346572] Remove inconsistent behavior between import and zipimport
Éric Araujo
- [issue1762561] unable to serialize Infinity or NaN on ARM using marshal
Martin v. Löwis
- [issue14645] Generator does not translate linesep characters in certain circumstances
R. David Murray
- [issue14423] Getting the starting date of iso week from a week number and a year.
Mark Dickinson
- [issue14646] Require loaders set __loader__ and __package__
Brett Cannon
- [issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
- [issue13857] Add textwrap.indent() as counterpart to textwrap.dedent()
Michael.Elsdörfer
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue14423] Getting the starting date of iso week from a week number and a year.
Mark Dickinson
- [issue14423] Getting the starting date of iso week from a week number and a year.
Esben Agerbæk Black
- [issue14647] imp.reload() on a package leads to a GC assertion failure
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue3177] Add shutil.open
Hobs
- [issue1065986] Fix pydoc crashing on unicode strings
Stefano Taschini
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Hobs
- [issue3177] Add shutil.open
Hobs
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Ram Rachum
- [issue3177] Add shutil.open
R. David Murray
- [issue3177] Add shutil.open
R. David Murray
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Antoine Pitrou
- [issue14648] Attempt to format ascii and non-ascii strings together fails with "... UCS2 ..."
Dmitry Dvoinikov
- [issue1521950] shlex.split() does not tokenize like the shell
Éric Araujo
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue3177] Add shutil.open
Éric Araujo
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue1521950] shlex.split() does not tokenize like the shell
R. David Murray
- [issue3177] Add shutil.open
R. David Murray
- [issue10942] xml.etree.ElementTree.tostring returns type bytes, expected type str
Gunnar Eikman
- [issue14649] doctest.DocTestSuite error misleading when module has no docstrings
Chris Jerdonek
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue3177] Add shutil.open
Éric Araujo
- [issue13903] New shared-keys dictionary implementation
Benjamin Peterson
- [issue13903] New shared-keys dictionary implementation
Yury Selivanov
- [issue14650] 1-character typo in shutils doctext
Hobs
- [issue13684] httplib tunnel infinite loop
Roundup Robot
- [issue3177] Add shutil.open
Hobs
- [issue3177] Add shutil.open
R. David Murray
- [issue3177] Add shutil.open
Sven Marnach
- [issue14651] `pysetup run [cmd]` can't handle option values in the setup.cfg
Takayuki SHIMIZUKAWA
- [issue3177] Add shutil.open
Éric Araujo
- [issue3177] Add shutil.open
Hobs
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue10731] UnicodeDecodeError in OS X tkinter when binding to <MouseWheel>
Ned Deily
- [issue3177] Add shutil.open
Hobs
- [issue14652] Better error messages for wsgiref validator failures
Sidney San Martín
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
Chris Rebert
- [issue3177] Add shutil.open
R. David Murray
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue11618] Locks broken wrt timeouts on Windows
Antoine Pitrou
- [issue14653] Improve mktime_tz to use calendar.timegm instead of time.mktime
Mitar
- [issue14654] More fast utf-8 decoding
Serhiy Storchaka
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue3177] Add shutil.open
STINNER Victor
- [issue14655] traceback module docs should show how to print/fomat an exception object
R. David Murray
- [issue14656] Add a macro for unreachable code
Benjamin Peterson
- [issue14080] Sporadic test_imp failure
Antoine Pitrou
- [issue14080] Sporadic test_imp failure
Antoine Pitrou
- [issue14657] Avoid two importlib copies
Antoine Pitrou
- [issue14658] Overwriting dict.__getattr__ is inconsistent
Albert Zeyer
- [issue3177] Add shutil.open
Chris Rebert
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Alexander Belopolsky
- [issue8427] toplevel jumps to another location on the screen
Andrei Paraschivescu
- [issue14080] Sporadic test_imp failure
Brett Cannon
- [issue8427] toplevel jumps to another location on the screen
Ned Deily
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue8427] toplevel jumps to another location on the screen
Andrei Paraschivescu
- [issue14369] make __closure__ writable
Nick Coghlan
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue13959] Re-implement parts of imp in pure Python
Eric Snow
- [issue14659] HP multi-thread environment python core in PyObject_GC_UnTrack
frank
- [issue12892] UTF-16 and UTF-32 codecs should reject (lone) surrogates
Serhiy Storchaka
- [issue2857] Add "java modified utf-8" codec
Serhiy Storchaka
- [issue14660] Implement PEP 420: Implicit Namespace Packages
Eric V. Smith
- [issue2857] Add "java modified utf-8" codec
Martin v. Löwis
- [issue2857] Add "java modified utf-8" codec
Martin v. Löwis
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue1065986] Fix pydoc crashing on unicode strings
Stefano Taschini
- [issue1065986] Fix pydoc crashing on unicode strings
R. David Murray
- [issue11603] Python crashes or hangs when rebinding __repr__ as __str__
Benjamin Peterson
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Alexander Belopolsky
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Joe Peterson
- [issue13756] Python3.2.2 make fail on cygwin
Lohoris
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
R. David Murray
- [issue11603] Python crashes or hangs when rebinding __repr__ as __str__
Roundup Robot
- [issue11603] Python crashes or hangs when rebinding __repr__ as __str__
Roundup Robot
- [issue13934] sqlite3 test typo
Sandro Tosi
- [issue1065986] Fix pydoc crashing on unicode strings
Stefano Taschini
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue13587] Correcting the typos error in Doc/howto/urllib2.rst
Roundup Robot
- [issue13587] Correcting the typos error in Doc/howto/urllib2.rst
Sandro Tosi
- [issue13903] New shared-keys dictionary implementation
Giampaolo Rodola'
- [issue13478] No documentation for timeit.default_timer
Roundup Robot
- [issue13478] No documentation for timeit.default_timer
Sandro Tosi
- [issue1065986] Fix pydoc crashing on unicode strings
R. David Murray
- [issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
Pino Toscano
- [issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
Antoine Pitrou
- [issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
Jesús Cea Avión
- [issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
Jesús Cea Avión
- [issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
Roundup Robot
- [issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
Jesús Cea Avión
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue14448] Mention pytz in datetime's docs
Roundup Robot
- [issue14448] Mention pytz in datetime's docs
Sandro Tosi
- [issue14662] shutil.move broken in 2.7.3 on OSX (chflags fails)
Fabian Groffen
- [issue5057] Unicode-width dependent optimization leads to non-portable pyc file
Armin Rigo
- [issue14663] Cannot comment out comments
Nul Character
- [issue14369] make __closure__ writable
Richard Oudkerk
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue14160] TarFile.extractfile fails to extract targets of top-level relative symlinks
Roundup Robot
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Antoine Pitrou
- [issue1522400] irda socket support
Charles-François Natali
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue14160] TarFile.extractfile fails to extract targets of top-level relative symlinks
Roundup Robot
- [issue14160] TarFile.extractfile fails to extract targets of top-level relative symlinks
Lars Gustäbel
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Roundup Robot
- [issue4892] Sending Connection-objects over multiprocessing connections fails
Antoine Pitrou
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue14664] Skipping a test mixin gives metaclass error
Antoine Pitrou
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue14339] Optimizing bin, oct and hex
STINNER Victor
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
STINNER Victor
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue14665] faulthandler prints tracebacks in reverse order
Antoine Pitrou
- [issue14666] test_sendall_interrupted hangs on FreeBSD with a zombi multiprocessing thread
STINNER Victor
- [issue14369] make __closure__ writable
Richard Oudkerk
- [issue14369] make __closure__ writable
Yury Selivanov
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue14667] No IDLE
James Lu
- [issue14443] Distutils test failure
Nick Coghlan
- [issue14443] Distutils test failure
Nick Coghlan
- [issue14443] Distutils test failure
Éric Araujo
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Martin v. Löwis
- [issue13968] Support recursive globs
Yuval Greenfield
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Roundup Robot
- [issue14668] Document the path option in the Windows installer
Brian Curtin
- [issue12488] multiprocessing.Connection does not communicate pipe closure between parent and child
Sye van der Veen
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Brian Curtin
- [issue14369] make __closure__ writable
Richard Oudkerk
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Chris Lambacher
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Martin v. Löwis
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Chris Lambacher
- [issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable
Éric Araujo
- [issue1521950] shlex.split() does not tokenize like the shell
Vinay Sajip
- [issue14669] test_multiprocessing failure on OS X Tiger
Antoine Pitrou
- [issue14443] Distutils test_bdist_rpm failure
Éric Araujo
- [issue11599] Useless error message when distutils fails compiling
Antoine Pitrou
- [issue11599] Useless error message when distutils fails compiling
Éric Araujo
- [issue14670] subprocess.call with pipe character in argument
Pedro Larroy
- [issue13789] _tkinter does not build on Windows 7
Steven Winfield
- [issue1522400] irda socket support
Gregory P. Smith
- [issue14059] Implement multiprocessing.Barrier
Charles-François Natali
- [issue13266] Add inspect.unwrap(f) to easily unravel "__wrapped__" chains
Daniel Urban
- [issue1522400] irda socket support
Charles-François Natali
- [issue12632] Python 3 doesn't support cp65001 as the OEM code page
STINNER Victor
- [issue11574] TextIOWrapper: Unicode Fallback Encoding on Python 3.3
STINNER Victor
- [issue8304] strftime and Unicode characters
STINNER Victor
- [issue6815] UnicodeDecodeError in os.path.expandvars
STINNER Victor
- [issue8304] strftime and Unicode characters
Brian Curtin
- [issue9150] IDLE should not save trailing whitespace after strip trailing whitespace has been used
Roger Serwy
- [issue13078] IDLE: Python Crashes When Saving Or Opening
Roger Serwy
- [issue6649] idlelib/rpc.py missing exit status on exithook
Roger Serwy
- [issue13473] Add tests for files byte-compiled by distutils[2]
Nick Coghlan
- [issue14443] Distutils test_bdist_rpm failure
Nick Coghlan
- [issue14671] isinstance(obj, object) returns True for _old style_ classes
Q
- [issue14672] Windows installer: add desktop shortcut(s)
Jeff Dean
- [issue14673] add sys.implementation
Eric Snow
- [issue10976] json.loads() throws TypeError on bytes object
Balthazar Rouberol
- [issue10976] json.loads() throws TypeError on bytes object
Serhiy Storchaka
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue13210] Support Visual Studio 2010
Mark Dickinson
- [issue10976] json.loads() throws TypeError on bytes object
Antoine Pitrou
- [issue10976] json.loads() throws TypeError on bytes object
Serhiy Storchaka
- [issue14674] Add link to RFC 4627 from json documentation
Serhiy Storchaka
- [issue14675] make distutils.ccompiler.CCompiler an abstract class
Ramchandra Apte
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Roundup Robot
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Benjamin Peterson
- [issue13210] Support Visual Studio 2010
Richard Oudkerk
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10976] json.loads() raises TypeError on bytes object
Éric Araujo
- [issue8767] Configure: Cannot disable unicode
Stefano Taschini
- [issue13210] Support Visual Studio 2010
Brian Curtin
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue13210] Support Visual Studio 2010
Brian Curtin
- [issue14443] Distutils test_bdist_rpm failure
Dave Malcolm
- [issue13210] Support Visual Studio 2010
Brian Curtin
- [issue13210] Support Visual Studio 2010
Éric Araujo
- [issue8767] Configure: Cannot disable unicode
R. David Murray
- [issue10976] json.loads() raises TypeError on bytes object
Antoine Pitrou
- [issue13210] Support Visual Studio 2010
Richard Oudkerk
- [issue10976] json.loads() raises TypeError on bytes object
Serhiy Storchaka
- [issue14443] Distutils test_bdist_rpm failure
Dave Malcolm
- [issue14676] DeprecationWarning missing in default warning filters documentation
Peter Eisentraut
- [issue1065986] Fix pydoc crashing on unicode strings
Éric Araujo
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue13210] Support Visual Studio 2010
Brian Curtin
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue14677] Python 2.6 Printing Error
mesheb82
- [issue14678] Update zipimport to support importlib.invalidate_caches()
Brett Cannon
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Jesús Cea Avión
- [issue14127] add st_*time_ns fileds to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Martin v. Löwis
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Arfrever Frehtes Taifersar Arahesis
- [issue13210] Support Visual Studio 2010
Brian Curtin
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
Larry Hastings
- [issue6818] remove/delete method for zipfile/tarfile objects
Yuval Greenfield
- [issue13210] Support Visual Studio 2010
Brian Curtin
- [issue14679] Changes to html.parser break third-party code
Vinay Sajip
- [issue13210] Support Visual Studio 2010
STINNER Victor
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue13210] Support Visual Studio 2010
Kristján Valur Jónsson
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue14680] pydoc with -w option does not work for a lot of help topics
Gregor
- [issue11618] Locks broken wrt timeouts on Windows
Martin v. Löwis
- [issue14443] Distutils test_bdist_rpm failure
Nick Coghlan
- [issue14339] Optimizing bin, oct and hex
Martin v. Löwis
- [issue1521950] shlex.split() does not tokenize like the shell
Ezio Melotti
- [issue13934] sqlite3 test typo
Ezio Melotti
- [issue8767] Configure: Cannot disable unicode
Stefano Taschini
- [issue2387] cStringIO and unicode
Florent Xicluna
- [issue14681] Problem in installation of version 2.3.5 on mac OS X 10.5.8
rampythonnewbie
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue13210] Support Visual Studio 2010
Richard Oudkerk
- [issue14339] Optimizing bin, oct and hex
STINNER Victor
- [issue2387] cStringIO and unicode
Antoine Pitrou
- [issue8767] Configure: Cannot disable unicode
Antoine Pitrou
- [issue13621] Unicode performance regression in python3.3 vs python3.2
STINNER Victor
- [issue1065986] Fix pydoc crashing on unicode strings
Stefano Taschini
- [issue10976] json.loads() raises TypeError on bytes object
Antoine Pitrou
- [issue14059] Implement multiprocessing.Barrier
Antoine Pitrou
- [issue14682] Backport missing errnos to 2.7
Hynek Schlawack
- [issue11618] Locks broken wrt timeouts on Windows
Antoine Pitrou
- [issue14683] os.path.isdir.__name__ is "_isdir" on Windows (2.7.3)
Luke McCarthy
- [issue13621] Unicode performance regression in python3.3 vs python3.2
Serhiy Storchaka
- [issue13210] Support Visual Studio 2010
Richard Oudkerk
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue11618] Locks broken wrt timeouts on Windows
Brian Curtin
- [issue4489] shutil.rmtree is vulnerable to a symlink attack
Hynek Schlawack
- [issue11618] Locks broken wrt timeouts on Windows
Kristján Valur Jónsson
- [issue10976] json.loads() raises TypeError on bytes object
Serhiy Storchaka
- [issue13621] Unicode performance regression in python3.3 vs python3.2
Martin v. Löwis
- [issue8767] Configure: Cannot disable unicode
Martin v. Löwis
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue7185] csv reader utf-8 BOM error
Serhiy Storchaka
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue13903] New shared-keys dictionary implementation
Antoine Pitrou
- [issue7185] csv reader utf-8 BOM error
R. David Murray
- [issue1767933] Badly formed XML using etree and utf-16
Serhiy Storchaka
- [issue14684] zlib set dictionary support inflateSetDictionary
Sam Rushing
- [issue7185] csv reader utf-8 BOM error
Serhiy Storchaka
- [issue14685] segfault in --without-threads build
Stefan Krah
- [issue14304] Implement utf-8-bmp codec
Serhiy Storchaka
- [issue13916] disallow the "surrogatepass" handler for non utf-* encodings
Serhiy Storchaka
- [issue14339] Optimizing bin, oct and hex
Mark Dickinson
- [issue14007] xml.etree.ElementTree - XMLParser and TreeBuilder's doctype() method missing
Arfrever Frehtes Taifersar Arahesis
- [issue14686] SystemError in unicodeobject.c
Stefan Krah
- [issue3177] Add shutil.open
Miki Tebeka
- [issue7185] csv reader utf-8 BOM error
R. David Murray
- [issue14687] Optimize str%tuple for the PEP 393
STINNER Victor
- [issue7185] csv reader utf-8 BOM error
Serhiy Storchaka
- [issue14387] Include\accu.h incompatible with Windows.h
Stefan Krah
- [issue14387] Include\accu.h incompatible with Windows.h
Georg Brandl
- [issue14448] Mention pytz in datetime's docs
Roundup Robot
- [issue14688] Typos in sorting.rst
Dionysios Kalofonos
- [issue14689] make PYTHONWARNINGS variable work in libpython
Peter Eisentraut
- [issue14369] make __closure__ writable
Andrew Svetlov
- [issue13916] disallow the "surrogatepass" handler for non utf-* encodings
Martin v. Löwis
- [issue14417] dict RuntimeError workaround
Guido van Rossum
- [issue13916] disallow the "surrogatepass" handler for non utf-* encodings
Serhiy Storchaka
- [issue13916] disallow the "surrogatepass" handler for non utf-* encodings
Martin v. Löwis
- [issue14304] Implement utf-8-bmp codec
Martin v. Löwis
- [issue14304] Implement utf-8-bmp codec
Serhiy Storchaka
- [issue9239] zipfile: truncating comment can corrupt the zipfile
Serhiy Storchaka
- [issue1760357] ZipFile.write fails with bad modification time
Serhiy Storchaka
- [issue14427] urllib.request.Request get_header and header_items not documented
Michal Nowikowski
- [issue13050] RLock support the context manager protocol but this is not documented
Michal Nowikowski
- [issue9260] A finer grained import lock
Antoine Pitrou
- [issue14304] Implement utf-8-bmp codec
Martin v. Löwis
- [issue1739648] zipfile.testzip() using progressive file reads
Serhiy Storchaka
- [issue14304] Implement utf-8-bmp codec
Andrew Svetlov
- [issue14304] Implement utf-8-bmp codec
Serhiy Storchaka
- [issue13241] llvm-gcc-4.2 miscompiles Python (XCode 4.1 on Mac OS 10.7)
Hynek Schlawack
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue9260] A finer grained import lock
Antoine Pitrou
- [issue7707] multiprocess.Queue operations during import can lead to deadlocks
Hynek Schlawack
- [issue7707] multiprocess.Queue operations during import can lead to deadlocks
Antoine Pitrou
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14427] urllib.request.Request get_header and header_items not documented
Senthil Kumaran
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue1739648] zipfile.testzip() using progressive file reads
Alan McIntyre
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14397] Use GetTickCount/GetTickCount64 instead of QueryPerformanceCounter for monotonic clock
Roundup Robot
- [issue14428] Implementation of the PEP 418
Roundup Robot
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14309] Deprecate time.clock()
Roundup Robot
- [issue14309] Deprecate time.clock()
STINNER Victor
- [issue9260] A finer grained import lock
Antoine Pitrou
- [issue9260] A finer grained import lock
Antoine Pitrou
- [issue9260] A finer grained import lock
Antoine Pitrou
- [issue14428] Implementation of the PEP 418
Roundup Robot
- [issue14690] Use monotonic time for sched, trace and subprocess modules
STINNER Victor
- [issue14155] Deja vu in re's documentation
Roundup Robot
- [issue14155] Deja vu in re's documentation
Ezio Melotti
- [issue11379] Remove "lightweight" from minidom description
Ezio Melotti
- [issue14009] Clearer documentation for cElementTree
Ezio Melotti
- [issue13684] httplib tunnel infinite loop
Roundup Robot
- [issue13684] httplib tunnel infinite loop
Senthil Kumaran
- [issue13850] Summary tables for argparse add_argument options
Ezio Melotti
- [issue14427] urllib.request.Request get_header and header_items not documented
Roundup Robot
- [issue14427] urllib.request.Request get_header and header_items not documented
Senthil Kumaran
- [issue14034] Add argparse howto
Ezio Melotti
- [issue11379] Remove "lightweight" from minidom description
Éric Araujo
- [issue14034] Add argparse howto
Ezio Melotti
- [issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag
Roundup Robot
- [issue14405] Some "Other Resources" in the sidebar are hopelessly out of date
Ezio Melotti
- [issue14244] No information about behaviour with groups in pattern in the docstring for re.split
Ezio Melotti
- [issue14236] re: Docstring for \s and \S doesn’t mention Unicode
Roundup Robot
- [issue14236] re: Docstring for \s and \S doesn’t mention Unicode
Ezio Melotti
- [issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag
Senthil Kumaran
- [issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag
Roundup Robot
- [issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag
Senthil Kumaran
- [issue1739648] zipfile.testzip() using progressive file reads
Serhiy Storchaka
- [issue14315] zipfile.ZipFile() unable to open zip File
Serhiy Storchaka
- [issue14236] re: Docstring for \s and \S doesn’t mention Unicode
py.user
- [issue14691] a code example not highlighted in http://docs.python.org/dev/library/stdtypes.html#memoryview
Ramchandra Apte
- [issue14428] Implementation of the PEP 418
Charles-François Natali
- [issue12947] Examples in library/doctest.html lack the flags
Ezio Melotti
- [issue6759] zipfile.ZipExtFile.read() is missing universal newline support
Serhiy Storchaka
- [issue11352] Update cgi module doc
Hynek Schlawack
- [issue14692] json.joads parse_constant callback not working anymore
Jakob Simon-Gaarde
- [issue14236] re: Docstring for \s and \S doesn’t mention Unicode
Ezio Melotti
- [issue14236] re: Docstring for \s and \S doesn’t mention Unicode
Roundup Robot
- [issue14315] zipfile.ZipFile() unable to open zip File
Yuval Greenfield
- [issue10376] ZipFile unzip is unbuffered
Serhiy Storchaka
- [issue8767] Configure: Cannot disable unicode
Ezio Melotti
- [issue14313] zipfile should raise an exception for unsupported compression methods
Serhiy Storchaka
- [issue4653] Patch to fix typos in C code
Mark Dickinson
- [issue14693] hashlib fallback modules should be built even if openssl *is* available at build time
Dov Feldstern
- [issue6759] zipfile.ZipExtFile.read() is missing universal newline support
Antoine Pitrou
- [issue14417] dict RuntimeError workaround
Guido van Rossum
- [issue14417] dict RuntimeError workaround
Guido van Rossum
- [issue11352] Update cgi module doc
Senthil Kumaran
- [issue14157] time.strptime without a year fails on Feb 29
Hynek Schlawack
- [issue14082] shutil doesn't copy extended attributes
Hynek Schlawack
- [issue9009] Improve quality of Python/dtoa.c
Mark Dickinson
- [issue11012] Add log1p(), exp1m(), gamma(), and lgamma() to cmath
Mark Dickinson
- [issue10433] Document unique behavior of 'getgroups' on OSX
Hynek Schlawack
- [issue14694] Option to show leading zeros for bin/hex/oct
endolith
- [issue13698] Mailbox module should support other mbox formats in addition to mboxo
endolith
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue13698] Mailbox module should support other mbox formats in addition to mboxo
R. David Murray
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue13959] Re-implement parts of imp in pure Python
Éric Araujo
- [issue9154] Parser module doesn't understand function annotations.
Roundup Robot
- [issue14034] Add argparse howto
Tshepang Lekhonkhobe
- [issue14428] Implementation of the PEP 418
Roundup Robot
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14433] Python 3 interpreter crash on windows when stdin closed in Python shell
Charles-François Natali
- [issue14127] add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds
STINNER Victor
- [issue9154] Parser module doesn't understand function annotations.
Mark Dickinson
- [issue13959] Re-implement parts of imp in pure Python
Roundup Robot
- [issue13959] Re-implement parts of imp in pure Python
Brett Cannon
- [issue14695] Tools/parser/unparse.py is out of date.
Mark Dickinson
- [issue10941] imaplib: Internaldate2tuple produces wrong result if date is near a DST change
Roundup Robot
- [issue14696] parser module doesn't support nonlocal statement
Mark Dickinson
- [issue14428] Implementation of the PEP 418
Antoine Pitrou
- [issue14697] parser module doesn't support set displays or set comprehensions
Mark Dickinson
- [issue14428] Implementation of the PEP 418
Roundup Robot
- [issue11352] Update cgi module doc
STINNER Victor
- [issue14428] Implementation of the PEP 418
Roundup Robot
- [issue7677] improve error message for setup.py upload --sign without --identity
Éric Araujo
- [issue7677] upload: improve display for error messages from gpg
Éric Araujo
- [issue6114] distutils build_ext path comparison only based on strings
Éric Araujo
- [issue14428] Implementation of the PEP 418
STINNER Victor
- [issue14433] Python 3 interpreter crash on windows when stdin closed in Python shell
Roundup Robot
- [issue14433] Python 3 interpreter crash on windows when stdin closed in Python shell
Martin v. Löwis
- [issue1522400] irda socket support
Charles-François Natali
- [issue1522400] irda socket support
Charles-François Natali
- [issue11352] Update cgi module doc
Pierre Quentel
- [issue14034] Add argparse howto
Tshepang Lekhonkhobe
- [issue8767] Configure: Cannot disable unicode
Stefano Taschini
- [issue11352] Update cgi module doc
Hynek Schlawack
- [issue8767] Configure: Cannot disable unicode
Stefano Taschini
- [issue8767] Configure: Cannot disable unicode
Stefano Taschini
- [issue14698] test_posix failures - getpwduid()/initgroups()/getgroups()
Charles-François Natali
- [issue11352] Update cgi module doc
Pierre Quentel
- [issue11352] Update cgi module doc
Pierre Quentel
- [issue11352] Update cgi module doc
Pierre Quentel
- [issue11618] Locks broken wrt timeouts on Windows
Martin v. Löwis
- [issue13903] New shared-keys dictionary implementation
Mark Shannon
- [issue14699] Calling a classmethod_descriptor directly raises a TypeError for wrong number of parameters.
Mark Shannon
- [issue7719] distutils: ignore .nfsXXXX files
Hynek Schlawack
- [issue13152] textwrap: support custom tabsize
Hynek Schlawack
- [issue4489] shutil.rmtree is vulnerable to a symlink attack
Arfrever Frehtes Taifersar Arahesis
- [issue14157] time.strptime without a year fails on Feb 29
Arfrever Frehtes Taifersar Arahesis
- [issue14304] Implement utf-8-bmp codec
Arfrever Frehtes Taifersar Arahesis
- [issue14157] time.strptime without a year fails on Feb 29
Alexander Belopolsky
- [issue12958] test_socket failures on Mac OS X
Roundup Robot
- [issue6560] socket sendmsg(), recvmsg() methods
Roundup Robot
- [issue10142] Support for SEEK_HOLE/SEEK_DATA
Hynek Schlawack
- [issue12947] Examples in library/doctest.html lack the flags
Stefano Taschini
- [issue13903] New shared-keys dictionary implementation
Roundup Robot
- [issue7522] random.choice should accept a set as input
Michele Mazzucchi
- [issue11352] Update cgi module doc
Roundup Robot
- [issue11352] Update cgi module doc
Senthil Kumaran
- [issue11352] Update cgi module doc
Hynek Schlawack
- [issue11352] Update cgi module doc
Peter Kleiweg
- [issue13579] string.Formatter doesn't understand the a conversion specifier
Francisco Martín Brugué
- [issue10665] Expand unicodedata module documentation
Ezio Melotti
- [issue13183] pdb skips frames after hitting a breakpoint and running step
Senthil Kumaran
- [issue14700] Integer overflow in classic string formatting
Serhiy Storchaka
- [issue9530] integer undefined behaviors
Mark Dickinson
- [issue9530] integer undefined behaviors
John Regehr
- [issue10433] Document unique behavior of 'getgroups' on OSX
Roundup Robot
- [issue10433] Document unique behavior of 'getgroups' on OSX
Ned Deily
- [issue7522] random.choice should accept a set as input
Mark Dickinson
- [issue14701] parser module doesn't support 'raise ... from'
Mark Dickinson
- [issue14702] os.makedirs breaks under autofs directories
Andrew McNabb
- [issue9400] multiprocessing.pool.AsyncResult.get() messes up exceptions
Daniel Blanchard
- [issue13183] pdb skips frames after hitting a breakpoint and running step
Xavier de Gaye
- [issue9530] integer undefined behaviors
Stefan Krah
Last message date:
Mon Apr 30 23:45:48 CEST 2012
Archived on: Mon Apr 30 23:45:51 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).