- aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 19 years ago
- 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 19 years ago
- b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 19 years ago
- 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
- c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
- a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 19 years ago
- 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 19 years ago
- a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
- f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 19 years ago
- 4e30617 The cheery optimism of old age. by Tim Peters · 19 years ago
- de41dc8 More random thrashing trying to understand spurious by Tim Peters · 19 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
- 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 19 years ago
- d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 19 years ago
- aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 19 years ago
- 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 19 years ago
- 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 19 years ago
- 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 19 years ago
- b1f3251 Use open() to open files (was using file()). by Tim Peters · 19 years ago
- e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 19 years ago
- 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 19 years ago
- 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 19 years ago
- 005aee2 I like tests. by Andrew Dalke · 19 years ago
- fe98f96 Whitespace normalization. by Tim Peters · 19 years ago
- 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 19 years ago
- 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 19 years ago
- 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 19 years ago
- 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 19 years ago
- d95d593 Whitespace normalization. by Tim Peters · 19 years ago
- 3685045 Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing. by Brett Cannon · 19 years ago
- 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 19 years ago
- 2bddcbf Added tests for implementation error we came up with in the need for speed sprint. by Andrew Dalke · 19 years ago
- 143bdfc Update graminit.c for the fix for #1488915, Multiple dots in relative import by Thomas Wouters · 19 years ago
- 696cf43 Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. by Tim Peters · 19 years ago
- f404908 Disable the damn empty-string replace test -- it can't by Tim Peters · 19 years ago
- beaec0c We can't leave the checked-in tests broken. by Tim Peters · 19 years ago
- e5488ec Added a slew of test for string replace, based various corner cases from by Andrew Dalke · 19 years ago
- eb62127 refactor unpack, add unpack_from by Bob Ippolito · 19 years ago
- 1bddfb8 test_struct grew weird behavior under regrtest.py -R, by Tim Peters · 19 years ago
- b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 19 years ago
- 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 19 years ago
- 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 19 years ago
- fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 19 years ago
- b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 19 years ago
- 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 19 years ago
- 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 19 years ago
- 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 19 years ago
- 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 19 years ago
- 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 19 years ago
- 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 19 years ago
- 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 19 years ago
- ad2ef33 Variant of patch #1478292. doctest.register_optionflag(name) by Tim Peters · 19 years ago
- b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 19 years ago
- a166a91 Add test for rev. 45934. by Georg Brandl · 19 years ago
- d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 19 years ago
- 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
- 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 19 years ago
- 1bb6230 Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. by Georg Brandl · 19 years ago
- afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 19 years ago
- 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 19 years ago
- 4511a71 Whitespace normalization. by Tim Peters · 19 years ago
- 214db63 Use open() instead of file() by Andrew M. Kuchling · 19 years ago
- b204583 Hopefully this will fix the spurious failures of test_mailbox.py that I'm by Guido van Rossum · 19 years ago
- da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 19 years ago
- 8f6cbe1 Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. by Guido van Rossum · 19 years ago
- 017e68c SF #1479988: add methods to allow access to weakrefs for the by Fred Drake · 19 years ago
- a6d01ce Try to fix breakage caused by patch #1479181, r45850 by Neal Norwitz · 19 years ago
- c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 19 years ago
- dbcc8d9 Port forward from 2.4 branch: by Barry Warsaw · 19 years ago
- 3583cff Patch #1472854: make the rlcompleter.Completer class usable on non- by Georg Brandl · 19 years ago
- de9b624 Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. by Georg Brandl · 19 years ago
- bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 19 years ago
- fa42bd7 Patch #1470846: fix urllib2 ProxyBasicAuthHandler. by Georg Brandl · 19 years ago
- 6d78a58 Bug #1478429: make datetime.datetime.fromtimestamp accept every float, by Georg Brandl · 19 years ago
- dd28d1c Try to really fix the slow buildbots this time. by Neal Norwitz · 19 years ago
- 076ba21 Add more ignores of ImportWarnings; these are all just potential triggers by Thomas Wouters · 19 years ago
- 9df4e6f - Add new Warning class, ImportWarning by Thomas Wouters · 19 years ago
- 137b1ad Do the small-memory run of big-meormy tests using a prime number, rather by Thomas Wouters · 19 years ago
- 58ac820 Some style fixes and size-calculation fixes. Also do the small-memory run by Thomas Wouters · 19 years ago
- 2574f5c Some more size-estimate fixes, for large-list-tests. by Thomas Wouters · 19 years ago
- b5ccd14 Some more test-size-estimate fixes: test_append and test_insert trigger a by Thomas Wouters · 19 years ago
- cda404b Add tests for += and *= on strings, and fix the memory-use estimate for the by Thomas Wouters · 19 years ago
- 6873249 Whitespace normalization. by Tim Peters · 19 years ago
- abd0888 The result of SF patch #1471578: big-memory tests for strings, lists and by Thomas Wouters · 19 years ago
- 9cc3b1c Fix this test on Solaris. There can be embedded \r, so don't just replace by Neal Norwitz · 19 years ago
- d845e53 Rev 45706 renamed stuff in contextlib.py, but didn't rename by Tim Peters · 19 years ago
- 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
- a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
- 711bf30 Patch #1475231: add a new SKIP doctest option, thanks to Edward Loper. by Tim Peters · 19 years ago
- 0a07ab9 Revert addition of setuptools by Phillip J. Eby · 19 years ago
- a6c67b5 Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. by Thomas Wouters · 19 years ago
- 03f76cf More reliable version of new command line tests that just checks the exit codes by Nick Coghlan · 19 years ago
- 314dadb Back out new command line tests (broke buildbot) by Nick Coghlan · 19 years ago
- 0e01962 Fix broken contextlib test from last checkin (I'd've sworn I tested that before checking it in. . .) by Nick Coghlan · 19 years ago
- da2268f Fix contextlib.nested to cope with exit methods raising and handling exceptions by Nick Coghlan · 19 years ago
- 27ec1a7 Add unit tests for the -m and -c command line switches by Nick Coghlan · 19 years ago
- 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
- ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
- cdd4328 Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside anymore. by Hye-Shik Chang · 19 years ago
- 6d7cd7d Whitespace normalization. by Tim Peters · 19 years ago