summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* make delegating generators say they running (closes #14220)Benjamin Peterson2012-03-071-0/+72
* merge 3.2 (#14212)Benjamin Peterson2012-03-071-1/+13
|\
| * keep the buffer object around while we're using it (closes #14212)Benjamin Peterson2012-03-071-1/+13
| * Backport minidom attribute tests from default (73c76466cf44).Éric Araujo2012-03-051-4/+22
* | 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-051-1/+234
* | 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
* | Merge.Stefan Krah2012-03-052-46/+105
|\ \
| * \ Merged upstream changes.Vinay Sajip2012-03-051-46/+103
| |\ \
| | * | Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...Florent Xicluna2012-03-051-46/+103
| * | | 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-051-3/+12
* | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-051-11/+23
|\ \ | |/
| * Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-051-11/+23
* | Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-041-4/+18
|\ \ | |/
| * Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-041-4/+18
* | Fix spelling.Georg Brandl2012-03-041-0/+0
* | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-042-1/+126
* | Updated tokenize to support the inverse byte literals new in 3.3Armin Ronacher2012-03-041-0/+12
* | fix trailing whitespaceEli Bendersky2012-03-041-1/+0
* | Issue #14128: Exposing Element as an actual type from _elementtree, rather th...Eli Bendersky2012-03-042-8/+53
* | Fixed problem with diagnostic output.Vinay Sajip2012-03-031-1/+2
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-032-2/+7
|\ \ | |/
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-032-2/+7
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-022-7/+24
* | Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+23
|\ \ | |/
| * Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+23
* | Closes #14158: merged test file resilience fix from 3.2.Vinay Sajip2012-03-023-10/+30
|\ \ | |/
| * Closes #14158: improved resilience to test files left behind.Vinay Sajip2012-03-023-11/+33
* | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-012-0/+107
|\ \ | |/
| * Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-012-0/+107
* | update skip reasonPhilip Jenvey2012-03-011-1/+1
* | also skip test_device_encoding when stdin isn't a ttyPhilip Jenvey2012-03-011-2/+2
* | Issue #14153 Create _Py_device_encoding() to prevent _io from having to importBrett Cannon2012-02-291-0/+19
* | #14089: merge with 3.2.Ezio Melotti2012-02-291-0/+22
|\ \ | |/
| * #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-0/+22
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-0/+26
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-0/+26
* | Merge: Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-8/+8
|\ \ | |/
| * Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-17/+14
| * MergeAntoine Pitrou2012-02-271-18/+5
| |\
| | * Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.Nadeem Vawda2012-02-261-18/+5