1. 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 19 years ago
  2. 559e88b Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps). by Neal Norwitz · 19 years ago
  3. 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
  4. f8480a7 Instead of relative imports, use (implicitly) absolute ones. by Guido van Rossum · 19 years ago
  5. 197e832 SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError by Walter Dörwald · 19 years ago
  6. f99b816 Whitespace normalization. by Tim Peters · 19 years ago
  7. 13ed60b Fix typo. by Walter Dörwald · 19 years ago
  8. 598f8a0 Don't try to explicitly set path in runpy package tests (tests were broken on Windows) by Nick Coghlan · 19 years ago
  9. 586b83c Don't let cleanup errors mask real errors in the runpy tests by Nick Coghlan · 19 years ago
  10. a2173a1 Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. by Vinay Sajip · 19 years ago
  11. 5424ad8 Make test_runpy close all references to test modules before trying to delete the underlying files by Nick Coghlan · 19 years ago
  12. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
  13. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 19 years ago
  14. 0af5d93 SF patch #1359365: file and cStringIO raise a ValueError when next() is called by Walter Dörwald · 19 years ago
  15. 87de069 Use relative imports in a few places where I noticed the need. by Guido van Rossum · 19 years ago
  16. 903d846 Renamed test_hashlib_speed.py to time_hashlib.py. by Tim Peters · 19 years ago
  17. cb35b95 Teach the compiler module about augmented assignment to tuple subscripts by Nick Coghlan · 19 years ago
  18. d364a07 Added logThreads and logProcesses to allow conditional omission of logging this information by Vinay Sajip · 19 years ago
  19. 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
  20. a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 19 years ago
  21. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago
  22. 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 19 years ago
  23. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 19 years ago
  24. 88ca467 Whitespace normalization. by Tim Peters · 19 years ago
  25. 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 19 years ago
  26. 04824ce Add regrtest -w option. by Martin v. Löwis · 19 years ago
  27. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 19 years ago
  28. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
  29. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
  30. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
  31. 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 19 years ago
  32. 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 19 years ago
  33. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 19 years ago
  34. 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 19 years ago
  35. e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 19 years ago
  36. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
  37. e8d09e5 Whitespace normalization. by Tim Peters · 19 years ago
  38. d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 19 years ago
  39. 200af39 Trivial test for ctypes, more to come by Thomas Heller · 19 years ago
  40. babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. by Thomas Heller · 19 years ago
  41. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
  42. 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 19 years ago
  43. df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 19 years ago
  44. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
  45. ec73cd4 Typo fix by Andrew M. Kuchling · 19 years ago
  46. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
  47. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
  48. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 19 years ago
  49. fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
  50. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 19 years ago
  51. 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 19 years ago
  52. d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 19 years ago
  53. b62c433 Remove test for timing (already not built since commented out in setup.py). by Neal Norwitz · 19 years ago
  54. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 19 years ago
  55. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 19 years ago
  56. 39e11fb Whitespace normalization. by Tim Peters · 19 years ago
  57. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 19 years ago
  58. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 19 years ago
  59. d4e3035 Fix compiler breakage related to absolute imports by Neal Norwitz · 19 years ago
  60. eaed39f Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can by Neal Norwitz · 19 years ago
  61. fa0cf4f Add support for absolute/relative imports and if/else expressions: by Thomas Wouters · 19 years ago
  62. 4954b38 Fix mismatch opening and closing quotes on a string. by Brett Cannon · 19 years ago
  63. 5bde08d Fix failure of test_compiler.py when compiling test_contextlib.py. by Guido van Rossum · 19 years ago
  64. d9bfeac Reformat the exception message by going through a list. by Martin v. Löwis · 19 years ago
  65. 5ddfe41 Whitespace normalization. by Tim Peters · 19 years ago
  66. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  67. 15bfc3b Make failures in test cases print failing source file. by Martin v. Löwis · 19 years ago
  68. a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 19 years ago
  69. 1a57296 Set svn:eol-style to native. by Tim Peters · 19 years ago
  70. 6b4ed74 Fix parsing of exception_hierarchy.txt when a platform-specific exception is by Brett Cannon · 19 years ago
  71. 7c187bc Remove redundant isinstance() check. by Thomas Wouters · 19 years ago
  72. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  73. 1f1c16a Regenerate. by Thomas Wouters · 19 years ago
  74. 1a5e21e Updates to the with-statement: by Guido van Rossum · 19 years ago
  75. cd8ca80 Add a note about removing the file once the bug is fixed by Neal Norwitz · 19 years ago
  76. 9193491 Make __future__ features similar for with and absolute import since they were both added before a1 by Neal Norwitz · 19 years ago
  77. dfc2404 Gave README a .txt extension. by Tim Peters · 19 years ago
  78. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
  79. 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
  80. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  81. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  82. 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 19 years ago
  83. 03bdedd Update comments by Neal Norwitz · 19 years ago
  84. 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 19 years ago
  85. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  86. baf3eb2 Forgot to explain the effect of the new opcode. by Guido van Rossum · 19 years ago
  87. 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 19 years ago
  88. 0023a2f Finish removal of CO_GENERATOR_ALLOWED. by Neal Norwitz · 19 years ago
  89. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  90. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
  91. be66e94 Don't filter out OverflowWarning; should be a test failure if it is raised by by Brett Cannon · 19 years ago
  92. 59977a6 Make or_test similar to test, not testlist. by Martin v. Löwis · 19 years ago
  93. 415ed93 Skip over doc strings. by Martin v. Löwis · 19 years ago
  94. 16c7f71 Handle testlist_safe and or_test like testlist. by Martin v. Löwis · 19 years ago
  95. 49a1302 Alias non-terminals introduced for backwards compatibility. by Martin v. Löwis · 19 years ago
  96. 322a23f regenerated. please read PEP 306 when changing Python's grammar! by Anthony Baxter · 19 years ago
  97. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
  98. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
  99. d6e7e73 Whitespace normalization. by Tim Peters · 19 years ago
  100. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago