summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue21440 Use support.rmtree in test_zipfile & test_tarfileTim Golden2014-05-062-32/+30
* | | Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND definedVictor Stinner2014-05-061-3/+3
* | | Issue18314 ACKS & NEWSTim Golden2014-05-052-0/+3
* | | Issue18314 Allow unlink to remove junctions. Includes support for creating ju...Tim Golden2014-05-054-36/+235
* | | Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
|\ \ \ | |/ /
| * | asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
* | | Issue #21088: Merge from 3.4.Larry Hastings2014-05-043-12/+45
|\ \ \ | |/ /
| * | Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-043-12/+45
* | | Issue #19414: Have the OrderedDict mark deleted links as unusable.Raymond Hettinger2014-05-033-0/+15
* | | Issue #18604: merge from 3.4Ned Deily2014-05-031-1/+3
|\ \ \ | |/ /
| * | Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-031-1/+3
* | | Issue #21421: Add __slots__ to the MappingViews ABCs.Raymond Hettinger2014-05-032-0/+11
* | | Neaten-up a bit add add missing size change check.Raymond Hettinger2014-05-031-6/+11
* | | Simplify and speedup the internals of the heapq module.Raymond Hettinger2014-05-031-71/+36
* | | improve idioms (closes #20642)Benjamin Peterson2014-05-031-5/+3
* | | merge 3.4Benjamin Peterson2014-05-031-18/+12
|\ \ \ | |/ /
| * | use with blocks to make sure files are closedBenjamin Peterson2014-05-031-18/+12
* | | merge 3.4 (#21357)Benjamin Peterson2014-05-031-5/+75
|\ \ \ | |/ /
| * | improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-031-5/+75
* | | do not expose known hash api in stable APIBenjamin Peterson2014-05-031-0/+4
* | | Issue #21101: Eliminate double hashing in the C code for collections.Counter().Raymond Hettinger2014-05-032-3/+17
* | | Issue 21101: Internal API for dict getitem and setitem where the hash value ...Raymond Hettinger2014-05-032-0/+60
* | | mergeRaymond Hettinger2014-05-031-8/+8
|\ \ \ | |/ /
| * | Issue 21375: Fix possible Py_ssizet overflow in heapq.Raymond Hettinger2014-05-031-8/+8
* | | Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going toVictor Stinner2014-05-021-3/+3
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-0211-71/+366
* | | Issue #21393: random.c: on Windows, close the hCryptProv handle at exitVictor Stinner2014-05-021-3/+6
* | | Closes #18604: Merge with 3.4Zachary Ware2014-05-026-73/+64
|\ \ \ | |/ /
| * | Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-026-73/+64
* | | Use $type instead of $cls in the signature specification.Stefan Krah2014-05-021-1/+1
* | | Fix typo and tests without docstrings.Stefan Krah2014-05-011-2/+3
* | | Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-013-378/+622
* | | Merge with 3.4Martin v. Löwis2014-05-015-7/+9
|\ \ \ | |/ /
| * | Update to 1.0.1gMartin v. Löwis2014-05-015-7/+9
* | | Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the fir...Antoine Pitrou2014-05-012-4/+42
* | | Unite 'Build' sections of Misc/NEWSZachary Ware2014-04-301-7/+5
* | | Issue #19962: The Windows build process now creates "python.bat"Zachary Ware2014-04-303-1/+166
* | | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-304-32/+8
* | | setup.py: report modules which built but import failed (closes #21282)Benjamin Peterson2014-04-302-3/+14
* | | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
|\ \ \ | |/ /
| * | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| |\ \ | | |/
| | * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
* | | Null merge.Stefan Krah2014-04-290-0/+0
|\ \ \ | |/ /
| * | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-292-4/+26
* | | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-292-4/+26
* | | MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
|\ \ \ | |/ /
| * | Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
* | | Closes #17386: Merge with 3.4Zachary Ware2014-04-294-29/+125
|\ \ \ | |/ /
| * | Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-292-23/+101
| * | Issue #17386: Update Doc/README.txt to list all targetsZachary Ware2014-04-291-6/+23