- f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 19 years ago
- e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 19 years ago
- 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
- e8d09e5 Whitespace normalization. by Tim Peters · 19 years ago
- 200af39 Trivial test for ctypes, more to come by Thomas Heller · 19 years ago
- 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
- df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
- 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
- ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 19 years ago
- 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 19 years ago
- 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 19 years ago
- d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 19 years ago
- b62c433 Remove test for timing (already not built since commented out in setup.py). by Neal Norwitz · 19 years ago
- 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 19 years ago
- 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 19 years ago
- 4954b38 Fix mismatch opening and closing quotes on a string. by Brett Cannon · 19 years ago
- 5bde08d Fix failure of test_compiler.py when compiling test_contextlib.py. by Guido van Rossum · 19 years ago
- d9bfeac Reformat the exception message by going through a list. by Martin v. Löwis · 19 years ago
- 5ddfe41 Whitespace normalization. by Tim Peters · 19 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
- 15bfc3b Make failures in test cases print failing source file. by Martin v. Löwis · 19 years ago
- a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 19 years ago
- 1a57296 Set svn:eol-style to native. by Tim Peters · 19 years ago
- 6b4ed74 Fix parsing of exception_hierarchy.txt when a platform-specific exception is by Brett Cannon · 19 years ago
- bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
- 1a5e21e Updates to the with-statement: by Guido van Rossum · 19 years ago
- cd8ca80 Add a note about removing the file once the bug is fixed by Neal Norwitz · 19 years ago
- dfc2404 Gave README a .txt extension. by Tim Peters · 19 years ago
- 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
- edc8f13 Add directory which contains known ref leaks. Some of these are likely to be system dependent (like test_gestalt). by Neal Norwitz · 19 years ago
- 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
- 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
- 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 19 years ago
- 03bdedd Update comments by Neal Norwitz · 19 years ago
- 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 19 years ago
- f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
- 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 19 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
- be66e94 Don't filter out OverflowWarning; should be a test failure if it is raised by by Brett Cannon · 19 years ago
- dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
- bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
- 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
- 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 19 years ago
- 6a29c32 Add test for classmethod ./. keyword args. by Georg Brandl · 19 years ago
- 42a3deb Suppress another deprecation warning in the tests. by Tim Peters · 19 years ago
- 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
- 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 19 years ago
- 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
- 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 19 years ago
- fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 19 years ago
- c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
- c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
- 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
- 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
- e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
- 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 19 years ago
- bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 19 years ago
- d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
- e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
- 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- cffcfed New test code failed to close the file. This caused by Tim Peters · 20 years ago
- c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 20 years ago
- f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 20 years ago
- 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 20 years ago
- a871ef2 Added the cProfile module. by Armin Rigo · 20 years ago
- f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 20 years ago
- 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 20 years ago
- 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 20 years ago
- faa26df Fix typo by Neal Norwitz · 20 years ago
- 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 20 years ago
- 249c7b0 Whitespace normalization. by Tim Peters · 20 years ago
- 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 20 years ago
- f684888 Explicitly close the server socket. by Martin v. Löwis · 20 years ago
- 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 20 years ago
- c960f26 Improved handling of syntax errors. by Jeremy Hylton · 20 years ago
- 08e301f There was a race condition where the connector would try to connect by Neal Norwitz · 20 years ago
- 14361ff Remove generated test db files by Neal Norwitz · 20 years ago
- 62a2112 Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. by Neal Norwitz · 20 years ago
- 2a4712d test_rude_shutdown(): Rewrote to use proper thread by Tim Peters · 20 years ago
- 68f2d00 Repaired new test failures on Windows: by Tim Peters · 20 years ago
- bc29c1a Whitespace normalization. by Tim Peters · 20 years ago
- dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 20 years ago
- b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 20 years ago
- 0e17f8c Convenience function to remove a possibly non-existant file by Neal Norwitz · 20 years ago
- 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 20 years ago
- cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 20 years ago
- 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
- 80d2df8 Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
- da6b107 Checkin the test of patch #1400181. by Georg Brandl · 20 years ago
- 2dbf2a9 Add a more informative error message for test_float_parsing so the failing by Brett Cannon · 20 years ago
- fe03bee Changes due to added test for fileConfig contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
- 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
- b4b5a76 collected my segfaulting Python examples from the SF trackers by Armin Rigo · 20 years ago
- a28ad77 Whitespace normalization. by Tim Peters · 20 years ago