- 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 20 years ago
- 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 20 years ago
- 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
- 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 20 years ago
- e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
- 5cc727a 2.4rc1 by Anthony Baxter · 20 years ago
- 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 20 years ago
- 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
- 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
- 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 20 years ago
- 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 20 years ago
- f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 20 years ago
- bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
- fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
- aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 20 years ago
- 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 20 years ago
- 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 20 years ago
- 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
- 48ecacc testing control chars and non-dict root objects by Just van Rossum · 20 years ago
- b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
- 26e811a reordered a couple of things by Just van Rossum · 20 years ago
- 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
- 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 20 years ago
- 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 20 years ago
- 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 20 years ago
- 7960bf9 And delete a useless comment. by Tim Peters · 20 years ago
- d7bbbbc _OutputRedirectingPdb.trace_dispatch(): Return the base class's by Tim Peters · 20 years ago
- 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 20 years ago
- e0b855f test for fixedness of bug #1057835. (thanks to Raymond for the prod). by Michael W. Hudson · 20 years ago
- 05522ad Fix bug by Michael W. Hudson · 20 years ago
- 481b09b3 SF #1062190. Removed an assertion that rendered trace.py unnecessarily by Raymond Hettinger · 20 years ago
- d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 20 years ago
- cd24699 Try a different filename if the Latin-1 file name cannot by Martin v. Löwis · 20 years ago
- 8de645a Patch #1061931 / bug #971872: factor out part of spillproperties, so by Johannes Gijsbers · 20 years ago
- def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 20 years ago
- d7b6ad4 Patch #1061904 / bug #878275: give a nicer error message when someone by Johannes Gijsbers · 20 years ago
- c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
- 84a6c20 Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made by Johannes Gijsbers · 20 years ago
- 00afb07 Whitespace normalization. by Tim Peters · 20 years ago
- 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
- 8a92dd5 Don't choke on modes like rb or wb. by Raymond Hettinger · 20 years ago
- 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 20 years ago
- 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
- b0c6630 post-release by Anthony Baxter · 20 years ago
- 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
- 9f41f3a release shenanigans by Anthony Baxter · 20 years ago
- 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 20 years ago
- f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 20 years ago
- bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
- 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 20 years ago
- 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
- 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
- ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
- ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
- 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
- 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 20 years ago
- 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 20 years ago
- 79d9bfa Fix [1055540 ] bdist_wininst broken for pure Python distributions by Mark Hammond · 20 years ago
- 17931de SF patch #1053375. (Contributed by Facundo Batista.) by Raymond Hettinger · 20 years ago
- 7afa64e Add a comment explains why we should modify mtime here. by Hye-Shik Chang · 20 years ago
- 1816d79 Removed newly redundant embedded import. by Tim Peters · 20 years ago
- 10d59f3 Whitespace normalization. by Tim Peters · 20 years ago
- f1af9c0 Paper over bug 1054615 by passing sane values to os.utime(). by Tim Peters · 20 years ago
- 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 20 years ago
- 99b5548 Very few little improvements. by Facundo Batista · 20 years ago
- fc93e17 - Added tests for the string load/dump function. by Just van Rossum · 20 years ago
- 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
- 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
- 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
- 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 20 years ago
- 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
- 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
- c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
- 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
- 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
- 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
- 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
- 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
- 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
- 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 20 years ago
- 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 20 years ago
- 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 20 years ago
- dccd432 Fixed bug in handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
- c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 20 years ago
- 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
- d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
- 910b282 when only using half of the return value of os.path.split(), use by Fred Drake · 20 years ago
- 4ed315a Changed handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
- 06d9b1f SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
- e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 20 years ago
- 76e60d6 SF bug #1048728: Bug fixes and cleanup for decimal.py by Raymond Hettinger · 20 years ago
- 8520b94 Display helpful message; print repr() of return value so the whitespace is clearer by Andrew M. Kuchling · 20 years ago
- ccab001 [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann by Andrew M. Kuchling · 20 years ago
- a13ea55 Make magic coordinates more readable by Andrew M. Kuchling · 20 years ago
- 8dc25ad Fix comments. by Brett Cannon · 20 years ago
- 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
- af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 20 years ago
- a9f6092 Fix and test weak referencing of itertools.tee objects. by Raymond Hettinger · 20 years ago
- 837dd93 Fix docstring formatting of escape sequences. by Raymond Hettinger · 20 years ago
- 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 20 years ago