1. af16e8c Apply patch #1016224: configure.in change to allow build of _bsddb module on by Trent Mick · 20 years ago
  2. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  3. d2afee4 Fix docstring typo. by Raymond Hettinger · 20 years ago
  4. 1792bfb Bypass peepholing of code with lineno tables having intervals >= 255. by Raymond Hettinger · 20 years ago
  5. 65d3c05 Fix typo in comment and add clarification. by Raymond Hettinger · 20 years ago
  6. e3a1b48 clean up markup for --executable description by Fred Drake · 20 years ago
  7. 87c98b2 Add various items by Andrew M. Kuchling · 20 years ago
  8. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  9. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  10. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  11. be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 20 years ago
  12. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  13. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  14. b92b7ed Back out 1.289, which breaks platforms needing addrinfo.h, and by Martin v. Löwis · 20 years ago
  15. ef0a82b Simplify chains of conditional jumps. (Suggested by Neal Norwitz.) by Raymond Hettinger · 20 years ago
  16. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 20 years ago
  17. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  18. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  19. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  20. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  21. 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
  22. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  23. a12fa14 Incorporate review comments courtesy of Neal Norwitz: by Raymond Hettinger · 20 years ago
  24. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  25. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  26. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  27. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  28. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 20 years ago
  29. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  30. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  31. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  32. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  33. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  34. 0fc8575 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored by Dave Cole · 20 years ago
  35. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  36. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  37. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  38. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  39. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  40. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  41. 94607dd Whitespace normalization. by Tim Peters · 20 years ago
  42. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  43. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  44. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  45. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  46. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  47. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  48. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  49. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  50. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  51. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  52. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  53. 5268c39 sf #1009373, #1005936. fix underscores in index entries in PDF files. by Neal Norwitz · 20 years ago
  54. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  55. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 20 years ago
  56. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  57. 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 20 years ago
  58. 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 20 years ago
  59. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  60. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  61. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  62. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  63. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  64. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  65. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  66. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  67. 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 20 years ago
  68. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  69. 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 20 years ago
  70. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  71. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  72. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  73. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  74. 3ba5bfc Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  75. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  76. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  77. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  78. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  79. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  80. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  81. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  82. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  83. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  84. c6f3c8b fix SF bug #1008690: Incorrect <link rel="index"> href in Tutorial by Fred Drake · 20 years ago
  85. cf02e31 Remove commented definition of the MKHOWTO macro. by Matthias Klose · 20 years ago
  86. 5b75f7d Remove zero-byte gif files from generated html docs by Matthias Klose · 20 years ago
  87. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  88. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  89. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  90. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  91. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  92. bf60875 Patch #980082: Missing INCREF in PyType_Ready. by Martin v. Löwis · 20 years ago
  93. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  94. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  95. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  96. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  97. 1a78929 Move the bytecode optimizer upstream so that its results are saved in pyc by Raymond Hettinger · 20 years ago
  98. 9bb1f05 Various alpha 3 updates. by Raymond Hettinger · 20 years ago
  99. 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 20 years ago
  100. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago