summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | | | | | | Merged 3.4.0b1 release head back into trunk.Larry Hastings2013-11-2412-16/+54
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.Serhiy Storchaka2013-11-245-13/+33
| | | | | | | | | | * | | | | | | Merge from 3.3.Stefan Krah2013-11-24659-16791/+64836
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Issue #19753: Try to fix test_gdb on SystemZ buildbotVictor Stinner2013-11-241-0/+1
| | | | | | | | | | | * | | | | | | Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.Richard Oudkerk2013-11-241-2/+9
| | | | | | | | | | | * | | | | | | Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-24659-16791/+64828
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | Bump version number to 3.4.0b1.v3.4.0b1Larry Hastings2013-11-242-2/+2
| | | | | | | | | * | | | | | | | | | Updated pydoc topics for 3.4.0b1.Larry Hastings2013-11-241-4/+4
| | | | | | | | | | |_|/ / / / / / / | | | | | | | | | |/| | | | | | | |
| | | | | | | | | * | | | | | | | | Issue #19743: fix test_gdb on some optimized Python buildsAntoine Pitrou2013-11-241-4/+8
| | | | | | | | | * | | | | | | | | Selectively re-enable framing testsAntoine Pitrou2013-11-242-11/+21
| | | | | | | | | * | | | | | | | | Make Ellipsis and NotImplemented picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-8/+0
| | | | | | | | | * | | | | | | | | Make built-in methods picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-8/+1
| | | | | | | | | * | | | | | | | | Issue #3158: Relax new doctests a bit.Zachary Ware2013-11-241-4/+9
| | | | | | | | | * | | | | | | | | Merge headsZachary Ware2013-11-241-2/+2
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Issue #19734: Also run pip version check in isolated modeNick Coghlan2013-11-241-2/+2
| | | | | | | | | * | | | | | | | | | Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-243-21/+40
| | | | | | | | | |/ / / / / / / / /
| | | | | | | | | * | | | | | | | | Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENVNick Coghlan2013-11-241-0/+4
| | | | | | | | | * | | | | | | | | Disable annoying tests which doesn't work optimized pickles.Alexandre Vassalotti2013-11-231-11/+13
| | | | | | | | | * | | | | | | | | Make framing optional in pickle protocol 4.Alexandre Vassalotti2013-11-232-71/+98
| | | | | | | | | * | | | | | | | | Issue #19734: ctypes resource management fixesNick Coghlan2013-11-241-6/+9
| | | | | | | | | * | | | | | | | | Issue #19744 (temp workaround): without ssl, skip pip testNick Coghlan2013-11-241-0/+6
| | | | | | | | | * | | | | | | | | Issue #19734: venv still needs isolated modeNick Coghlan2013-11-241-1/+1
| | | | | | | | | * | | | | | | | | Issue 19734: better diagnostics for test_venv failuresNick Coghlan2013-11-242-6/+18
| | | | | | | | | * | | | | | | | | Fix inspect.signature tests for builtins when docstrings are compiled out.Larry Hastings2013-11-232-1/+9
| | | | | | | | | * | | | | | | | | Try to fix test_tarfile under WindowsAntoine Pitrou2013-11-241-1/+1
| | | | | | | | | * | | | | | | | | Build a list of supported test tarfiles dynamically for CLI "test" commandSerhiy Storchaka2013-11-241-3/+6
| | | | | | | | | * | | | | | | | | Don't attempt to run the _opcode test if it wasn't built.Larry Hastings2013-11-231-2/+3
| | | | | | | | | * | | | | | | | | Issue #13477: Added command line interface to the tarfile module.Serhiy Storchaka2013-11-242-1/+259
| | | | | | | | | * | | | | | | | | Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-234-32/+118
| | | | | | | | | * | | | | | | | | Keep asyncio working with Python 3.3 too.Guido van Rossum2013-11-231-2/+9
| | | | | | | | | * | | | | | | | | asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se...Guido van Rossum2013-11-232-18/+20
| | | | | | | | | * | | | | | | | | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-232-0/+35
| | | | | | | | | * | | | | | | | | Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-2310-55/+96
| | | | | | | | | * | | | | | | | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,Serhiy Storchaka2013-11-232-11/+47
| | | | | | | | | * | | | | | | | | Merge headsSerhiy Storchaka2013-11-232-0/+64
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Issue #13592: Improved the repr for regular expression pattern objects.Serhiy Storchaka2013-11-232-0/+64
| | | | | | | | | * | | | | | | | | | Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.Gregory P. Smith2013-11-231-3/+4
| | | | | | | | | |/ / / / / / / / /
| | | | | | | | | * | | | | | | | | test_pickle: speed up test_longAntoine Pitrou2013-11-231-1/+5
| | | | | | | | | * | | | | | | | | Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-236-78/+34
| | | | | | | | | * | | | | | | | | Merge headsSerhiy Storchaka2013-11-231-3/+4
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | Fix writing out 64-bit size fields on 32-bit buildsAntoine Pitrou2013-11-231-3/+4
| | | | | | | | | * | | | | | | | | | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-235-5/+19
| | | | | | | | | |/ / / / / / / / /
| | | | | | | | | * | | | | | | | | asyncio: Use socketpair() from test_utils in tests (Sa?l Ibarra Corretg?).Guido van Rossum2013-11-231-1/+1
| | | | | | | | | * | | | | | | | | Fix typo.Guido van Rossum2013-11-231-1/+1
| | | | | | | | | * | | | | | | | | #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...Ezio Melotti2013-11-232-0/+84
| | | | | | | | | * | | | | | | | | Fix whitespaceAntoine Pitrou2013-11-231-3/+3
| | | | | | | | | * | | | | | | | | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-235-522/+1629
| | | | | | | | | * | | | | | | | | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-232-25/+107
| | | | | | | | | * | | | | | | | | Fixed incorrectly applying a patch for issue19668.Serhiy Storchaka2013-11-232-26/+724
| | | | | | | | | * | | | | | | | | Relax timing even more, hopefully again fixes issue 19579.Guido van Rossum2013-11-231-1/+1