summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-132-15/+76
* merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
|\
| * 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
* | #8942: add test for __path__ contents in zipimport testsR David Murray2012-03-131-0/+4
* | closes #14259 re.finditer() now takes keyword arguments: pos, endpos.Sean Reifschneider2012-03-131-0/+20
* | #14179: merge with 3.2.Ezio Melotti2012-03-121-0/+10
|\ \ | |/
| * #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+10
* | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-6/+9
|\ \ | |/
| * Merge heads.Eric V. Smith2012-03-122-15/+154
| |\
| * | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-6/+9
* | | #13394: add more tests for the aifc module and use warnings.warn instead of p...Ezio Melotti2012-03-121-9/+149
|\ \ \ | | |/ | |/|
| * | #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-03-121-9/+154
* | | Head merge.Łukasz Langa2012-03-121-0/+12
|\ \ \
| * | | Fixes #13842: cannot pickle Ellipsis or NotImplemented.Łukasz Langa2012-03-121-0/+12
* | | | adjust for change in AST typeBenjamin Peterson2012-03-121-1/+1
* | | | give the AST class a __dict__Benjamin Peterson2012-03-121-0/+3
* | | | merge 3.2Benjamin Peterson2012-03-121-3/+0
|\ \ \ \ | | |/ / | |/| |
| * | | allow AST objects to be like its subclassesBenjamin Peterson2012-03-121-3/+0
* | | | merge headsBenjamin Peterson2012-03-121-3/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...Eric V. Smith2012-03-121-3/+7
* | | | merge 3.2Benjamin Peterson2012-03-121-3/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | every other ast object has a dict, so I think AST should, tooBenjamin Peterson2012-03-121-3/+0
| |/
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+67
|\ \ | |/
| * Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+67
* | PEP8-ize test namesAntoine Pitrou2012-03-101-82/+54
* | Remove useless failOnException() methodAntoine Pitrou2012-03-101-86/+32
* | 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
|\ \ | |/
| * 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
| |\ \