summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clinic: Add warning for untested (and unused in CPython!) format units.Larry Hastings2013-11-241-0/+1
* Fix a few markup problems in the new import doc.Georg Brandl2013-11-241-2/+4
* Issue #19741: cleanup tracemalloc_realloc()Victor Stinner2013-11-241-8/+15
* Remove code path in cpickle that does not exist in pickle.Alexandre Vassalotti2013-11-241-7/+1
* Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the callerVictor Stinner2013-11-241-18/+29
* Make Ellipsis and NotImplemented picklable through the reduce protocol.Alexandre Vassalotti2013-11-244-42/+24
* Make built-in methods picklable through the reduce protocol.Alexandre Vassalotti2013-11-243-41/+22
* Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failureVictor Stinner2013-11-241-7/+16
* Issue #3158: Relax new doctests a bit.Zachary Ware2013-11-241-4/+9
* Merge headsZachary Ware2013-11-247-28/+65
|\
| * Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-247-28/+65
* | Issue #19734: Also run pip version check in isolated modeNick Coghlan2013-11-241-2/+2
|/
* 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-241-11/+13
* Make framing optional in pickle protocol 4.Alexandre Vassalotti2013-11-243-197/+132
* 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
* Fix typo in and reformat OS X Installer ReadMeNed Deily2013-11-241-7/+8
* Fix make distclean for out-of-tree buildsChristian Heimes2013-11-241-2/+2
|\
| * Fix make distclean for out-of-tree buildsChristian Heimes2013-11-241-2/+2
* | 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-242-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
* | mergeChristian Heimes2013-11-241-2/+3
|\ \
| * | Don't attempt to run the _opcode test if it wasn't built.Larry Hastings2013-11-241-2/+3
* | | Add _opcode to Windows build envChristian Heimes2013-11-242-0/+3
|/ /
* | Issue #13477: Added command line interface to the tarfile module.Serhiy Storchaka2013-11-234-1/+323
* | Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-2318-136/+343
* | 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 #19358: "make clinic" now runs the Argument Clinic preprocessorLarry Hastings2013-11-233-3/+36
* | Issue #19730: Argument Clinic now supports all the existing PyArgLarry Hastings2013-11-239-155/+466
* | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-238-8/+177
* | Update Tcl/Tk to 8.6.1.Martin v. Löwis2013-11-237-28/+28
* | Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-2311-55/+100
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,Serhiy Storchaka2013-11-238-37/+168
* | Package _overlapped.Martin v. Löwis2013-11-231-0/+1
* | Merge headsSerhiy Storchaka2013-11-231-3/+4
|\ \
| * | Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.Gregory P. Smith2013-11-231-3/+4
* | | Issue #13592: Improved the repr for regular expression pattern objects.Serhiy Storchaka2013-11-235-1/+150
|/ /
* | Fix signed / unsigned comparisonAntoine Pitrou2013-11-231-1/+1
* | test_pickle: speed up test_longAntoine Pitrou2013-11-231-1/+5
* | Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-2310-78/+80
* | gcc doesn't realize that dummy is always initialized by the function callGregory P. Smith2013-11-231-1/+1
* | Issue #17810: Fixed NULL check in _PyObject_GetItemsIter()Christian Heimes2013-11-231-1/+1
* | mergeChristian Heimes2013-11-2313-13/+45
|\ \
| * \ Merge headsSerhiy Storchaka2013-11-232-14/+28
| |\ \
| * | | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-2313-13/+45