summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
|\
| * Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
* | merge 3.2Benjamin Peterson2011-08-181-0/+58
|\ \ | |/
| * Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-0/+58
* | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-176-47/+44
* | make __doc__ mutable on heaptypes (closes #12773)Benjamin Peterson2011-08-171-0/+13
* | improve test nameBenjamin Peterson2011-08-171-1/+1
* | complain when a class variable shadows a name in __slots__ (closes #12766)Benjamin Peterson2011-08-161-0/+8
* | some *nixes decided not to call init process 1 (closes #12763)Benjamin Peterson2011-08-161-1/+1
* | #12266: merge with 3.2.Ezio Melotti2011-08-151-0/+17
|\ \ | |/
| * #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+17
* | Monotonic, not monotonousAntoine Pitrou2011-08-131-1/+1
* | Issue #12744: Fix inefficient representation of integersAntoine Pitrou2011-08-131-0/+10
* | Issue #12669: Fix test_curses so that it can run on the buildbots.Nadeem Vawda2011-08-131-3/+3
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-0/+20
* | Merge with 3.2.Georg Brandl2011-08-131-0/+8
|\ \ | |/
| * Fix #11513: wrong exception handling for the case that GzipFile itself raises...Georg Brandl2011-08-131-0/+8
* | merge 3.2Benjamin Peterson2011-08-131-0/+3
|\ \ | |/
| * tokenize is just broken on test_pep3131.pyBenjamin Peterson2011-08-131-0/+3
* | merge 3.2Benjamin Peterson2011-08-131-3/+12
|\ \ | |/
| * normalization is different between unicode builds, so use a new non-BMP char ...Benjamin Peterson2011-08-131-3/+12
* | merge 3.2 (#12732)Benjamin Peterson2011-08-132-0/+4
|\ \ | |/
| * in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-132-0/+4
| * Branch mergeÉric Araujo2011-08-121-1/+2
| |\
* | | Clean up test_shutil, to facilitate upcoming improvements (#12721).Éric Araujo2011-08-121-96/+69
* | | Brench mergeÉric Araujo2011-08-121-1/+2
|\ \ \
| * \ \ Avoid unwanted behavior change in shlex.quote (see #9723).Éric Araujo2011-08-091-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | Test pipes.quote with a few non-ASCII characters (see #9723).Éric Araujo2011-08-091-1/+2
* | | | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-111-0/+13
* | | | merge from 3.2Senthil Kumaran2011-08-111-0/+7
|\ \ \ \ | |/ / /
| * | | Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-111-0/+7
| | |/ | |/|
* | | fix indentationBenjamin Peterson2011-08-091-1/+1
* | | merge headsBenjamin Peterson2011-08-091-0/+5
|\ \ \
| * | | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-091-0/+5
| | |/ | |/|
* | | add a AST validator (closes #12575)Benjamin Peterson2011-08-091-2/+408
|/ /
* | Issue #12700: fix test_faulthandler for Mac OS X LionVictor Stinner2011-08-081-4/+5
* | merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab...Senthil Kumaran2011-08-061-1/+3
|\ \ | |/
| * Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-061-1/+3
* | #11572: improvements to copy module tests along with removal of old test suiteSandro Tosi2011-08-051-73/+95
* | Silence the altered state warning about threadgs when running test_httplib.Brett Cannon2011-08-051-4/+4
* | Silence altered execution state warnings from test_telnetlib involving threads.Brett Cannon2011-08-051-0/+1
* | Explicitly close a file to stop raising a ResourceWarning.Brett Cannon2011-08-051-12/+13
* | merge from 3.2 - change the extra svn to svn+sshSenthil Kumaran2011-08-031-1/+1
|\ \ | |/
| * change the redundant svn scheme urljoin test case to svn+ssh scheme.Senthil Kumaran2011-08-031-1/+1
* | merge headsSenthil Kumaran2011-08-032-4/+15
|\ \
| * | handle sched_rr_get_interval not working on currentBenjamin Peterson2011-08-031-1/+8
| * | fix punctuationBenjamin Peterson2011-08-031-1/+1
| * | fix indentationBenjamin Peterson2011-08-031-2/+2
| * | merge headsBenjamin Peterson2011-08-031-0/+2
| |\ \