- bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 19 years ago
- 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 19 years ago
- afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 19 years ago
- 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 19 years ago
- cde0fa9 Don't fail if the directory already exists by Neal Norwitz · 19 years ago
- 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 19 years ago
- 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 19 years ago
- 73a9ead Whitespace normalization. by Tim Peters · 19 years ago
- caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 19 years ago
- 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 19 years ago
- 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 19 years ago
- 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 19 years ago
- edef2be Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. by Neal Norwitz · 19 years ago
- 722b883 Whitespace normalization. by Tim Peters · 19 years ago
- 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 19 years ago
- 2b221ed Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children(). by Peter Astrand · 19 years ago
- 5d86bdb Fix SF#1516184 and add a test to prevent regression. by Phillip J. Eby · 19 years ago
- ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 19 years ago
- 28746ab On 64 bit systems, int literals that use less than 64 bits are now ints by Neal Norwitz · 19 years ago
- 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 19 years ago
- 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 19 years ago
- 9575fb2 Add an additional test for bug #1519018. by Georg Brandl · 19 years ago
- fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 19 years ago
- 84bc19a Restore rev 47014: by Neal Norwitz · 19 years ago
- b9aa7ea Test using all CJK encodings for the testcases which don't require by Hye-Shik Chang · 19 years ago
- 84392be Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). by Hye-Shik Chang · 19 years ago
- 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 19 years ago
- 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 19 years ago
- add1911 Fix bug in passing tuples to string.Template. All other values (with working by Thomas Wouters · 19 years ago
- d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
- fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 19 years ago
- 16a3932 Whitespace normalization. by Tim Peters · 19 years ago
- ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 19 years ago
- 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 19 years ago
- 7596e83 Release all forwarded functions in .close. Fixes #1513223. by Martin v. Löwis · 19 years ago
- a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 19 years ago
- 38ff36c Whitespace normalization. by Tim Peters · 19 years ago
- 877fdb0 This should fix the buildbot failure on s/390 which can't connect to gmail.org. by Neal Norwitz · 19 years ago
- b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
- a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 19 years ago
- d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 19 years ago
- 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 19 years ago
- 3249d00 Whitespace normalization. by Tim Peters · 19 years ago
- 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 19 years ago
- ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 19 years ago
- 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 19 years ago
- 2f99da6 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 19 years ago
- d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. by Peter Astrand · 19 years ago
- 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 19 years ago
- f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 19 years ago
- 53c1692f Fix for an obscure bug introduced by revs 46806 and 46808, with a test. by Armin Rigo · 19 years ago
- 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 19 years ago
- d819c13 Make test_fcntl aware of netbsd3. by Georg Brandl · 19 years ago
- 70a77ac At the C level, tuple arguments are passed in directly to the exception by Brett Cannon · 19 years ago
- 115ecb9 Fix typo of exception name. by Brett Cannon · 19 years ago
- bb93f4b Raise TestSkipped when the test socket connection is refused. by Brett Cannon · 19 years ago
- e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 19 years ago
- 5c29843 Repair KeyError when running test_threaded_import under -R, by Tim Peters · 19 years ago
- 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 19 years ago
- 43bc378 Whitespace normalization. by Tim Peters · 19 years ago
- ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 19 years ago
- 0f51cf6 Revert 47014 until it is more robust by Neal Norwitz · 19 years ago
- 10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess by Neal Norwitz · 19 years ago
- 9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more by Neal Norwitz · 19 years ago
- fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 19 years ago
- 13a7bef Add missing period in comment. by Neal Norwitz · 19 years ago
- 217046f Disable this test until we can determine what to do about it by Neal Norwitz · 19 years ago
- da4b84a Oops -- I introduced an off-by-6436159488 error. by Tim Peters · 19 years ago
- a608bb2 Whitespace normalization. by Tim Peters · 19 years ago
- 84b0f58 Try to reduce the extreme peak memory and disk-space use by Tim Peters · 19 years ago
- bda1418 Print some more info to get an idea of how much longer the test will last by Neal Norwitz · 19 years ago
- 643ad19 Steal the trick from test_compiler to print out a slow msg. by Neal Norwitz · 19 years ago
- 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
- de7f502 Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) by Neal Norwitz · 19 years ago
- a16393e add tests for two cases that are handled correctly in the current code, by Fred Drake · 19 years ago
- 72c9eff - make some disabled tests run what they intend when enabled by Fred Drake · 19 years ago
- 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
- ea3912b If a classic class defined a __coerce__() method that just returned its two by Brett Cannon · 19 years ago
- 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
- ef7fe5f Whitespace normalization. by Tim Peters · 19 years ago
- a7090df fix exception usage by Andrew MacIntyre · 19 years ago
- 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- 6d3d339 Verify the crash due to EncodingMap not initialized does not return by Neal Norwitz · 19 years ago
- 62bc8aa Don't fail if another process is listening on our port. by Neal Norwitz · 19 years ago
- 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- edd66fa Whitespace normalization. by Tim Peters · 19 years ago
- f9eb82f Add the uuid module. by Ka-Ping Yee · 19 years ago
- 403019b Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. by Phillip J. Eby · 19 years ago
- 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
- 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
- 4a9ff16 Get test to pass on S/390. Shout if you think this change is incorrect. by Neal Norwitz · 19 years ago
- 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 19 years ago
- 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 19 years ago
- f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 19 years ago
- a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
- 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
- 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
- d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
- 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
- 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 19 years ago