summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge: #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-073-23/+37
|\
| * #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-073-23/+37
* | Merge 3.4->default: asyncio: Fix the second half of issue #21447: race in _wr...Guido van Rossum2014-05-062-6/+14
|\ \ | |/
| * asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-062-6/+14
* | Issue #21442: Fix MSVC compiler warning introduced by issue21377.Zachary Ware2014-05-061-1/+1
* | Merge with 3.4Zachary Ware2014-05-061-8/+8
|\ \ | |/
| * Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
|\ \ | |/
| * Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | Issue21393 Use CryptReleaseContext to release Crypt handle on WindowsTim Golden2014-05-061-1/+1
* | 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-043-0/+15
* | Issue #18604: merge from 3.4Ned Deily2014-05-041-1/+3
|\ \ | |/
| * Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-041-1/+3
* | Issue #21421: Add __slots__ to the MappingViews ABCs.Raymond Hettinger2014-05-042-0/+11
* | Neaten-up a bit add add missing size change check.Raymond Hettinger2014-05-041-6/+11
* | Simplify and speedup the internals of the heapq module.Raymond Hettinger2014-05-041-71/+36
* | improve idioms (closes #20642)Benjamin Peterson2014-05-041-5/+3
* | merge 3.4Benjamin Peterson2014-05-041-18/+12
|\ \ | |/
| * use with blocks to make sure files are closedBenjamin Peterson2014-05-041-18/+12
* | merge 3.4 (#21357)Benjamin Peterson2014-05-041-5/+75
|\ \ | |/
| * improve test coverage of filecmp (closes #21357)Benjamin Peterson2014-05-041-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
|\ \ | |/