| Commit message (Expand) | Author | Age | Files | Lines |
* | Edward Loper's cool and massive refactoring of doctest.py, merged from | Tim Peters | 2004-08-04 | 1 | -2/+1002 |
|
|
* | To ever run this test "you must import TestSkipped" from the right | Michael W. Hudson | 2004-08-04 | 1 | -6/+9 |
|
|
* | Close handlers and tidy up loggers by removing closed handlers - to avoid pro... | Vinay Sajip | 2004-08-04 | 1 | -5/+11 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 4 | -29/+13 |
|
|
* | Add a workaround for a problem that UTF-8 strings can be corrupted | Hye-Shik Chang | 2004-08-04 | 1 | -0/+35 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 4 | -21/+21 |
|
|
* | test_threadsignals is an expected skip on win32. | Tim Peters | 2004-08-04 | 1 | -0/+1 |
|
|
* | To raise TestSkipped, you must import TestSkipped. | Tim Peters | 2004-08-04 | 1 | -1/+1 |
|
|
* | allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi... | Fred Drake | 2004-08-03 | 1 | -0/+17 |
|
|
* | add missing import! | Fred Drake | 2004-08-03 | 1 | -0/+1 |
|
|
* | avoid fragility: make sure POSIXLY_CORRECT is completely controlled | Fred Drake | 2004-08-03 | 1 | -1/+10 |
|
|
* | Add the same guard as test_signal. | Michael W. Hudson | 2004-08-03 | 1 | -0/+3 |
|
|
* | Argh! This was meant to be part of patch #960406. | Michael W. Hudson | 2004-08-03 | 1 | -0/+77 |
|
|
* | Check in my refleak hunting code. | Michael W. Hudson | 2004-08-03 | 1 | -19/+91 |
|
|
* | nice tests dont leave little suprises in the environ | Anthony Baxter | 2004-08-03 | 1 | -0/+1 |
|
|
* | More "noone expected this to run twice"ness removal. | Michael W. Hudson | 2004-08-03 | 1 | -3/+3 |
|
|
* | make this test work when run repeatedly. | Michael W. Hudson | 2004-08-03 | 1 | -3/+2 |
|
|
* | Removed use of 'cgi.initlog()' - the first call to cgi.log is actually | Anthony Baxter | 2004-08-03 | 1 | -1/+0 |
|
|
* | Don't exit test_main() with the lock 'done' held -- there's no cleaner | Michael W. Hudson | 2004-08-03 | 1 | -0/+1 |
|
|
* | Delete the items variable (and explain why). | Michael W. Hudson | 2004-08-03 | 1 | -0/+4 |
|
|
* | and a unit test for the staticmethod-of-a-non-method failure just fixed | Anthony Baxter | 2004-08-02 | 1 | -0/+6 |
|
|
* | Completed the patch for Bug #215126. | Raymond Hettinger | 2004-08-02 | 2 | -0/+82 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 6 | -15/+284 |
|
|
* | Removed reliance on damaged module object appearing in sys.modules | Tim Peters | 2004-08-02 | 1 | -2/+1 |
|
|
* | New tests: | Tim Peters | 2004-08-02 | 1 | -0/+84 |
|
|
* | Removed no-longer-needed convolutions to recover from damaged modules | Tim Peters | 2004-08-02 | 1 | -14/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-31 | 1 | -5/+5 |
|
|
* | Be more careful about reverting mutuations to system-wide (sys) variables. | Tim Peters | 2004-07-31 | 1 | -20/+31 |
|
|
* | Upgrade optparse module and tests to Optik 1.5a1: | Greg Ward | 2004-07-31 | 1 | -146/+394 |
|
|
* | * drop the unreasonable list invariant that ob_item should never come back | Armin Rigo | 2004-07-29 | 1 | -0/+17 |
|
|
* | SF bug #999776, zlib home page wrong | Neal Norwitz | 2004-07-29 | 1 | -1/+1 |
|
|
* | Added a new fileno() method. ZODB's repozo.py wants this so it can | Tim Peters | 2004-07-27 | 1 | -1/+9 |
|
|
* | Patch #995766: Keyword argument support in cPickle. | Martin v. Löwis | 2004-07-27 | 1 | -0/+10 |
|
|
* | Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. | Martin v. Löwis | 2004-07-26 | 1 | -0/+1 |
|
|
* | added test for bug #996359. | Skip Montanaro | 2004-07-24 | 1 | -3/+18 |
|
|
* | Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). | Marc-André Lemburg | 2004-07-23 | 1 | -0/+8 |
|
|
* | SF patch 995225: tarfile.py fix for bug #990325 | Tim Peters | 2004-07-22 | 1 | -0/+0 |
|
|
* | SF #857297 and 916874, improve handling of hard links when extracting | Neal Norwitz | 2004-07-20 | 1 | -0/+21 |
|
|
* | SF #846659, fix bufsize violation and GNU longname/longlink extensions | Neal Norwitz | 2004-07-20 | 1 | -1/+90 |
|
|
* | Check the type of values returned by __int__, __float__, __long__, | Neil Schemenauer | 2004-07-19 | 1 | -27/+80 |
|
|
* | Don't return spurious empty fields if 'keep_empty_values' is True. | Neil Schemenauer | 2004-07-19 | 2 | -2/+32 |
|
|
* | test_codecmaps_hk is also expected to be skipped when a mapping file | Hye-Shik Chang | 2004-07-19 | 1 | -1/+2 |
|
|
* | Don't try to create the directory if it already exists, otherwise the test fails | Neal Norwitz | 2004-07-19 | 1 | -1/+2 |
|
|
* | test_sf_950057's gen1() used an assert statement, which caused the test | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 3 | -26/+26 |
|
|
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 13 | -51/+79 |
|
|
* | Oops! Restored the pickle test to test_pyclbr, but changed types.py so | Tim Peters | 2004-07-18 | 1 | -0/+1 |
|
|
* | The Darwin-specific getproxies_internetconfig() was added to urllib, | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Upgrade None assignment SyntaxWarning to a SyntaxError. | Raymond Hettinger | 2004-07-17 | 1 | -0/+15 |
|
|
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -0/+26 |
|
|