summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | Closes #16551. Cleanup pickle.py.Serhiy Storchaka2013-04-141-138/+85
* | | merge with 3.3Georg Brandl2013-04-142-4/+24
|\ \ \ | |/ /
| * | Closes #14462: allow any valid Python identifier in sre group names, as docum...Georg Brandl2013-04-142-4/+24
| |/
* | Style cleanups for pickle.py and _pickle.Alexandre Vassalotti2013-04-141-5/+7
* | Merge 3.3Alexandre Vassalotti2013-04-141-2/+2
|\ \ | |/
| * Fix pickling test in test_memoryio.Alexandre Vassalotti2013-04-141-2/+2
* | Issue #16804: Fix 'python -S -m site' failure.Meador Inge2013-04-141-4/+6
|\ \ | |/
| * Issue #16804: Fix 'python -S -m site' failure.Meador Inge2013-04-141-4/+6
* | remove pointless changeBenjamin Peterson2013-04-131-1/+1
* | properly lookup the __round__ special method (closes #17722)Benjamin Peterson2013-04-131-1/+2
* | Fix misindent. This would test half less possibilities.Antoine Pitrou2013-04-131-1/+1
* | Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.Antoine Pitrou2013-04-131-27/+3
* | #17719: fix incorrect version number in deprecation doc.R David Murray2013-04-131-1/+1
* | #2118: Make SMTPException a subclass of IOError.R David Murray2013-04-131-1/+1
* | Merge #2118: clarify smtplib exception documentation.R David Murray2013-04-131-2/+3
|\ \ | |/
| * #2118: clarify smtplib exception documentation.R David Murray2013-04-131-2/+3
* | #17571: merge with 3.3.Ezio Melotti2013-04-131-15/+3
|\ \ | |/
| * #17571: remove broken links in datetime.py docstring.Ezio Melotti2013-04-131-15/+3
* | Issue #17715: Merge fix from 3.3.Mark Dickinson2013-04-131-0/+6
|\ \ | |/
| * Issue #17715: Add missing NULL Check to PyNumber_Long.Mark Dickinson2013-04-131-0/+6
* | Issue #17713: Test temporarily skipped while failure investigated.Vinay Sajip2013-04-131-0/+1
* | Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-132-38/+1
|\ \ | |/
| * Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-132-41/+1
* | Issue #17643: Add __callback__ attribute to weakref.ref.Mark Dickinson2013-04-131-0/+24
* | Issue #16447: Merge fix from 3.3.Mark Dickinson2013-04-131-0/+14
|\ \ | |/
| * Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-131-0/+14