- 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 19 years ago
- 559e88b Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps). by Neal Norwitz · 19 years ago
- 04d1513 The pre module has been gone for a while. Need to go through and find other modules that no longer exists, since errors are silently ignored. by Neal Norwitz · 19 years ago
- f8480a7 Instead of relative imports, use (implicitly) absolute ones. by Guido van Rossum · 19 years ago
- 197e832 SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError by Walter Dörwald · 19 years ago
- f99b816 Whitespace normalization. by Tim Peters · 19 years ago
- 13ed60b Fix typo. by Walter Dörwald · 19 years ago
- 598f8a0 Don't try to explicitly set path in runpy package tests (tests were broken on Windows) by Nick Coghlan · 19 years ago
- 586b83c Don't let cleanup errors mask real errors in the runpy tests by Nick Coghlan · 19 years ago
- a2173a1 Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. by Vinay Sajip · 19 years ago
- 5424ad8 Make test_runpy close all references to test modules before trying to delete the underlying files by Nick Coghlan · 19 years ago
- abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
- e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 19 years ago
- 0af5d93 SF patch #1359365: file and cStringIO raise a ValueError when next() is called by Walter Dörwald · 19 years ago
- 87de069 Use relative imports in a few places where I noticed the need. by Guido van Rossum · 19 years ago
- 903d846 Renamed test_hashlib_speed.py to time_hashlib.py. by Tim Peters · 19 years ago
- cb35b95 Teach the compiler module about augmented assignment to tuple subscripts by Nick Coghlan · 19 years ago
- d364a07 Added logThreads and logProcesses to allow conditional omission of logging this information by Vinay Sajip · 19 years ago
- eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 19 years ago
- a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 19 years ago
- abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago
- 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 19 years ago
- 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 19 years ago
- 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
- 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 19 years ago
- 04824ce Add regrtest -w option. by Martin v. Löwis · 19 years ago
- 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- 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
- 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 19 years ago
- 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 19 years ago
- d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 19 years ago
- 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 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
- d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 19 years ago
- 200af39 Trivial test for ctypes, more to come by Thomas Heller · 19 years ago
- babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. 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
- 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. 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
- ec73cd4 Typo fix by Andrew M. Kuchling · 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
- fbab90e Import bdist_msi by Martin v. Löwis · 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
- ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 19 years ago
- c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 19 years ago
- 39e11fb Whitespace normalization. by Tim Peters · 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
- d4e3035 Fix compiler breakage related to absolute imports by Neal Norwitz · 19 years ago
- eaed39f Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can by Neal Norwitz · 19 years ago
- fa0cf4f Add support for absolute/relative imports and if/else expressions: by Thomas Wouters · 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
- 7c187bc Remove redundant isinstance() check. by Thomas Wouters · 19 years ago
- bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
- 1f1c16a Regenerate. by Thomas Wouters · 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
- 9193491 Make __future__ features similar for with and absolute import since they were both added before a1 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
- baf3eb2 Forgot to explain the effect of the new opcode. by Guido van Rossum · 19 years ago
- 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 19 years ago
- 0023a2f Finish removal of CO_GENERATOR_ALLOWED. by Neal Norwitz · 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
- 59977a6 Make or_test similar to test, not testlist. by Martin v. Löwis · 19 years ago
- 415ed93 Skip over doc strings. by Martin v. Löwis · 19 years ago
- 16c7f71 Handle testlist_safe and or_test like testlist. by Martin v. Löwis · 19 years ago
- 49a1302 Alias non-terminals introduced for backwards compatibility. by Martin v. Löwis · 19 years ago
- 322a23f regenerated. please read PEP 306 when changing Python's grammar! by Anthony Baxter · 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
- d6e7e73 Whitespace normalization. by Tim Peters · 19 years ago
- 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago