1. e6e77e5 Fix by Michael W. Hudson · 20 years ago
  2. 618fbf5 This was quite a dark bug in my recent in-place string concatenation by Armin Rigo · 20 years ago
  3. 2584781 Removing tests that fail because of changes in PyString_InternInPlace(), by Armin Rigo · 20 years ago
  4. 2ee6a70 [Patch #999280 ] Update kwargs in pickle docs to match implementations by Andrew M. Kuchling · 20 years ago
  5. 4eb1a00 [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: by Andrew M. Kuchling · 20 years ago
  6. 672d2ba Use LaTeX markup by Andrew M. Kuchling · 20 years ago
  7. 17e33e4 [Bug #914375] Crude modulefinder docs, but the module's code is very hard to read and it's not clear which bits are public and which aren't. The module's author should really be doing this (and using docstrings in the code, too) by Andrew M. Kuchling · 20 years ago
  8. 8c47f4a eval_frame now has a PyAPI-style name by Michael W. Hudson · 20 years ago
  9. 79f7ad2 Fixed some compiler warnings. by Armin Rigo · 20 years ago
  10. 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 20 years ago
  11. 32dbdda Remove various modules that have been documented by Andrew M. Kuchling · 20 years ago
  12. 2876f5a SF patch 836879. by Jeremy Hylton · 20 years ago
  13. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  14. cbd8155 [Bug #827209] Add footnote from Alex M. about listcomps leaking their index variables by Andrew M. Kuchling · 20 years ago
  15. 8484fbf SF bug 1003471: Python 1.5.2 security vulnerability by Tim Peters · 20 years ago
  16. 59a27f1 Various minor edits by Andrew M. Kuchling · 20 years ago
  17. 4cbe95c [Bug #866222] Update docs to match the module by Andrew M. Kuchling · 20 years ago
  18. b839c1f [Bug #866222] Update docstrings. by Andrew M. Kuchling · 20 years ago
  19. 3455338 Fix by Michael W. Hudson · 20 years ago
  20. fe80b63 [Bug #991883] Document calling condition by Andrew M. Kuchling · 20 years ago
  21. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  22. 5d9c303 Fix urllib2.urlopen() handling of chunked content encoding. by Jeremy Hylton · 20 years ago
  23. 1baa248 Fix by Michael W. Hudson · 20 years ago
  24. 0188cdb [Bug #998066] Mention result mismatch by Andrew M. Kuchling · 20 years ago
  25. e5dd162 [Bug #923315] Produce correct result on AIX by Andrew M. Kuchling · 20 years ago
  26. b6d9fc3 Patch: by Michael W. Hudson · 20 years ago
  27. 8def876 [Bug #873146] Document pickletools module (haven't tested the LaTeX yet) by Andrew M. Kuchling · 20 years ago
  28. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  29. 049e7aa Point out that the setdefault defaults the value to None. Inspired by by Michael W. Hudson · 20 years ago
  30. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  31. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 20 years ago
  32. dc54f2b Make 'bin' argument trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  33. cbbee6f [Bug #984952] Include more material from PEP 307. by Andrew M. Kuchling · 20 years ago
  34. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  35. 14d535c [Bug #984952] Include some material from PEP 307 by Andrew M. Kuchling · 20 years ago
  36. 2b3feec This is more-or-less: by Michael W. Hudson · 20 years ago
  37. 3fdd43e Somehow (no idea how!) I missed half of patch #1005008. Sorry about that. by Michael W. Hudson · 20 years ago
  38. 09ad235 This is patch by Michael W. Hudson · 20 years ago
  39. 6f937b1 [Bug #998307] Use open() instead of file() in docs by Andrew M. Kuchling · 20 years ago
  40. 9bae19e fix two typos in markup by Fred Drake · 20 years ago
  41. 955d009 Add name by Andrew M. Kuchling · 20 years ago
  42. b34a6bc Create section for 2.4a3; remove empty sections in 2.4a2 by Andrew M. Kuchling · 20 years ago
  43. 78d375f Another typo by Andrew M. Kuchling · 20 years ago
  44. 28025ec Typo fix by Andrew M. Kuchling · 20 years ago
  45. e30c4d4 Add recent items by Andrew M. Kuchling · 20 years ago
  46. 38dc2a6 Simplify language by Andrew M. Kuchling · 20 years ago
  47. ac64287 Add string concat item by Andrew M. Kuchling · 20 years ago
  48. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 20 years ago
  49. d1b7827 Whitespace normalization. by Tim Peters · 20 years ago
  50. 1e277ee Bug 772091: doctest.DocTestSuite does not support __test__ by Tim Peters · 20 years ago
  51. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 20 years ago
  52. 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 20 years ago
  53. 19397e5 Merging from tim-doctest-branch, which is now closed. by Tim Peters · 20 years ago
  54. 98bd181 SF bug #1004088: big code objects (>64K) may be optimized incorrectly by Raymond Hettinger · 20 years ago
  55. ba59be0 Bump version by Andrew M. Kuchling · 20 years ago
  56. 34ed2b0 Typo fix; use 'in-place' instead of 'inplace' by Andrew M. Kuchling · 20 years ago
  57. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  58. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  59. 3f5c654 fix markup nit, typo by Fred Drake · 20 years ago
  60. 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 20 years ago
  61. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  62. 1884dda Warn that settrace() is implementation rather than language by Phillip J. Eby · 20 years ago
  63. cf6fc79 This commit was manufactured by cvs2svn to create tag 'r24a2'. by cvs2svn · 20 years ago
  64. ff347ca release date by Anthony Baxter · 20 years ago
  65. 4c8fa42 Doc/lib/libfuncs.tex: correct items in itemize by Matthias Klose · 20 years ago
  66. 283b670 add constants for many error values added over the past couple of years by Fred Drake · 20 years ago
  67. 9b625d3 Example.__init__: this cannot use assert, because that fails to trigger by Tim Peters · 20 years ago
  68. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 20 years ago
  69. c81c695 Add a proper pointer to SF bug item. by Hye-Shik Chang · 20 years ago
  70. 7df44b3 SF #941229: Decode source code with sys.stdin.encoding in interactive by Hye-Shik Chang · 20 years ago
  71. 5910d81 Add a missing decref -- PyErr_SetObject increfs the 'object'! by Michael W. Hudson · 20 years ago
  72. 7d6cc5b Fix a leak of a reference on None. by Michael W. Hudson · 20 years ago
  73. 574a251 To ever run this test "you must import TestSkipped" from the right by Michael W. Hudson · 20 years ago
  74. ed0d9c6 Bump buildno for 2.4a2 by Martin v. Löwis · 20 years ago
  75. e51c4f9 Revert 2.312; turns out interning the file name did do some good (reducing by Michael W. Hudson · 20 years ago
  76. eb477d0 Updated Logger.log() docstring to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  77. 1cf56d0 Updated Logger.log() documentation to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  78. 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
  79. 4189c64 Remove .width() and .iswide() from UserString as well. by Hye-Shik Chang · 20 years ago
  80. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  81. b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 20 years ago
  82. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  83. cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 20 years ago
  84. 81676dc To raise TestSkipped, you must import TestSkipped. by Tim Peters · 20 years ago
  85. 3d3cfdb ihooks FancyModuleLoader.load_module() by Tim Peters · 20 years ago
  86. 51fa3b7 Tkapp_New(): Rewrite in C so it compiles again. by Tim Peters · 20 years ago
  87. edcac8f make sure distutils logging is shut off in tests to avoid spurious output by Fred Drake · 20 years ago
  88. 1fa649f Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  89. 9441c07 Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
  90. b217cd8 Wait for visibility before setting a grab. Fixes #946153. by Martin v. Löwis · 20 years ago
  91. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  92. d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 20 years ago
  93. 4818748 add missing import! by Fred Drake · 20 years ago
  94. 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 20 years ago
  95. 7bc58a3 on to a2! by Anthony Baxter · 20 years ago
  96. 4354ba3 avoid fragility: make sure POSIXLY_CORRECT is completely controlled by Fred Drake · 20 years ago
  97. 34fba3b Add the same guard as test_signal. by Michael W. Hudson · 20 years ago
  98. 6d3265d Be more careful about maintaining the invariants; it was actually by Fred Drake · 20 years ago
  99. 43220ea Argh! This was meant to be part of patch #960406. by Michael W. Hudson · 20 years ago
  100. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago