summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-261-0/+3
* 17830: preserve line endings of original file when updating keywords.R David Murray2013-04-251-0/+3
* Issue #17272: Making the urllib.request's Request.full_url a descriptor. FixesSenthil Kumaran2013-04-252-0/+4
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-241-0/+3
|\
| * Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-241-0/+3
* | (3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-231-0/+2
|\ \ | |/
| * Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-231-0/+2
* | Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-222-0/+4
|\ \ | |/
| * Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-222-0/+4
* | Issue #16624: `subprocess.check_output` now accepts an `input` argument,Serhiy Storchaka2013-04-221-0/+4
* | Issue #17736: fix misleading comment in _elementtree.cEli Bendersky2013-04-221-0/+1
|\ \ | |/
| * Issue #17736: fix misleading comment in _elementtree.cEli Bendersky2013-04-221-0/+1
* | Closes #17795: Reverted backwards-incompatible change in SysLogHandler with U...Vinay Sajip2013-04-221-0/+3
|\ \ | |/
| * Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...Vinay Sajip2013-04-221-0/+3
* | Merge #17065: Use process-unique key for winreg test.R David Murray2013-04-211-0/+3
|\ \ | |/
| * #17065: Use process-unique key for winreg test.R David Murray2013-04-211-0/+3
* | Merge 3.3Alexandre Vassalotti2013-04-201-0/+3
|\ \ | |/
| * Isuse #17720: Fix APPENDS handling in the Python implementation of UnpicklerAlexandre Vassalotti2013-04-201-0/+3
* | Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-0/+3
* | #9607: Add tests for the keyword module.R David Murray2013-04-201-0/+1
* | Merge #17413: make sure settrace funcs get passed exception instances for 'va...R David Murray2013-04-192-0/+6
|\ \ | |/
| * #17413: make sure settrace funcs get passed exception instances for 'value'.R David Murray2013-04-192-0/+6
* | #17790: merge with 3.3.Ezio Melotti2013-04-191-0/+3
|\ \ | |/
| * #17790: test_set now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-04-191-0/+3
* | #17789: merge with 3.3.Ezio Melotti2013-04-191-0/+3
|\ \ | |/
| * #17789: test_random now works with unittest test discovery. Patch by Zachary...Ezio Melotti2013-04-191-0/+3
* | #17779: merge with 3.3.Ezio Melotti2013-04-191-0/+3
|\ \ | |/
| * #17779: test_osx_env now works with unittest test discovery. Patch by Zachar...Ezio Melotti2013-04-191-0/+3
* | #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Mar...Ezio Melotti2013-04-182-0/+4
* | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...Antoine Pitrou2013-04-181-0/+3
* | Merge.Richard Oudkerk2013-04-171-0/+3
|\ \ | |/
| * Merge.Richard Oudkerk2013-04-171-0/+3
| |\
| | * - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec`...Antoine Pitrou2013-04-171-0/+3
* | | Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-0/+3
|\ \ \ | |/ /
| * | Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-0/+3
| |/
| * Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...Giampaolo Rodola'2013-04-171-0/+3
* | Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...Giampaolo Rodola'2013-04-171-0/+3
* | #14735: merge with 3.3.Roger Serwy2013-04-171-0/+6
|\ \ | |/
| * #14735: Update IDLE docs to omit "Control-z on Windows".Roger Serwy2013-04-171-0/+2
* | #17766: merge with 3.3.Ezio Melotti2013-04-171-0/+3
|\ \ | |/
| * #17766: test_iterlen now works with unittest test discovery. Patch by Zachar...Ezio Melotti2013-04-171-0/+3
* | - Issue #17012: shutil.which() no longer fallbacks to the PATH environmentBarry Warsaw2013-04-161-0/+3
|\ \ | |/
| * - Issue #17012: shutil.which() no longer fallbacks to the PATH environmentBarry Warsaw2013-04-161-0/+3
* | Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-0/+2
|\ \ | |/
| * Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-0/+2
| * #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-151-0/+1
* | Merge #17341: Include name in re error message about invalid group name.R David Murray2013-04-142-0/+4
|\ \ | |/
| * #17341: Include name in re error message about invalid group name.R David Murray2013-04-142-0/+4
* | Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-256/+258
|\ \ | |/
| * Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-232/+243