1. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  2. bf84e54 added XMLParser alias for cElementTree compatibility by Fredrik Lundh · 18 years ago
  3. 5becdbe Patch #1517790: It is now possible to use custom objects in the ctypes by Thomas Heller · 18 years ago
  4. 2329b64 The test that calls a function with invalid arguments and catches the by Thomas Heller · 18 years ago
  5. 5953bac A couple of examples about how to attack the fact that _PyType_Lookup() by Armin Rigo · 18 years ago
  6. 43d9a58 Revert the change done in svn revision 47206: by Thomas Heller · 18 years ago
  7. add1911 Fix bug in passing tuples to string.Template. All other values (with working by Thomas Wouters · 18 years ago
  8. d5cfa54 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 18 years ago
  9. ede77f5 Patch #825417: Fix timeout processing in expect, by Martin v. Löwis · 18 years ago
  10. 4548239 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 18 years ago
  11. fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 18 years ago
  12. 2b88f63 Bug #1514693: Update turtle's heading when switching between by Martin v. Löwis · 18 years ago
  13. 4c4300d Reimplement turtle.circle using a polyline, to allow correct by Martin v. Löwis · 18 years ago
  14. bd39c03 Only setup canvas when it is first created. Fixes #1514703 by Martin v. Löwis · 18 years ago
  15. 16a3932 Whitespace normalization. by Tim Peters · 18 years ago
  16. f780be4 Add a new function uses_seh() to the _ctypes extension module. This by Thomas Heller · 18 years ago
  17. b3c0942 Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS flag. by Thomas Heller · 18 years ago
  18. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 18 years ago
  19. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 18 years ago
  20. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 18 years ago
  21. 7596e83 Release all forwarded functions in .close. Fixes #1513223. by Martin v. Löwis · 18 years ago
  22. a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 18 years ago
  23. 38ff36c Whitespace normalization. by Tim Peters · 18 years ago
  24. cea4bf0 Fixed bug in fileConfig() which failed to clear logging._handlerList by Vinay Sajip · 18 years ago
  25. 877fdb0 This should fix the buildbot failure on s/390 which can't connect to gmail.org. by Neal Norwitz · 18 years ago
  26. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 18 years ago
  27. a136210 SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 18 years ago
  28. 1be63af Fix end_fill(). by Georg Brandl · 18 years ago
  29. d77ef8f A couple of crashers of the "won't fix" kind. by Armin Rigo · 18 years ago
  30. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 18 years ago
  31. 7983c72 According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN by Neal Norwitz · 18 years ago
  32. 3249d00 Whitespace normalization. by Tim Peters · 18 years ago
  33. 7b9053a MacOSX: fix rather dumb buglet that made it impossible to create extensions on by Ronald Oussoren · 18 years ago
  34. 6dd59f1 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. by Vinay Sajip · 18 years ago
  35. 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 18 years ago
  36. ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 18 years ago
  37. 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 18 years ago
  38. 5573259 [Bug #1512163] Use one set of locking methods, lockf(); by Andrew M. Kuchling · 18 years ago
  39. a7ee9eb [Bug #1512163] Fix typo. by Andrew M. Kuchling · 18 years ago
  40. 53f1a94 Workaround for bug #1512124 by Ronald Oussoren · 18 years ago
  41. 2f99da6 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 18 years ago
  42. ff355f1 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. by Peter Astrand · 18 years ago
  43. d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. by Peter Astrand · 18 years ago
  44. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 18 years ago
  45. f57c54d Test for correct compilation of try-except-finally stmt. by Georg Brandl · 18 years ago
  46. c3f49ca Set lineno correctly on list, tuple and dict literals. by Georg Brandl · 18 years ago
  47. 53c1692f Fix for an obscure bug introduced by revs 46806 and 46808, with a test. by Armin Rigo · 18 years ago
  48. f92b9c2 Removed call to enable_callback_tracebacks that slipped in by accident. by Gerhard Häring · 18 years ago
  49. 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 18 years ago
  50. d819c13 Make test_fcntl aware of netbsd3. by Georg Brandl · 18 years ago
  51. ad29e63 fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally by Georg Brandl · 18 years ago
  52. 70a77ac At the C level, tuple arguments are passed in directly to the exception by Brett Cannon · 18 years ago
  53. 115ecb9 Fix typo of exception name. by Brett Cannon · 18 years ago
  54. bb93f4b Raise TestSkipped when the test socket connection is refused. by Brett Cannon · 18 years ago
  55. 3dbc891 Remove Python 2.3 compatibility comment. by Ka-Ping Yee · 18 years ago
  56. d113680 Preparing for 2.5b1. by Anthony Baxter · 18 years ago
  57. e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 18 years ago
  58. c314ac5 Next try to fix the OpenBSD buildbot tests: by Thomas Heller · 18 years ago
  59. 5c29843 Repair KeyError when running test_threaded_import under -R, by Tim Peters · 18 years ago
  60. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 18 years ago
  61. 43bc378 Whitespace normalization. by Tim Peters · 18 years ago
  62. 0b46570 Try to repair the failing test on the OpenBSD buildbot. Trial and error... by Thomas Heller · 18 years ago
  63. ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 18 years ago
  64. 0f51cf6 Revert 47014 until it is more robust by Neal Norwitz · 18 years ago
  65. 10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess by Neal Norwitz · 18 years ago
  66. 9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more by Neal Norwitz · 18 years ago
  67. 210262c Fix typo in docstring by Neal Norwitz · 18 years ago
  68. 6fb20aa Patch #815924: Restore ability to pass type= and icon= by Martin v. Löwis · 18 years ago
  69. 3798da0 Patch #812986: Update the canvas even if not tracing. by Martin v. Löwis · 18 years ago
  70. 92733be Patch #1494750: Destroy master after deleting children. by Martin v. Löwis · 18 years ago
  71. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 18 years ago
  72. 337487e Patch #763580: Add name and value arguments to Tkinter variable classes. by Martin v. Löwis · 18 years ago
  73. 5416605 fix change that broke the htmllib tests by Fred Drake · 18 years ago
  74. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 18 years ago
  75. 13a7bef Add missing period in comment. by Neal Norwitz · 18 years ago
  76. 946aea2 Param name is dir, not directory. Update docstring. Backport candidate by Neal Norwitz · 18 years ago
  77. 217046f Disable this test until we can determine what to do about it by Neal Norwitz · 18 years ago
  78. da4b84a Oops -- I introduced an off-by-6436159488 error. by Tim Peters · 18 years ago
  79. a608bb2 Whitespace normalization. by Tim Peters · 18 years ago
  80. 84b0f58 Try to reduce the extreme peak memory and disk-space use by Tim Peters · 18 years ago
  81. bda1418 Print some more info to get an idea of how much longer the test will last by Neal Norwitz · 18 years ago
  82. 643ad19 Steal the trick from test_compiler to print out a slow msg. by Neal Norwitz · 18 years ago
  83. 506f7b5 - bsddb: multithreaded DB access using the simple bsddb module interface by Gregory P. Smith · 18 years ago
  84. c21e056 Re-revert this change. Install the version check and don't run the test by Neal Norwitz · 18 years ago
  85. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 18 years ago
  86. 0eac118 Make import/lookup of mbcs fail on non-Windows systems. by Martin v. Löwis · 18 years ago
  87. de7f502 Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) by Neal Norwitz · 18 years ago
  88. fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 18 years ago
  89. 5d538b6 Whitespace normalization. by Tim Peters · 18 years ago
  90. b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 18 years ago
  91. 4180e12 Add an __all__ list, since this module does 'from ctypes import *'. by Thomas Heller · 18 years ago
  92. 83cc0d0 Bug #1117556: SimpleHTTPServer now tries to find and use the system's by Georg Brandl · 18 years ago
  93. 0540be9 Bug #1202018: add some common mime.types locations. by Georg Brandl · 18 years ago
  94. 866a5d8 Fix docstring. by Thomas Heller · 18 years ago
  95. 2605ca8 Bug #1339007: Shelf objects now don't raise an exception in their by Georg Brandl · 18 years ago
  96. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 18 years ago
  97. 6ce9fe8 explain an XXX in more detail by Fred Drake · 18 years ago
  98. a16393e add tests for two cases that are handled correctly in the current code, by Fred Drake · 18 years ago
  99. 72c9eff - make some disabled tests run what they intend when enabled by Fred Drake · 18 years ago
  100. 16ec4bb Whitespace normalization. by Tim Peters · 18 years ago