- 2a05bc7 Partial fix for problem in SF buf #487458 by Jeremy Hylton · 23 years ago
- e54616c (Merge into trunk.) by Guido van Rossum · 23 years ago
- f36cfef Undo inadvertent change to test_scope in previous checkin by Jeremy Hylton · 23 years ago
- 68773e7 Add a comment explaining what these tests are for, and where to look for by Fred Drake · 23 years ago
- 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
- 3095a4c Update output generated by test_scope by Jeremy Hylton · 23 years ago
- ccae8377 Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
- 723293c Make tix_configure() work the same way configure() works for the basic by Fred Drake · 23 years ago
- 1990943 Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError by Guido van Rossum · 23 years ago
- 1e7dfd3 Wrapped a long line. by Fred Drake · 23 years ago
- d077ca1 Very small test suite for the calendar module, mostly to check a constraint by Fred Drake · 23 years ago
- 90294d0 Joe VanAndel wrote: by Marc-André Lemburg · 23 years ago
- 0170521 Fiddle test_class so it passes with -Qnew. by Tim Peters · 23 years ago
- e93e477 Fiddle test_augassign so it passes under -Qnew. by Tim Peters · 23 years ago
- df8adcd Ignore SIGXFSZ. Fixes #490453. by Martin v. Löwis · 23 years ago
- d15db5c When using GCC, use the right option to add a directory to the list of dirs by Fred Drake · 23 years ago
- 29d2606 Additional coverage tests by Neil Norwitz. (SF patch #491418, #491420, #491421.) by Guido van Rossum · 23 years ago
- 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 23 years ago
- 2b29cb2 Skipping some tests by adding the usual jython conditional test around: by Finn Bock · 23 years ago
- 61d3637 SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't work by Guido van Rossum · 23 years ago
- fb173cd Fix for by Michael W. Hudson · 23 years ago
- 49bdaed Fix for by Michael W. Hudson · 23 years ago
- 793ead5 A workaround for the missing buffer() builtin in jython. by Finn Bock · 23 years ago
- 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
- ed69aee test(): Avoid a UnboundLocalError when a method is missing from both the string by Finn Bock · 23 years ago
- d08011a Moved a print statement outside the jython platform test. Otherwise by Finn Bock · 23 years ago
- 4ab7adb The initial patch #468662 was not applied quite verbatim. This should one by Finn Bock · 23 years ago
- ada1983 Refcounting isn't available in Jython. Putting the jython test around it. by Finn Bock · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- b931bf3 SF patch #490515 (Joe A) urllib.open_https() protocol issue by Guido van Rossum · 23 years ago
- aa3dc45 Enable support for jython: by Finn Bock · 23 years ago
- baefceb Remove erroneous and confusing comment -- sre patterns *can* be by Guido van Rossum · 23 years ago
- 2c8373b Honor the mode argument to dumbdbm.open(); there is not good reason not to, by Fred Drake · 23 years ago
- cbfc034 SF patch 490393: test___all__ and Jython; from Finn Bock. by Tim Peters · 23 years ago
- 78f0dd3 I found that when run as a script, this test suite ran its tests by Guido van Rossum · 23 years ago
- 71be984 Align the number of %s with the number of format arguments. by Finn Bock · 23 years ago
- a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 23 years ago
- 202dd1e In unconditional except clauses, don't catch KeyboardInterrupt -- it's by Guido van Rossum · 23 years ago
- 9028d0a Visious hackery to solve a build-control problem related to our use of by Fred Drake · 23 years ago
- 3ecc1ce [Bug #475009] Tighten the pattern for the first line, so we don't by Andrew M. Kuchling · 23 years ago
- 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
- b94b849 Whitespace normalization. by Fred Drake · 23 years ago
- bcd8975 Use a version number of 0.0.0 instead of ???. The latter leads to by Thomas Heller · 23 years ago
- 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
- 6b04ffe Be more careful about accessing attributes of the parent: if Tk has not been by Fred Drake · 23 years ago
- d303b61 [Bug #459270] Fix incorrect docstring by Andrew M. Kuchling · 23 years ago
- 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
- e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
- 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 23 years ago
- 33bab01 Fix SF bug #489581: __slots__ leak. by Guido van Rossum · 23 years ago
- a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
- ee83644 Added a missing period at the end of an error message. by Fred Drake · 23 years ago
- d331cb5 At the PythonLabs meeting someone mentioned it would make Jim really by Guido van Rossum · 23 years ago
- 698da02 Separate the script portion from the library portion; everything that by Fred Drake · 23 years ago
- 2d4e03b changes to use new tabpages classes by Steven M. Gava · 23 years ago
- 34b8851 remove cruft from other project by Steven M. Gava · 23 years ago
- 5b357b9 cleaner tabbed-page mini implementation through classes by Steven M. Gava · 23 years ago
- 6d30c3e Change new tests to use integer division (// instead of /). by Tim Peters · 23 years ago
- a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 23 years ago
- fa78d0f Add "file" argument to Hook constructor. by Ka-Ping Yee · 23 years ago
- 4b402f2 Address SF patch #485789 (Stefan Schwarzer). by Guido van Rossum · 23 years ago
- 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 23 years ago
- bb8f59a unpack_iterable(): Add a missing DECREF in an error case. Reported by by Guido van Rossum · 23 years ago
- c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
- 248b043 Convert to using string methods instead of the string module. by Fred Drake · 23 years ago
- 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
- dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 23 years ago
- cb33165 _tryorder should always be a list, then the problem Jack had to fix in by Guido van Rossum · 23 years ago
- 55c5abb Missing comma in tuple initializer caused webbrowser.open() not to work at by Jack Jansen · 23 years ago
- 5b443c6 Address SF patch #480716 as well as related issues. by Guido van Rossum · 23 years ago
- 17d0154 further work on new configuration system, specifically, by Steven M. Gava · 23 years ago
- 398c236 Added tests expected to be skipped on Mac OS X. by Jack Jansen · 23 years ago
- 95b057e Patch #487784: Support Unicode commands in popen3/4 handling on UNIX. by Martin v. Löwis · 23 years ago
- 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 23 years ago
- 8b6bd42 Patch #487455: make types.StringTypes a tuple. by Martin v. Löwis · 23 years ago
- 82285da Whitespace normalization. by Tim Peters · 23 years ago
- 7fd173b Synchronize with pulldom from PyXML (revision 1.18). by Fred Drake · 23 years ago
- 49a5d03 Synchronize with minidom from PyXML (revision 1.35). by Fred Drake · 23 years ago
- bd34b6b Added the convenience constants that are present in PyXML to make these by Fred Drake · 23 years ago
- b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
- 42f5332 canonic(): don't use abspath() for filenames looking like <...>; this by Guido van Rossum · 23 years ago
- d15f8bb SF bug 486480: zipfile __del__ is broken by Tim Peters · 23 years ago
- 41f0199 Adding test for Unicode repr()-output. by Marc-André Lemburg · 23 years ago
- 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
- 57911ae Fix [ #484645 ] little bug in pycodegen.py by Jeremy Hylton · 23 years ago
- e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 23 years ago
- dc47a89 SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. by Tim Peters · 23 years ago
- 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 23 years ago
- 3a89b2b Patch #484847: Default to netscape.exe on OS/2. by Martin v. Löwis · 23 years ago
- 90c4514 - Change all remaining assertions into verify() and vereq() calls. by Guido van Rossum · 23 years ago
- 00fb0c9 _reduce(): by Guido van Rossum · 23 years ago
- bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
- 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
- 8c1ab14 fix for redundant empty parent window when invoked from idle shell window by Steven M. Gava · 23 years ago
- 3b55a89 back in harness on new config system by Steven M. Gava · 23 years ago
- 72f8213 Fix for bug #438164: %-formatting using Unicode objects. by Marc-André Lemburg · 23 years ago
- 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
- 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 23 years ago
- e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
- 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 23 years ago