summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilater warnings on Windows 64-bitVictor Stinner2013-05-162-4/+4
* Fix a compilater warning on Windows 64-bitVictor Stinner2013-05-161-1/+1
* Fix a compilater warning on Windows 64-bitVictor Stinner2013-05-161-1/+1
* Closes #17981: Merged fix from 3.3.Vinay Sajip2013-05-162-0/+3
|\
| * Issue #17981: Closed socket on error in SysLogHandler.Vinay Sajip2013-05-162-0/+3
* | make GCC complain about declarations not at the top of blocksBenjamin Peterson2013-05-162-0/+4
* | merge 3.3Benjamin Peterson2013-05-162-2/+3
|\ \ | |/
| * C89 declaration complianceBenjamin Peterson2013-05-162-2/+3
* | Issue #17964: Fix os.sysconf(): the return type of the C sysconf() functionVictor Stinner2013-05-162-1/+4
* | fix compilation on WindowsVictor Stinner2013-05-161-1/+2
* | rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-1610-3166/+3134
* | Merge with 3.3Brian Curtin2013-05-161-0/+1
|\ \ | |/
| * Add Nick Sloan for his contribution to #17732Brian Curtin2013-05-161-0/+1
* | Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...Giampaolo Rodola'2013-05-163-10/+35
* | ftplib tests: provide a global socket's TIMEOUT variable and use it everywher...Giampaolo Rodola'2013-05-161-14/+15
* | null mege 3.3 with fix not applicable hereBenjamin Peterson2013-05-150-0/+0
|\ \ | |/
| * complain about "global __class__" in a class body (closes #17983)Benjamin Peterson2013-05-153-0/+13
* | hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-157-152/+221
* | null-merge from 3.3Georg Brandl2013-05-150-0/+0
|\ \ | |/
| * post-release update.Georg Brandl2013-05-152-6/+6
* | - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-153-2/+4
|\ \ | |/
| * - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-153-4/+6
* | - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-152-1/+3
|\ \ | |/
| * - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-152-1/+3
| * Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 releasedoko@ubuntu.com2013-05-151-8/+23
* | null merge 3.3 from backportBenjamin Peterson2013-05-150-0/+0
|\ \ | |/
| * when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-155-2/+63
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-148-334/+244
* | - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-142-1/+4
|\ \ | |/
| * - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-142-1/+4
* | merge 3.3 (#17968)Benjamin Peterson2013-05-141-0/+1
|\ \ | |/
| * prevent double free in cleanup code (#17968)Benjamin Peterson2013-05-141-0/+1
* | Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
|\ \ | |/
| * Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
* | Merge with 3.3Terry Jan Reedy2013-05-131-1/+2
|\ \ | |/
| * Silence unclosed open file ResourceWarning.Terry Jan Reedy2013-05-131-1/+2
* | Complete 2 to 3 conversionTerry Jan Reedy2013-05-131-1/+1
|\ \ | |/
| * Complete 2 to 3 conversionTerry Jan Reedy2013-05-131-1/+1
* | Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-132-2/+6
|\ \ | |/
| * Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-132-2/+6
* | remove support GCC PyArg_ParseTuple format patch, last seen in 2006Benjamin Peterson2013-05-135-69/+1
* | merge 3.3Benjamin Peterson2013-05-131-2/+2
|\ \ | |/
| * use correct format code for exceptionsBenjamin Peterson2013-05-131-2/+2
* | when an argument is a cell, set the local copy to NULL (see #17927)Benjamin Peterson2013-05-123-11/+28
* | merge with 3.3Georg Brandl2013-05-125-7/+8
|\ \ | |/
| * Added tag v3.3.2 for changeset d047928ae3f6Georg Brandl2013-05-121-0/+1
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-127-10/+12
| * mergeGeorg Brandl2013-05-126-8/+8
| |\
| | * bump to 3.3.2Georg Brandl2013-05-126-8/+8
* | | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-124-0/+27
|\ \ \ | |/ /