1. cb35b95 Teach the compiler module about augmented assignment to tuple subscripts by Nick Coghlan · 18 years ago
  2. d364a07 Added logThreads and logProcesses to allow conditional omission of logging this information by Vinay Sajip · 18 years ago
  3. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  4. a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 18 years ago
  5. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 18 years ago
  6. 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 18 years ago
  7. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 18 years ago
  8. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  9. 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 18 years ago
  10. 04824ce Add regrtest -w option. by Martin v. Löwis · 18 years ago
  11. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 18 years ago
  12. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  13. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  14. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  15. 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 18 years ago
  16. 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 18 years ago
  17. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  18. 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 18 years ago
  19. e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 18 years ago
  20. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  21. e8d09e5 Whitespace normalization. by Tim Peters · 18 years ago
  22. d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 18 years ago
  23. 200af39 Trivial test for ctypes, more to come by Thomas Heller · 18 years ago
  24. babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. by Thomas Heller · 18 years ago
  25. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  26. 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 18 years ago
  27. df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 18 years ago
  28. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  29. ec73cd4 Typo fix by Andrew M. Kuchling · 18 years ago
  30. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  31. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 18 years ago
  32. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 18 years ago
  33. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago
  34. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 18 years ago
  35. 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 18 years ago
  36. d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 18 years ago
  37. b62c433 Remove test for timing (already not built since commented out in setup.py). by Neal Norwitz · 18 years ago
  38. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 18 years ago
  39. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 18 years ago
  40. 39e11fb Whitespace normalization. by Tim Peters · 18 years ago
  41. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 18 years ago
  42. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 18 years ago
  43. d4e3035 Fix compiler breakage related to absolute imports by Neal Norwitz · 18 years ago
  44. eaed39f Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can by Neal Norwitz · 18 years ago
  45. fa0cf4f Add support for absolute/relative imports and if/else expressions: by Thomas Wouters · 18 years ago
  46. 4954b38 Fix mismatch opening and closing quotes on a string. by Brett Cannon · 18 years ago
  47. 5bde08d Fix failure of test_compiler.py when compiling test_contextlib.py. by Guido van Rossum · 18 years ago
  48. d9bfeac Reformat the exception message by going through a list. by Martin v. Löwis · 18 years ago
  49. 5ddfe41 Whitespace normalization. by Tim Peters · 18 years ago
  50. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  51. 15bfc3b Make failures in test cases print failing source file. by Martin v. Löwis · 18 years ago
  52. a9f0687 Fix a bug in nested() - if one of the sub-context-managers swallows the by Guido van Rossum · 18 years ago
  53. 1a57296 Set svn:eol-style to native. by Tim Peters · 18 years ago
  54. 6b4ed74 Fix parsing of exception_hierarchy.txt when a platform-specific exception is by Brett Cannon · 18 years ago
  55. 7c187bc Remove redundant isinstance() check. by Thomas Wouters · 18 years ago
  56. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  57. 1f1c16a Regenerate. by Thomas Wouters · 18 years ago
  58. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  59. cd8ca80 Add a note about removing the file once the bug is fixed by Neal Norwitz · 18 years ago
  60. 9193491 Make __future__ features similar for with and absolute import since they were both added before a1 by Neal Norwitz · 18 years ago
  61. dfc2404 Gave README a .txt extension. by Tim Peters · 18 years ago
  62. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  63. edc8f13 Add directory which contains known ref leaks. Some of these are likely to be system dependent (like test_gestalt). by Neal Norwitz · 18 years ago
  64. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  65. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  66. 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 18 years ago
  67. 03bdedd Update comments by Neal Norwitz · 18 years ago
  68. 7b03bad Test case to cover subscription bug from SF 1333982 by Jeremy Hylton · 18 years ago
  69. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  70. baf3eb2 Forgot to explain the effect of the new opcode. by Guido van Rossum · 19 years ago
  71. 7ad94f0 Update the compiler package to compile the with-statement. by Guido van Rossum · 19 years ago
  72. 0023a2f Finish removal of CO_GENERATOR_ALLOWED. by Neal Norwitz · 19 years ago
  73. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  74. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
  75. be66e94 Don't filter out OverflowWarning; should be a test failure if it is raised by by Brett Cannon · 19 years ago
  76. 59977a6 Make or_test similar to test, not testlist. by Martin v. Löwis · 19 years ago
  77. 415ed93 Skip over doc strings. by Martin v. Löwis · 19 years ago
  78. 16c7f71 Handle testlist_safe and or_test like testlist. by Martin v. Löwis · 19 years ago
  79. 49a1302 Alias non-terminals introduced for backwards compatibility. by Martin v. Löwis · 19 years ago
  80. 322a23f regenerated. please read PEP 306 when changing Python's grammar! by Anthony Baxter · 19 years ago
  81. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
  82. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
  83. d6e7e73 Whitespace normalization. by Tim Peters · 19 years ago
  84. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  85. de540e2 Got rid of byte-order dependencies. by Jack Jansen · 19 years ago
  86. 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 19 years ago
  87. 6a29c32 Add test for classmethod ./. keyword args. by Georg Brandl · 19 years ago
  88. 42a3deb Suppress another deprecation warning in the tests. by Tim Peters · 19 years ago
  89. 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
  90. a223d2c Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 19 years ago
  91. de2cde6 Detect Win64 builds. by Martin v. Löwis · 19 years ago
  92. e46af8c Let the SDK setup override distutils logic. by Martin v. Löwis · 19 years ago
  93. 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 19 years ago
  94. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  95. 200a580 Whitespace normalization. by Tim Peters · 19 years ago
  96. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 19 years ago
  97. fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 19 years ago
  98. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  99. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  100. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago