1. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  2. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  3. cdd4328 Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside anymore. by Hye-Shik Chang · 19 years ago
  4. 6d7cd7d Whitespace normalization. by Tim Peters · 19 years ago
  5. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  6. 81efcf6 Make copy of test_mailbox.py. We'll still want to check the backward by Andrew M. Kuchling · 19 years ago
  7. 21fbd57 SF bug #1473760 TempFile can hang on Windows. by Tim Peters · 19 years ago
  8. 6ff67ef Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 19 years ago
  9. b0a1e6b Add explanatory message by Andrew M. Kuchling · 19 years ago
  10. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
  11. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  12. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 19 years ago
  13. 584b0e0 Whilespace normalization (reindint.py). by Tim Peters · 19 years ago
  14. 54ddd23 Split ``get_platform()`` into ``get_supported_platform()`` and by Phillip J. Eby · 19 years ago
  15. 7e97ee6 A dictresize() attack. If oldtable == mp->ma_smalltable then pure by Armin Rigo · 19 years ago
  16. 15b1f14 add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. by Michael W. Hudson · 19 years ago
  17. 041669f Whitespace normalization by Neal Norwitz · 19 years ago
  18. 8f925cc Handle easy_install being run via -m with no __file__ if done from a zipfile. by Phillip J. Eby · 19 years ago
  19. 069159b Initial import of setuptools, with integrated tests. by Phillip J. Eby · 19 years ago
  20. e247e89 Finally figured out why this module did its imports at the by Tim Peters · 19 years ago
  21. 742cd24 test_pyclbr goes nuts when a module contains code to try importing a class by Phillip J. Eby · 19 years ago
  22. ceb3087 Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
  23. c7605f2 local.__del__(): This didn't actually do anything, because of too by Tim Peters · 19 years ago
  24. ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
  25. 1a00e18 Reindent. by Martin v. Löwis · 19 years ago
  26. f62eee1 Remove bogus character. by Martin v. Löwis · 19 years ago
  27. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
  28. 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 19 years ago
  29. 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 19 years ago
  30. 749d070 Teach platform about darwin/x86 by Ronald Oussoren · 19 years ago
  31. dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 19 years ago
  32. 4b16de4 Add a comment to explain why we are calling _cleanup() by Neal Norwitz · 19 years ago
  33. 00ac0d2 Try to stop the test from leaking and yet still work on windows by Neal Norwitz · 19 years ago
  34. cb0f66f Get test to consistently show no leaks by Neal Norwitz · 19 years ago
  35. aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
  36. c5c9ce9 Add missing SVN eol-style property to text files. by Tim Peters · 19 years ago
  37. 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
  38. cb28419 Make test_timeout not fail on systems with no dots in their fqdn. by Thomas Wouters · 19 years ago
  39. 767833d Make test_warnings play nice with regrtest -R:: now that regrtest doesn't by Thomas Wouters · 19 years ago
  40. 993633c Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as by Thomas Wouters · 19 years ago
  41. 631f513 This test no longer leaks, and test_generators sufficiently tests it to by Thomas Wouters · 19 years ago
  42. b8f81d4 Add missing DECREF to PyErr_WriteUnraisable(). That function reports by Thomas Wouters · 19 years ago
  43. 60eab2b Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the by Thomas Wouters · 19 years ago
  44. b3deb94 Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to by Thomas Wouters · 19 years ago
  45. 4b501e6 Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 19 years ago
  46. 7f09811 Changed comments to make sense now that the LazyList-based by Tim Peters · 19 years ago
  47. 8ebb28d Fix SF#1470508: crash in generator cycle finalization. There were two by Phillip J. Eby · 19 years ago
  48. c187f33 Whitespace normalization. by Tim Peters · 19 years ago
  49. 78a0be6 Add a BufferedIncrementalEncoder class that can be used for implementing by Walter Dörwald · 19 years ago
  50. a40cf31 Make error message less misleading for u"a..b".encode("idna"). by Walter Dörwald · 19 years ago
  51. b17f12b Fix wrong attribute name. by Walter Dörwald · 19 years ago
  52. 6493699 Make raise statements PEP 8 compatible. by Walter Dörwald · 19 years ago
  53. 969ef75 Show case: reference cycles involving only the ob_type field are rather by Armin Rigo · 19 years ago
  54. 15be5ec Call encode()/decode() with final==True as the last call in the by Walter Dörwald · 19 years ago
  55. 38a76a1 Copy note from leakers README here too. We want to keep all test cases. by Neal Norwitz · 19 years ago
  56. 6212922 Restore test tee with some modifications. by Neal Norwitz · 19 years ago
  57. cde8750 Move the old test_generator_cycle.py which leaked but was removed into the test by Neal Norwitz · 19 years ago
  58. 03f3be5 Update notes to address cyclic garbage and what should happen when a test is fixed. by Neal Norwitz · 19 years ago
  59. 7db4f24 When using -R, lots of "*** DocTestRunner.merge:" nuisance messages by Tim Peters · 19 years ago
  60. 8e6480c Whitespace normalization. by Tim Peters · 19 years ago
  61. 7f573f7 Add a test for Py_ssize_t. Correct typo in getargs.c. by Georg Brandl · 19 years ago
  62. 07c6071 test_compile can be really long if we are using -u compiler. by Neal Norwitz · 19 years ago
  63. 0cfa58c Remove tests that no longer leak. There is still one leaking generator test by Neal Norwitz · 19 years ago
  64. ba8194b tty isn't supported on all boxes. by Tim Peters · 19 years ago
  65. 57fdcbc reverting r45321: Patch #860326: traceback.format_exception_only() now by Anthony Baxter · 19 years ago
  66. 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  67. 6402998 Fixes bug #1117761 by Gregory P. Smith · 19 years ago
  68. 14c6b46 Closes bug #1149413 by Gregory P. Smith · 19 years ago
  69. 55d031e Fix for a bug found by Armin Rigo, plus test. by Thomas Heller · 19 years ago
  70. 314fce9 Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
  71. f69a24c Update test_sundry. Many modules have now tests, but by Georg Brandl · 19 years ago
  72. e29002c Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. by Anthony Baxter · 19 years ago
  73. bc96609 Patch #1463288: use a context manager to temporarily switch locales. by Walter Dörwald · 19 years ago
  74. d3a9162 Add another little test to make sure we roundtrip multiple list comp ifs ok. by Neal Norwitz · 19 years ago
  75. ced6cdd Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test by Thomas Wouters · 19 years ago
  76. 502348d StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840). by Vinay Sajip · 19 years ago
  77. 0c46985 Adjust whitespace. by Neal Norwitz · 19 years ago
  78. b94a368 Add whitespace after comma by Neal Norwitz · 19 years ago
  79. 319c47f Try to repair what may be the last new test failure on the by Tim Peters · 19 years ago
  80. 171b868 subclasspropagation(): Squash two more bogus hash(x) == id(x) by Tim Peters · 19 years ago
  81. 413c922 Whitespace normalization. by Tim Peters · 19 years ago
  82. 85b362f specials(): squash another incorrect hash(x) == id(x) by Tim Peters · 19 years ago
  83. 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
  84. 7731dfd Huh. This belonged with the last checkin -- no idea why svn didn't commit it. by Tim Peters · 19 years ago
  85. 6902b44 Try to repair more new buildbot failures in "x86 OpenBSD trunk", due by Tim Peters · 19 years ago
  86. 9bdc85f Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, by Tim Peters · 19 years ago
  87. 8845935 Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due by Tim Peters · 19 years ago
  88. 3daf304 Whitespace normalization. by Tim Peters · 19 years ago
  89. a19dc0b DecimalContextTestCase: this permanently changed the by Tim Peters · 19 years ago
  90. bd0c10f test_contextlib wasn't actually being run by regrtest.py. Or more precisely, by Phillip J. Eby · 19 years ago
  91. 93149d9 Minor clarity edit to contextlib per Guido's request. by Phillip J. Eby · 19 years ago
  92. 17de8ff Patch #1467770: Add Popen objects to _active only in __del__. by Martin v. Löwis · 19 years ago
  93. 10acfd0 Patch #1429775: Link Python modules to libpython on linux if by Martin v. Löwis · 19 years ago
  94. b04dee9 Patch #1462222: Fix Tix.Grid. Closes #1036406. by Martin v. Löwis · 19 years ago
  95. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
  96. a50794b Patch #1466993: remove wrong comment in socket.py by Georg Brandl · 19 years ago
  97. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
  98. aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 19 years ago
  99. 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 19 years ago
  100. c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago