- e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
- 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
- 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 21 years ago
- 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 21 years ago
- 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 21 years ago
- 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 21 years ago
- bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 21 years ago
- fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 21 years ago
- aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 21 years ago
- 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 21 years ago
- 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 21 years ago
- 48ecacc testing control chars and non-dict root objects by Just van Rossum · 21 years ago
- 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 21 years ago
- 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 21 years ago
- 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 21 years ago
- e0b855f test for fixedness of bug #1057835. (thanks to Raymond for the prod). by Michael W. Hudson · 21 years ago
- d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 21 years ago
- cd24699 Try a different filename if the Latin-1 file name cannot by Martin v. Löwis · 21 years ago
- 00afb07 Whitespace normalization. by Tim Peters · 21 years ago
- 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 21 years ago
- 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 21 years ago
- 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 21 years ago
- f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 21 years ago
- bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 21 years ago
- 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 21 years ago
- 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 21 years ago
- 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 21 years ago
- ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 21 years ago
- ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
- 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 21 years ago
- 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 21 years ago
- 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 21 years ago
- 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 21 years ago
- 1816d79 Removed newly redundant embedded import. by Tim Peters · 21 years ago
- 10d59f3 Whitespace normalization. by Tim Peters · 21 years ago
- f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 21 years ago
- 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 21 years ago
- fc93e17 - Added tests for the string load/dump function. by Just van Rossum · 21 years ago
- 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
- 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 21 years ago
- 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 21 years ago
- 8ceefc5 Whitespace normalization. by Tim Peters · 21 years ago
- 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 21 years ago
- c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 21 years ago
- d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 21 years ago
- 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 21 years ago
- af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 21 years ago
- a9f6092 Fix and test weak referencing of itertools.tee objects. by Raymond Hettinger · 21 years ago
- 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 21 years ago
- 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 21 years ago
- 64fa74d Get test to pass on amd64 (opteron). This is pretty hacky, but by Neal Norwitz · 21 years ago
- 7d42878 Fixed a small bug. doctest didn't handle unicode docstrings containing by Jim Fulton · 21 years ago
- 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 21 years ago
- 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 21 years ago
- f7e74b7 Add a comment explaining -kb. by Martin v. Löwis · 21 years ago
- 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 21 years ago
- 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 21 years ago
- 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 21 years ago
- 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 21 years ago
- f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 21 years ago
- 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 21 years ago
- 3b01a70 Wrap long lines. by Tim Peters · 21 years ago
- e718f61 Whitespace normalization. by Tim Peters · 21 years ago
- 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago
- 29589a0 Open source files in universal newlines mode. by Michael W. Hudson · 21 years ago
- 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 21 years ago
- ab9b32c Whitespace normalization. by Tim Peters · 21 years ago
- 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 21 years ago
- 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 21 years ago
- 16c3e08 use new readPlist() and writePlist() functions by Just van Rossum · 21 years ago
- 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 21 years ago
- 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 21 years ago
- 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 21 years ago
- 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 21 years ago
- 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 21 years ago
- 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
- ff5dc0e Improve test coverage. by Raymond Hettinger · 21 years ago
- bcab2b2 Improve test coverage. by Raymond Hettinger · 21 years ago
- 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
- 4cda01e * Increase test coverage. by Raymond Hettinger · 21 years ago
- aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
- 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
- 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 21 years ago
- 630e535 Rename test for comparision errors. by Raymond Hettinger · 21 years ago
- 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 21 years ago
- 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 21 years ago
- ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
- aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 21 years ago
- 5a59d88 Whitespace normalization. by Tim Peters · 21 years ago
- 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 21 years ago
- 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 21 years ago
- 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 21 years ago
- 1cc3738 Whitespace normalization. by Tim Peters · 21 years ago
- 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 21 years ago
- 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 21 years ago
- 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 21 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago
- ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 21 years ago
- 4ae900f - Changed SampleClass docstrings to test docstring parsing a little by Edward Loper · 21 years ago
- 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 21 years ago