summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-0/+3
* Merge #17413: make sure settrace funcs get passed exception instances for 'va...R David Murray2013-04-191-0/+4
|\
| * #17413: make sure settrace funcs get passed exception instances for 'value'.R David Murray2013-04-191-0/+4
* | #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-181-0/+3
* | 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
* | Merge #17341: Include name in re error message about invalid group name.R David Murray2013-04-141-0/+3
|\ \ | |/
| * #17341: Include name in re error message about invalid group name.R David Murray2013-04-141-0/+3
* | Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-256/+258
|\ \ | |/
| * Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-232/+243
* | (Merge 3.3) Close #17702: os.environ now raises KeyError with the originalVictor Stinner2013-04-141-0/+4
|\ \ | |/
| * Close #17702: os.environ now raises KeyError with the original environmentVictor Stinner2013-04-141-0/+4
* | Merge fix for #16163 from 3.3Nick Coghlan2013-04-141-0/+3
|\ \ | |/
| * Close issue #16163: handle submodules in pkgutil.iter_importersNick Coghlan2013-04-141-0/+3
| * Issue #16550: Update the opcode descriptions of pickletools to use unsignedAlexandre Vassalotti2013-04-141-0/+3
* | Issue #16804: Fix 'python -S -m site' failure.Meador Inge2013-04-141-0/+3
|\ \ | |/
| * Issue #16804: Fix 'python -S -m site' failure.Meador Inge2013-04-141-0/+3
* | properly lookup the __round__ special method (closes #17722)Benjamin Peterson2013-04-131-0/+2
* | Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.Antoine Pitrou2013-04-131-0/+3
* | Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-131-0/+2
* | #2118: Make SMTPException a subclass of IOError.R David Murray2013-04-131-0/+2
* | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-0/+3
|\ \ | |/
| * Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-0/+3
* | Issue #17715: Merge fix from 3.3.Mark Dickinson2013-04-131-0/+3
|\ \ | |/
| * Issue #17715: Add missing NULL Check to PyNumber_Long.Mark Dickinson2013-04-131-0/+3
* | Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-3/+0
|\ \ | |/
| * Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-3/+0
* | Issue #17643: Add __callback__ attribute to weakref.ref.Mark Dickinson2013-04-131-0/+2
* | Issue #16447: Merge fix from 3.3.Mark Dickinson2013-04-131-0/+3
|\ \ | |/
| * Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-131-0/+3