summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-3023-90/+9
* merge with 3.4Georg Brandl2014-09-301-1/+0
|\
| * Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...Georg Brandl2014-09-301-1/+0
* | merge with 3.4Georg Brandl2014-09-302-1/+3
|\ \ | |/
| * Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
* | merge 3.4 (#22528)Benjamin Peterson2014-09-301-0/+3
|\ \ | |/
| * add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
* | Reorganize C API docs of the exception APIAntoine Pitrou2014-09-301-151/+191
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-307-10/+39
* | (Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once toVictor Stinner2014-09-301-4/+7
|\ \ | |/
| * Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayedVictor Stinner2014-09-301-4/+7
* | remove merge goop from f86fde20e9ceBenjamin Peterson2014-09-301-65/+0
* | Remove pointless "vile hack" that can cause the build step to fail when some ...Antoine Pitrou2014-09-302-20/+2
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-302-17/+25
|\ \ | |/
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-302-17/+25
| * faulthandler: _sigsegv() and _sigabrt() don't accept parametersVictor Stinner2014-09-301-2/+2
* | faulthandler: suppress crash reporter directly in test functions written toVictor Stinner2014-09-301-6/+41
* | (Merge 3.4) Issue #22396: On 32-bit AIX platform, don't exposeVictor Stinner2014-09-302-4/+16
|\ \ | |/
| * Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() norVictor Stinner2014-09-302-4/+15
* | Fix "warning: comparison between signed and unsigned integer expressions"Gregory P. Smith2014-09-301-5/+5
* | merge 3.4 (#22520)Benjamin Peterson2014-09-302-11/+20
|\ \ | |/
| * merge 3.3 (#22520)Benjamin Peterson2014-09-302-11/+20
| |\
| | * prevent overflow in unicode_repr (closes #22520)Benjamin Peterson2014-09-302-11/+20
* | | merge 3.4 (#22517)Benjamin Peterson2014-09-303-0/+11
|\ \ \ | |/ /
| * | merge 3.3 (#22517)Benjamin Peterson2014-09-303-0/+11
| |\ \ | | |/
| | * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-303-0/+11
* | | fix windows tests (#16662)Benjamin Peterson2014-09-301-14/+15
* | | merge 3.4Benjamin Peterson2014-09-291-1/+1
|\ \ \ | |/ /
| * | merge 3.3Benjamin Peterson2014-09-291-1/+1
| |\ \ | | |/
| | * these variables ought to be Py_ssize_tBenjamin Peterson2014-09-291-1/+1
* | | merge 3.4 (#22519)Benjamin Peterson2014-09-292-12/+18
|\ \ \ | |/ /
| * | merge 3.3 (closes #22519)Benjamin Peterson2014-09-292-12/+18
| |\ \ | | |/
| | * fix overflow checking in PyBytes_Repr (closes #22519)Benjamin Peterson2014-09-292-12/+18
* | | merge 3.4 (closes #22518)Benjamin Peterson2014-09-292-17/+109
|\ \ \ | |/ /
| * | merge 3.3 (closes #22518)Benjamin Peterson2014-09-292-17/+49
| |\ \ | | |/
| | * NEWS issue for #22518Benjamin Peterson2014-09-291-0/+2
| | * cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_...Benjamin Peterson2014-09-291-18/+56
* | | Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-298-27/+76
* | | #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-295-12/+70
* | | Issue #22510: Get rid of little overhead of testing re.DEBUG flag.Serhiy Storchaka2014-09-291-7/+5
* | | Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.)R David Murray2014-09-291-1/+1
|\ \ \ | |/ /
| * | #20135: FAQ entry for list mutation. (See also 6375bf34fff6.)R David Murray2014-09-291-1/+1
* | | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-283-139/+237
* | | merge 3.4 (#22379)Benjamin Peterson2014-09-284-15/+13
|\ \ \ | |/ /
| * | check that exception messages are not empty (#22379)Benjamin Peterson2014-09-284-15/+13
* | | #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-283-3/+77
|\ \ \ | |/ /
| * | #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-283-3/+77
* | | Removed a code for suport Python version <2.2.Serhiy Storchaka2014-09-281-11/+12
* | | Removed redundant casts to `char *`.Serhiy Storchaka2014-09-2810-18/+17
* | | Revert #22251Berker Peksag2014-09-2718-38/+6
|\ \ \ | |/ /