summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix problem handling EXTENDED_ARGs from SF bug # 1333982Neal Norwitz2005-10-241-0/+23
* Fix compiler test when run with -u (long mode)Neal Norwitz2005-10-241-1/+1
* Fix arigo's funky LOAD_NAME bug: implicit globals inside classes haveNeil Schemenauer2005-10-231-0/+9
* Revert previous checkin:Neal Norwitz2005-10-221-1/+1
* Revert change, func_name of lambda's is back to <lambda>.Neil Schemenauer2005-10-211-1/+1
* Fix bug:Michael W. Hudson2005-10-212-0/+20
* Fix SF bug #1167751, Argument genexp corner caseNeal Norwitz2005-10-211-2/+14
* Add comment lost from AST mergeNeal Norwitz2005-10-211-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-2012-70/+214
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-202-29/+37
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-201-1/+48
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-151-0/+4
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+36
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+10
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+50
* - Fix segfault with invalid coding.Neal Norwitz2005-10-022-0/+22
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-0/+9
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-252-0/+36
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-243-1/+13
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-0/+7
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-201-2/+21
* skip _locale test if OS X < 10.4Skip Montanaro2005-09-191-0/+6
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* No longer ignore exceptions raised by comparisons during key lookup.Raymond Hettinger2005-09-161-0/+17
* Clear out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-151-0/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-142-5/+37
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-141-0/+3
* Revert 1.170. Add tests.Raymond Hettinger2005-09-101-0/+6
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-302-3/+82
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+35
* Whitespace normalization (via reindent.py).Tim Peters2005-08-264-6/+5
* testSeekBackwardsFromEnd(): Repair obvious syntax error.Tim Peters2005-08-261-1/+1
* Add list() around xreadlines()Georg Brandl2005-08-261-2/+2
* *** empty log message ***Georg Brandl2005-08-261-11/+11
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-9/+93
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+2
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+6
* Correct test suite for #848017.Georg Brandl2005-08-251-3/+3
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-241-0/+8
* patch [ 1141428 ] more __contains__ testsGeorg Brandl2005-08-242-2/+29
* [ 1113421 ] New tutorial tests in test_generators.pyGeorg Brandl2005-08-241-0/+78
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-0/+8
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-214-4/+292
* Fix BZ2File.(x)readlines() for files without a newline.Georg Brandl2005-08-211-1/+17
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+9
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-1/+6
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-151-0/+1