summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-203-33/+472
* Remove superfluous try/exceptEli Bendersky2013-04-201-12/+6
* Make license notices more consistent and remove old changelog.Eli Bendersky2013-04-201-4/+3
* #9607: restore keywords.kwlist after testing it.R David Murray2013-04-201-0/+2
* #9607: Add tests for the keyword module.R David Murray2013-04-202-1/+135
* Merge #17413: make sure settrace funcs get passed exception instances for 'va...R David Murray2013-04-191-0/+23
|\
| * #17413: make sure settrace funcs get passed exception instances for 'value'.R David Murray2013-04-191-0/+23
* | #17790: merge with 3.3.Ezio Melotti2013-04-191-84/+31
|\ \ | |/
| * #17790: test_set now works with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-04-191-84/+31
* | #17789: merge with 3.3.Ezio Melotti2013-04-191-27/+12
|\ \ | |/
| * #17789: test_random now works with unittest test discovery. Patch by Zachary...Ezio Melotti2013-04-191-27/+12
* | #17779: merge with 3.3.Ezio Melotti2013-04-191-5/+4
|\ \ | |/
| * #17779: test_osx_env now works with unittest test discovery. Patch by Zachar...Ezio Melotti2013-04-191-5/+4
* | Fix uploadTestCase to work even when HTTPSConnection is not available.Ezio Melotti2013-04-191-5/+5
* | #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Mar...Ezio Melotti2013-04-181-24/+0
* | Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for n...Antoine Pitrou2013-04-182-109/+224
* | Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-172-2/+35
|\ \ | |/
| * Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-172-2/+35
| * Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...Giampaolo Rodola'2013-04-172-1/+8
* | Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...Giampaolo Rodola'2013-04-172-1/+8
* | #14735: merge with 3.3.Roger Serwy2013-04-171-2/+1
|\ \ | |/
| * #14735: Update IDLE docs to omit "Control-z on Windows".Roger Serwy2013-04-171-2/+1
* | #17766: merge with 3.3.Ezio Melotti2013-04-171-32/+14
|\ \ | |/
| * #17766: test_iterlen now works with unittest test discovery. Patch by Zachar...Ezio Melotti2013-04-171-32/+14
* | Remove unused importBarry Warsaw2013-04-161-1/+0
|\ \ | |/
| * Remove unused import.Barry Warsaw2013-04-161-1/+0
* | - Issue #17012: shutil.which() no longer fallbacks to the PATH environmentBarry Warsaw2013-04-162-1/+26
|\ \ | |/
| * - Issue #17012: shutil.which() no longer fallbacks to the PATH environmentBarry Warsaw2013-04-162-1/+26
* | Make C and Python implementations of pickle load STRING opcodes the same way.Alexandre Vassalotti2013-04-162-30/+34
* | Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-152-1/+9
|\ \ | |/
| * Issue #17710: Fix pickle raising a SystemError on bogus input.Antoine Pitrou2013-04-152-1/+9
* | Merge fix for #17731 from 3.3Nick Coghlan2013-04-151-0/+3
|\ \ | |/
| * Close #17731: Clean up properly in test_importNick Coghlan2013-04-151-0/+3
* | Issue #17713: Added failure diagnostics to test.Vinay Sajip2013-04-151-1/+5
* | Merge #17341: Include name in re error message about invalid group name.R David Murray2013-04-142-2/+14
|\ \ | |/
| * #17341: Include name in re error message about invalid group name.R David Murray2013-04-142-2/+14
* | add a newlineBrett Cannon2013-04-141-1/+1
* | Issue #17244: Don't mask exceptions raised during the creation ofBrett Cannon2013-04-143-14/+33
* | (Merge 3.3) Issue #17702: use assertRaises() for the unit testVictor Stinner2013-04-141-10/+4
|\ \ | |/
| * Issue #17702: use assertRaises() for the unit testVictor Stinner2013-04-141-10/+4
* | (Merge 3.3) Close #17702: os.environ now raises KeyError with the originalVictor Stinner2013-04-142-4/+30
|\ \ | |/
| * Close #17702: os.environ now raises KeyError with the original environmentVictor Stinner2013-04-142-4/+30
* | Merge fix for #16163 from 3.3Nick Coghlan2013-04-142-2/+41
|\ \ | |/
| * Close issue #16163: handle submodules in pkgutil.iter_importersNick Coghlan2013-04-142-2/+41
* | Issue #17713: additional tweak to test.Vinay Sajip2013-04-141-1/+1
* | Closes #17713: Fixed bug in test_compute_rollover_weekly_attime.Vinay Sajip2013-04-141-26/+33
* | #2118: IOError is deprecated, use OSError.R David Murray2013-04-141-1/+1
* | Merge 3.3Alexandre Vassalotti2013-04-141-21/+106
|\ \ | |/
| * Merge heads.Alexandre Vassalotti2013-04-141-21/+106
| |\
| | * Issue #16550: Update the opcode descriptions of pickletools to use unsignedAlexandre Vassalotti2013-04-141-21/+106