1. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 20 years ago
  2. 98bd181 SF bug #1004088: big code objects (>64K) may be optimized incorrectly by Raymond Hettinger · 20 years ago
  3. ba59be0 Bump version by Andrew M. Kuchling · 20 years ago
  4. 34ed2b0 Typo fix; use 'in-place' instead of 'inplace' by Andrew M. Kuchling · 20 years ago
  5. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  6. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  7. 3f5c654 fix markup nit, typo by Fred Drake · 20 years ago
  8. 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 20 years ago
  9. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  10. 1884dda Warn that settrace() is implementation rather than language by Phillip J. Eby · 20 years ago
  11. cf6fc79 This commit was manufactured by cvs2svn to create tag 'r24a2'. by cvs2svn · 20 years ago
  12. ff347ca release date by Anthony Baxter · 20 years ago
  13. 4c8fa42 Doc/lib/libfuncs.tex: correct items in itemize by Matthias Klose · 20 years ago
  14. 283b670 add constants for many error values added over the past couple of years by Fred Drake · 20 years ago
  15. 9b625d3 Example.__init__: this cannot use assert, because that fails to trigger by Tim Peters · 20 years ago
  16. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 20 years ago
  17. c81c695 Add a proper pointer to SF bug item. by Hye-Shik Chang · 20 years ago
  18. 7df44b3 SF #941229: Decode source code with sys.stdin.encoding in interactive by Hye-Shik Chang · 20 years ago
  19. 5910d81 Add a missing decref -- PyErr_SetObject increfs the 'object'! by Michael W. Hudson · 20 years ago
  20. 7d6cc5b Fix a leak of a reference on None. by Michael W. Hudson · 20 years ago
  21. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 20 years ago
  22. ed0d9c6 Bump buildno for 2.4a2 by Martin v. Löwis · 20 years ago
  23. e51c4f9 Revert 2.312; turns out interning the file name did do some good (reducing by Michael W. Hudson · 20 years ago
  24. eb477d0 Updated Logger.log() docstring to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  25. 1cf56d0 Updated Logger.log() documentation to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  26. 6887c92 Close handlers and tidy up loggers by removing closed handlers - to avoid problems when run twice (SF #1002537) by Vinay Sajip · 20 years ago
  27. 4189c64 Remove .width() and .iswide() from UserString as well. by Hye-Shik Chang · 20 years ago
  28. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  29. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 20 years ago
  30. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  31. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 20 years ago
  32. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 20 years ago
  33. 3d3cfdb ihooks FancyModuleLoader.load_module() by Tim Peters · 20 years ago
  34. 51fa3b7 Tkapp_New(): Rewrite in C so it compiles again. by Tim Peters · 20 years ago
  35. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 20 years ago
  36. 1fa649f Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  37. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  38. b217cd8 Wait for visibility before setting a grab. Fixes #946153. by Martin v. Löwis · 20 years ago
  39. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  40. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 20 years ago
  41. 4818748 add missing import! by Fred Drake · 20 years ago
  42. 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 20 years ago
  43. 7bc58a3 on to a2! by Anthony Baxter · 20 years ago
  44. 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 20 years ago
  45. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 20 years ago
  46. 6d3265d Be more careful about maintaining the invariants; it was actually by Fred Drake · 20 years ago
  47. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 20 years ago
  48. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago
  49. 0b49e02 Patch #977074: Move Encode/Decode to the top so gcc can inline them. by Martin v. Löwis · 20 years ago
  50. 65a7975 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 20 years ago
  51. 7db57b3 Patch #870382: Automatically add msvcr71 to the list of libraries if by Martin v. Löwis · 20 years ago
  52. 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 20 years ago
  53. 0bb8454 Fix the reference count errors revealed by the test suite... by Michael W. Hudson · 20 years ago
  54. afd5ce1 nice tests dont leave little suprises in the environ by Anthony Baxter · 20 years ago
  55. 5bf2516 More "noone expected this to run twice"ness removal. by Michael W. Hudson · 20 years ago
  56. fe27ff8 make this test work when run repeatedly. by Michael W. Hudson · 20 years ago
  57. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 20 years ago
  58. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 20 years ago
  59. 782d8ff Don't intern the filename of a file being compiled. by Michael W. Hudson · 20 years ago
  60. 3f3b668 Repair the same thinko in two places about handling of _Py_RefTotal in by Michael W. Hudson · 20 years ago
  61. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 20 years ago
  62. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  63. a412769 SF bug #808756: refleaks in _hotshot.c. by Armin Rigo · 20 years ago
  64. 31d485c update to Expat 1.95.8 by Fred Drake · 20 years ago
  65. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  66. a57ec93 Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on by Mark Hammond · 20 years ago
  67. 5ad28e1 Tweak previous patch to silence a warning about the unused left value in the by Brett Cannon · 20 years ago
  68. bec69f6 fix a little lie ;-( by Fred Drake · 20 years ago
  69. 7fdd92f Fix typo though by Neal Norwitz · 20 years ago
  70. e72bd4d fix markup error by Fred Drake · 20 years ago
  71. 0c84c7f start filling in documentation on extending distutils by Fred Drake · 20 years ago
  72. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  73. c75f112 Use isabs() in conditional, not abspath by Andrew M. Kuchling · 20 years ago
  74. a3711f7 Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem by Michael W. Hudson · 20 years ago
  75. 77a602f Add PEP318 by Andrew M. Kuchling · 20 years ago
  76. c9f510a Any call to insort_{left,right} with a non-list leaked a reference to None by Michael W. Hudson · 20 years ago
  77. f8df9a8 Add a missing decref. by Michael W. Hudson · 20 years ago
  78. 52db519 for some reason, the lack of adherence to Python's C whitespace rules by Michael W. Hudson · 20 years ago
  79. d91fcbe Add import change; add empty section for function decorators by Andrew M. Kuchling · 20 years ago
  80. 1455f79 Update item by Andrew M. Kuchling · 20 years ago
  81. 270fe88 and a unit test for the staticmethod-of-a-non-method failure just fixed by Anthony Baxter · 20 years ago
  82. 4e7785a fix for @decorators under a debug build. by Anthony Baxter · 20 years ago
  83. 829d6c4 Fix doubled word. by Raymond Hettinger · 20 years ago
  84. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  85. 32083f6 notes for @decorator by Anthony Baxter · 20 years ago
  86. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  87. fd7dc51 Typo repair. by Tim Peters · 20 years ago
  88. 0c6199e Completed a sentence I left dangling. by Tim Peters · 20 years ago
  89. 99d001e Removed reliance on damaged module object appearing in sys.modules by Tim Peters · 20 years ago
  90. 08138fd New tests: by Tim Peters · 20 years ago
  91. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  92. 1cd7017 PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases. by Tim Peters · 20 years ago
  93. 94f9b86 "Core" and "C API" news about new semantics for failing imports. by Tim Peters · 20 years ago
  94. cfd575d PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: by Tim Peters · 20 years ago
  95. a7c6509 lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were by Tim Peters · 20 years ago
  96. 86c7d2f Trimmed trailing whitespace. by Tim Peters · 20 years ago
  97. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 20 years ago
  98. 4ecd8cd Fix typo in comment by Neal Norwitz · 20 years ago
  99. 750f060 SF bug #1001088, incorrect reference to macro named foo by Neal Norwitz · 20 years ago
  100. 8fc4a91 list_ass_slice(): Document the obscure new intent that deleting a slice by Tim Peters · 20 years ago