summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #10241: Clear extension module dict copies at interpreter shutdown.Antoine Pitrou2013-08-014-0/+33
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-019-201/+201
|\
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-019-192/+192
* | Issue #18608: Avoid keeping a strong reference to the locale module inside th...Antoine Pitrou2013-08-014-27/+51
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-013-44/+122
* | test_capi: make a specific test case for the subinterpreter testAntoine Pitrou2013-08-011-1/+6
* | Remove Lib/site.py hack to unregister patched builtins.Antoine Pitrou2013-08-011-29/+10
* | Add a test for module weakrefabilityAntoine Pitrou2013-08-011-0/+9
* | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. Löwis2013-08-012-0/+10
* | Add UUID for 3.4.Martin v. Löwis2013-08-011-0/+1
* | - Issue #18257: Fix readlink usage in python-config. Install the pythondoko@ubuntu.com2013-08-014-2/+19
* | issue9035: Prevent Windows-specific tests from running on non-Windows platformsTim Golden2013-08-011-16/+16
* | Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-014-5/+103
* | #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-013-26/+54
* | Initialize utime with 0. It fixes a couple of compiler warnung:Christian Heimes2013-07-311-0/+1
|\ \ | |/
| * Initialize utime with 0. It fixes a couple of compiler warnung:Christian Heimes2013-07-311-0/+1
* | mergeChristian Heimes2013-07-310-0/+0
|\ \ | |/
| * mergeChristian Heimes2013-07-317-16/+20
| |\
* | \ Silence warning about set but unused variable inside compile_atom() in non-de...Christian Heimes2013-07-311-0/+1
|\ \ \ | |/ /
| * | Silence warning about set but unused variable inside compile_atom() in non-de...Christian Heimes2013-07-311-0/+1
* | | Fix whitespaceAntoine Pitrou2013-07-311-1/+0
* | | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-319-111/+180
* | | MergeAntoine Pitrou2013-07-3117-32/+137
|\ \ \
| * | | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-316-12/+45
| * | | yet another WITH_THREADS typoChristian Heimes2013-07-311-1/+1
| * | | mergeChristian Heimes2013-07-311-3/+3
| |\ \ \
| | * \ \ Merge with 3.3Terry Jan Reedy2013-07-311-3/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #18573: More copy-paste fixes to assertWarns entry.Terry Jan Reedy2013-07-311-3/+3
| * | | | Fix _sha3 module to actually release the GIL around its update function.Christian Heimes2013-07-311-1/+1
| |/ / /
| * | | Test Py_IncRef() and Py_DecRef() C functionsChristian Heimes2013-07-311-0/+11
| * | | Fix use of uninitialized scalar variable, see 3f994367a979Christian Heimes2013-07-301-1/+3
| * | | Issue #18481: Add C coverage reporting with gcov and lcov. A new make targetChristian Heimes2013-07-303-1/+55
| * | | Issue #15494: merge from 3.3Ned Deily2013-07-301-1/+1
| |\ \ \ | | |/ /
| | * | Issue #15494: Install new test/support directory.Ned Deily2013-07-301-1/+1
| * | | Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).R David Murray2013-07-301-4/+9
| |\ \ \ | | |/ /
| | * | #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).R David Murray2013-07-301-4/+9
| * | | Merge: #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
| |\ \ \ | | |/ /
| | * | #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
| * | | fixed examples to work with changed attribute namesEthan Furman2013-07-301-5/+5
| * | | Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-302-2/+2
| |\ \ \ | | |/ /
| | * | #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-302-2/+2
* | | | Issue #15699: The readline module now uses PEP 3121-style module initializati...Antoine Pitrou2013-07-312-42/+114
* | | | Fix styleAntoine Pitrou2013-07-301-2/+2
|/ / /
* | | Merge doc fixAntoine Pitrou2013-07-301-5/+4
|\ \ \ | |/ /
| * | Simplify example of PyErr_Fetch() useAntoine Pitrou2013-07-301-5/+4
| |/
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-3025-323/+1256
* | Add simple test for repr(lock)Christian Heimes2013-07-301-0/+5
* | Add simple test for resource.getpagesize()Christian Heimes2013-07-301-0/+5
|\ \ | |/
| * Add simple test for resource.getpagesize()Christian Heimes2013-07-301-0/+5
* | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-303-17/+65
|\ \ | |/