1. c7d0032 2.5a2 by Anthony Baxter · 19 years ago
  2. b5ccd14 Some more test-size-estimate fixes: test_append and test_insert trigger a by Thomas Wouters · 19 years ago
  3. cda404b Add tests for += and *= on strings, and fix the memory-use estimate for the by Thomas Wouters · 19 years ago
  4. 6873249 Whitespace normalization. by Tim Peters · 19 years ago
  5. abd0888 The result of SF patch #1471578: big-memory tests for strings, lists and by Thomas Wouters · 19 years ago
  6. 9cc3b1c Fix this test on Solaris. There can be embedded \r, so don't just replace by Neal Norwitz · 19 years ago
  7. d845e53 Rev 45706 renamed stuff in contextlib.py, but didn't rename by Tim Peters · 19 years ago
  8. 8f56d02 Implement MvL's improvement on __context__ in Condition; by Guido van Rossum · 19 years ago
  9. 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  10. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
  11. 711bf30 Patch #1475231: add a new SKIP doctest option, thanks to Edward Loper. by Tim Peters · 19 years ago
  12. e96b229 Put break at correct level so *all* root HKEYs acutally get checked for by Trent Mick · 19 years ago
  13. be635cd Whitespace normalization. by Tim Peters · 19 years ago
  14. 0a07ab9 Revert addition of setuptools by Phillip J. Eby · 19 years ago
  15. a6c67b5 Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. by Thomas Wouters · 19 years ago
  16. 03f76cf More reliable version of new command line tests that just checks the exit codes by Nick Coghlan · 19 years ago
  17. 314dadb Back out new command line tests (broke buildbot) by Nick Coghlan · 19 years ago
  18. 0e01962 Fix broken contextlib test from last checkin (I'd've sworn I tested that before checking it in. . .) by Nick Coghlan · 19 years ago
  19. da2268f Fix contextlib.nested to cope with exit methods raising and handling exceptions by Nick Coghlan · 19 years ago
  20. 27ec1a7 Add unit tests for the -m and -c command line switches by Nick Coghlan · 19 years ago
  21. 7b1559a correct example by Skip Montanaro · 19 years ago
  22. 81b7e57 Whitespace normalization. by Tim Peters · 19 years ago
  23. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  24. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  25. cdd4328 Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside anymore. by Hye-Shik Chang · 19 years ago
  26. 6d7cd7d Whitespace normalization. by Tim Peters · 19 years ago
  27. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  28. 81efcf6 Make copy of test_mailbox.py. We'll still want to check the backward by Andrew M. Kuchling · 19 years ago
  29. 21fbd57 SF bug #1473760 TempFile can hang on Windows. by Tim Peters · 19 years ago
  30. 6ff67ef Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 19 years ago
  31. b0a1e6b Add explanatory message by Andrew M. Kuchling · 19 years ago
  32. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
  33. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  34. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 19 years ago
  35. 584b0e0 Whilespace normalization (reindint.py). by Tim Peters · 19 years ago
  36. 54ddd23 Split ``get_platform()`` into ``get_supported_platform()`` and by Phillip J. Eby · 19 years ago
  37. 7e97ee6 A dictresize() attack. If oldtable == mp->ma_smalltable then pure by Armin Rigo · 19 years ago
  38. 15b1f14 add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. by Michael W. Hudson · 19 years ago
  39. 041669f Whitespace normalization by Neal Norwitz · 19 years ago
  40. 8f925cc Handle easy_install being run via -m with no __file__ if done from a zipfile. by Phillip J. Eby · 19 years ago
  41. 069159b Initial import of setuptools, with integrated tests. by Phillip J. Eby · 19 years ago
  42. e247e89 Finally figured out why this module did its imports at the by Tim Peters · 19 years ago
  43. 742cd24 test_pyclbr goes nuts when a module contains code to try importing a class by Phillip J. Eby · 19 years ago
  44. ceb3087 Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
  45. c7605f2 local.__del__(): This didn't actually do anything, because of too by Tim Peters · 19 years ago
  46. ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
  47. 1a00e18 Reindent. by Martin v. Löwis · 19 years ago
  48. f62eee1 Remove bogus character. by Martin v. Löwis · 19 years ago
  49. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
  50. 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 19 years ago
  51. 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 19 years ago
  52. 749d070 Teach platform about darwin/x86 by Ronald Oussoren · 19 years ago
  53. dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 19 years ago
  54. 4b16de4 Add a comment to explain why we are calling _cleanup() by Neal Norwitz · 19 years ago
  55. 00ac0d2 Try to stop the test from leaking and yet still work on windows by Neal Norwitz · 19 years ago
  56. cb0f66f Get test to consistently show no leaks by Neal Norwitz · 19 years ago
  57. aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
  58. c5c9ce9 Add missing SVN eol-style property to text files. by Tim Peters · 19 years ago
  59. 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
  60. cb284197 Make test_timeout not fail on systems with no dots in their fqdn. by Thomas Wouters · 19 years ago
  61. 767833d Make test_warnings play nice with regrtest -R:: now that regrtest doesn't by Thomas Wouters · 19 years ago
  62. 993633c Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as by Thomas Wouters · 19 years ago
  63. 631f513 This test no longer leaks, and test_generators sufficiently tests it to by Thomas Wouters · 19 years ago
  64. b8f81d4 Add missing DECREF to PyErr_WriteUnraisable(). That function reports by Thomas Wouters · 19 years ago
  65. 60eab2b Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the by Thomas Wouters · 19 years ago
  66. b3deb94 Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to by Thomas Wouters · 19 years ago
  67. 4b501e6 Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 19 years ago
  68. 7f09811 Changed comments to make sense now that the LazyList-based by Tim Peters · 19 years ago
  69. 8ebb28d Fix SF#1470508: crash in generator cycle finalization. There were two by Phillip J. Eby · 19 years ago
  70. c187f33 Whitespace normalization. by Tim Peters · 19 years ago
  71. 78a0be6 Add a BufferedIncrementalEncoder class that can be used for implementing by Walter Dörwald · 19 years ago
  72. a40cf31 Make error message less misleading for u"a..b".encode("idna"). by Walter Dörwald · 19 years ago
  73. b17f12b Fix wrong attribute name. by Walter Dörwald · 19 years ago
  74. 6493699 Make raise statements PEP 8 compatible. by Walter Dörwald · 19 years ago
  75. 969ef75 Show case: reference cycles involving only the ob_type field are rather by Armin Rigo · 19 years ago
  76. 15be5ec Call encode()/decode() with final==True as the last call in the by Walter Dörwald · 19 years ago
  77. 38a76a1 Copy note from leakers README here too. We want to keep all test cases. by Neal Norwitz · 19 years ago
  78. 6212922 Restore test tee with some modifications. by Neal Norwitz · 19 years ago
  79. cde8750 Move the old test_generator_cycle.py which leaked but was removed into the test by Neal Norwitz · 19 years ago
  80. 03f3be5 Update notes to address cyclic garbage and what should happen when a test is fixed. by Neal Norwitz · 19 years ago
  81. 7db4f24 When using -R, lots of "*** DocTestRunner.merge:" nuisance messages by Tim Peters · 19 years ago
  82. 8e6480c Whitespace normalization. by Tim Peters · 19 years ago
  83. 7f573f7 Add a test for Py_ssize_t. Correct typo in getargs.c. by Georg Brandl · 19 years ago
  84. 07c6071 test_compile can be really long if we are using -u compiler. by Neal Norwitz · 19 years ago
  85. 0cfa58c Remove tests that no longer leak. There is still one leaking generator test by Neal Norwitz · 19 years ago
  86. ba8194b tty isn't supported on all boxes. by Tim Peters · 19 years ago
  87. 57fdcbc reverting r45321: Patch #860326: traceback.format_exception_only() now by Anthony Baxter · 19 years ago
  88. 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  89. 6402998 Fixes bug #1117761 by Gregory P. Smith · 19 years ago
  90. 14c6b46 Closes bug #1149413 by Gregory P. Smith · 19 years ago
  91. 55d031e Fix for a bug found by Armin Rigo, plus test. by Thomas Heller · 19 years ago
  92. 314fce9 Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
  93. f69a24c Update test_sundry. Many modules have now tests, but by Georg Brandl · 19 years ago
  94. e29002c Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. by Anthony Baxter · 19 years ago
  95. bc96609 Patch #1463288: use a context manager to temporarily switch locales. by Walter Dörwald · 19 years ago
  96. d3a9162 Add another little test to make sure we roundtrip multiple list comp ifs ok. by Neal Norwitz · 19 years ago
  97. ced6cdd Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test by Thomas Wouters · 19 years ago
  98. 502348d StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840). by Vinay Sajip · 19 years ago
  99. 0c46985 Adjust whitespace. by Neal Norwitz · 19 years ago
  100. b94a368 Add whitespace after comma by Neal Norwitz · 19 years ago