1. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  2. c58eafb Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
  3. 1e9718a Fix grammatically inept comment. by Michael W. Hudson · 22 years ago
  4. 76afbd9 Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 22 years ago
  5. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  6. d8ab35c News about sets. (There's no documentation; if someone wants to by Guido van Rossum · 22 years ago
  7. f2f2a2c Fix spelling errors and note the addition of operator.pow() by Raymond Hettinger · 22 years ago
  8. 0281512 Merged the MacPython thanks list into the general acknowledgements. by Jack Jansen · 22 years ago
  9. 5403737 Add Steve Purcell for unittest.py by Raymond Hettinger · 22 years ago
  10. 012c0a3 Newly-relaxed limits on random.randrange(). Also added some info about by Tim Peters · 22 years ago
  11. f808b89 Mention warnings about defining None. by Guido van Rossum · 22 years ago
  12. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  13. add8806 Add notes about universal newlines. by Guido van Rossum · 22 years ago
  14. fdb8648 Add news about Fred's change to Py_InitModule4(). by Guido van Rossum · 22 years ago
  15. f399fd9 Added Hisao Suzuki. by Martin v. Löwis · 22 years ago
  16. 9be8946 Add news about FutureWarning and PEP 237 stage B0. by Guido van Rossum · 22 years ago
  17. 6000464 Added new function k_lopsided_mul(), which is much more efficient than by Tim Peters · 22 years ago
  18. b9f1e98 New names. by Guido van Rossum · 22 years ago
  19. d64c1de k_mul() and long_mul(): I'm confident that the Karatsuba algorithm is by Tim Peters · 22 years ago
  20. e343878 New news about __class__ assignment restrictions and speed-up of by Guido van Rossum · 22 years ago
  21. 6c70fca Revert what looks like a typo from the last checkin by Neal Norwitz · 22 years ago
  22. 5af4e6c Cautious introduction of a patch that started from by Tim Peters · 22 years ago
  23. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  24. 8f3afc7 Clarify that the interruptable popen fixes aren't used under Win9x. by Mark Hammond · 22 years ago
  25. bffb2ef Credit to Oren for the file-iterator patch. by Guido van Rossum · 22 years ago
  26. deb0936 News about the tempfile rewrite. by Guido van Rossum · 22 years ago
  27. d81a983 News about Neil's fix to correctly invoke __rmul__. by Guido van Rossum · 22 years ago
  28. b6434f2 Document that -u puts stdin, stdout, and stderr in binary mode. by Sjoerd Mullender · 22 years ago
  29. d79f683 Describe new "str1 in str2" behavior. by Barry Warsaw · 22 years ago
  30. b57089c Files are now their own iterator. The xreadlines method and module by Guido van Rossum · 22 years ago
  31. 2805428 SF patch 590294: os._execvpe security fix (Zack Weinberg). by Guido van Rossum · 22 years ago
  32. 40813b1 Typo: "now" --> "the new" by Fred Drake · 22 years ago
  33. 98ce7b7 IDLE support for PEP 263. by Martin v. Löwis · 22 years ago
  34. de392d3 Add a small description of PEP 263. by Guido van Rossum · 22 years ago
  35. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  36. 161ad0e OS/2 EMX now supported by Andrew MacIntyre · 22 years ago
  37. 4a57c33 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago
  38. 37c3b27 Add Kevin O'Connor, author of the heapq code. by Guido van Rossum · 22 years ago
  39. 0dbab4c5 SF patch 588728 (Nathan Srebro). by Guido van Rossum · 22 years ago
  40. f47630f A blurb about the sort implementation. by Tim Peters · 22 years ago
  41. 202a4b6 Repair fill-paragraph damage. by Michael W. Hudson · 22 years ago
  42. a625523 add description of LLTRACE. by Michael W. Hudson · 22 years ago
  43. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  44. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  45. 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago
  46. 2d5389c News about StopIteration as a "sink state". by Guido van Rossum · 22 years ago
  47. 79f0a10 Add news about strptime and socket.setdefaulttimeout(). by Guido van Rossum · 22 years ago
  48. 1389f3e Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place by Neal Norwitz · 22 years ago
  49. a5083ec Add note about DL_IMPORT deprecation. [ 583894 ] doc DL_IMPORT/DL_EXPORT changes by Mark Hammond · 22 years ago
  50. 36eb4b2 Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Neal Norwitz · 22 years ago
  51. f31ff27 (py-pychecker-run): Use the last pychecker invocation as the default by Barry Warsaw · 22 years ago
  52. 1f4fed6 We need to (require 'compile) to guarantee that compile-internal is by Barry Warsaw · 22 years ago
  53. 32a0396 (py-imenu-create-index-function): Skip over stuff that looks like code by Barry Warsaw · 22 years ago
  54. daa1921 (py-pychecker-run): Thomas Heller points out that this function messes by Barry Warsaw · 22 years ago
  55. c0e3515 Add a blurb on the 3 Windows bugs I worked on over the last couple of days. by Mark Hammond · 22 years ago
  56. a65523a Added Andrew MacIntyre -- overdue! by Tim Peters · 22 years ago
  57. 58cf361 docompare(): Another reasonable optimization from Jonathan Hogg for the by Tim Peters · 22 years ago
  58. 58e2ff2 Mention new encoding. by Marc-André Lemburg · 22 years ago
  59. dd523ee Fernando Pérez of SF bug 579701 fame. by Guido van Rossum · 22 years ago
  60. 0c08864 Replace rare tabs with 4 spaces, assuming that's what was intended. by Guido van Rossum · 22 years ago
  61. 715a0c6 Note the existence of SpecialBuilds.txt. by Guido van Rossum · 22 years ago
  62. 8acdf7a Noted the releases in which COUNT_ALLOCS can blow up. by Tim Peters · 22 years ago
  63. 62fc52e Recorded the introduction release for each gimmick, as best I was able to by Tim Peters · 22 years ago
  64. 20c8a04 Some clarifications. by Tim Peters · 22 years ago
  65. 889f61d Documented PYMALLOC_DEBUG. This completes primary coverage of all the by Tim Peters · 22 years ago
  66. a788f5e Clarified sys.getobjects() pragmatics. by Tim Peters · 22 years ago
  67. 44c1a7b Typo repair. by Tim Peters · 22 years ago
  68. 48ba649 Moved COUNT_ALLOCS down and finished writing its description. by Tim Peters · 22 years ago
  69. 3486f61 Checkin comment. by Tim Peters · 22 years ago
  70. 6045d48 New file to try to document the "special build" preprocessor symbols. by Tim Peters · 22 years ago
  71. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  72. c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 22 years ago
  73. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  74. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 22 years ago
  75. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  76. 3e76d7f Add Bob Kline of HTTP 100 fame. by Jeremy Hylton · 22 years ago
  77. 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 22 years ago
  78. ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 22 years ago
  79. c7c3650 Mention private vars in __slots__. by Guido van Rossum · 22 years ago
  80. fe0ca4a Mention pymemcompat.h. by Guido van Rossum · 22 years ago
  81. f925782 Minor tweaks to existing items (radian/degree, and UTF-16 readers.. by Guido van Rossum · 22 years ago
  82. 6351757 Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago
  83. 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 22 years ago
  84. 9562bcf Add Oren Tirosh and news about his patch. by Guido van Rossum · 22 years ago
  85. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  86. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  87. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  88. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  89. 2e82e71 Changed the extended slice example to show that you can reverse a by Guido van Rossum · 22 years ago
  90. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
  91. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  92. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  93. 9f7549b Record the latest fixes. by Guido van Rossum · 22 years ago
  94. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
  95. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  96. 2a664a2 Added Bernard Yue who wrote test_timeout.py and participated in the by Guido van Rossum · 22 years ago
  97. 5033c8e Add timeout mode. Clarify gnu_getopt. by Guido van Rossum · 22 years ago
  98. 1569905 Michael Gilfix of SF patch 555085 fame. by Guido van Rossum · 22 years ago
  99. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  100. 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 22 years ago