summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Close #14210: add command argument completion to pdb: complete file names, gl...Georg Brandl2012-03-101-0/+95
* PEP8-ize test namesAntoine Pitrou2012-03-101-82/+54
* Remove useless failOnException() methodAntoine Pitrou2012-03-101-86/+32
* Merge with 3.2.Georg Brandl2012-03-101-3/+8
|\
| * Closes #14244: add info about capturing groups and maxsplit to the docstring ...Georg Brandl2012-03-101-3/+8
* | Issue #14205: Fix test_dict.test_mutating_lookup()Victor Stinner2012-03-091-9/+16
* | Relax timeout tests for weak Windows buildbotAntoine Pitrou2012-03-091-7/+7
* | Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4.Victor Stinner2012-03-091-29/+0
* | Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo...Eli Bendersky2012-03-091-5/+86
* | Issue #14211: Oops, I removed the wrong file :-)Victor Stinner2012-03-082-38/+29
* | Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference toVictor Stinner2012-03-081-29/+0
* | Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference toVictor Stinner2012-03-082-36/+29
* | merge 3.2 (#3787e896dbe9)Benjamin Peterson2012-03-081-2/+17
|\ \ | |/
| * allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-081-2/+17
* | make delegating generators say they running (closes #14220)Benjamin Peterson2012-03-071-0/+72
* | merge 3.2 (#14212)Benjamin Peterson2012-03-071-1/+13
|\ \ | |/
| * merge headsBenjamin Peterson2012-03-072-10/+1
| |\
| * | keep the buffer object around while we're using it (closes #14212)Benjamin Peterson2012-03-071-1/+13
* | | Remove buggy change for #13719 in packagingÉric Araujo2012-03-072-10/+1
* | | Merge 3.2Éric Araujo2012-03-072-10/+1
|\ \ \ | | |/ | |/|
| * | Backout buggy patch committed for #13719Éric Araujo2012-03-072-10/+1
| |/
* | mergeBrett Cannon2012-03-0643-804/+1274
|\ \
| * | Remove a couple of local imports.Antoine Pitrou2012-03-061-5/+4
| * | Reap processes at test end to avoid false positives in reference leak detection.Antoine Pitrou2012-03-061-0/+2
| * | test_pty: fix ResourceWarning warningsVictor Stinner2012-03-061-5/+14
| * | Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-063-339/+21
| * | Added delay before record creation.Vinay Sajip2012-03-051-1/+1
| * | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-054-121/+459
| * | Merge.Stefan Krah2012-03-056-10/+29
| |\ \
| | * \ Merge 3.2Éric Araujo2012-03-051-0/+1
| | |\ \ | | | |/
| | | * Fix NameError from #13719 fixÉric Araujo2012-03-051-0/+1
| | * | Make packaging’ upload command work with bdist_msi products (#13719)Éric Araujo2012-03-052-3/+12
| | * | Merge 3.2Éric Araujo2012-03-053-7/+15
| | |\ \ | | | |/
| | | * Backport minidom attribute tests from default (73c76466cf44).Éric Araujo2012-03-051-4/+22
| | | * Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-052-6/+14
| | | * Use raw string for a docstring that uses a backslashÉric Araujo2012-03-051-1/+1
| | * | Improve packaging.database documentationÉric Araujo2012-03-051-0/+1
| * | | Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-051-0/+6
| |/ /
| * | Issue #14181: Test creating memoryviews from a static exporter with bothStefan Krah2012-03-051-0/+94
| * | Issue #12151: Added more info to diagnostics.Vinay Sajip2012-03-051-4/+5
| * | xml.dom.minidom: add more __slots__ to limit resource usage.Florent Xicluna2012-03-052-6/+8
| * | xml.dom: fix typo, drop unused imports.Florent Xicluna2012-03-052-5/+1
| * | Flatten nested try ... finally, try ... except.Florent Xicluna2012-03-051-6/+5
| * | Merge.Stefan Krah2012-03-053-87/+145
| |\ \
| | * \ Merged upstream changes.Vinay Sajip2012-03-052-87/+143
| | |\ \
| | | * | Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...Florent Xicluna2012-03-052-87/+143
| | * | | Added more diagnostics for diagnosing #12151.Vinay Sajip2012-03-051-0/+2
| | |/ /
| * | | Issue #10181: The decision was to raise a buffer error in memory_exit()Stefan Krah2012-03-051-5/+6
| |/ /
| * | Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-051-0/+90
| * | Issue #14168: Check for presence of _attrs before accessing it.Martin v. Löwis2012-03-052-3/+16