1. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
  2. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  3. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
  4. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  5. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  6. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  7. 955d009 Add name by Andrew M. Kuchling · 20 years ago
  8. 32083f6 notes for @decorator by Anthony Baxter · 20 years ago
  9. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  10. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  11. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  12. 79d7e92 Add item by Andrew M. Kuchling · 20 years ago
  13. e675118 Add note about closing of bug #679953 and add Jimmy Burgett for helping out to by Brett Cannon · 20 years ago
  14. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  15. 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 20 years ago
  16. 70b3a1a Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  17. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  18. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  19. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  20. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  21. b6568b9 Add a name (old change sitting in my tree) by Andrew M. Kuchling · 20 years ago
  22. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  23. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 20 years ago
  24. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  25. b32e640 SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) by Raymond Hettinger · 20 years ago
  26. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  27. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  28. f1ca7f5 complete backout of listobject.c v2.171 by Andrew MacIntyre · 21 years ago
  29. d57caed Performance of list([]) in 2.3 came up in a thread on comp.lang.python, by Andrew MacIntyre · 21 years ago
  30. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
  31. 967b063 Plug tempfile.mktemp() hole (Iustin Pop). by Guido van Rossum · 21 years ago
  32. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  33. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 21 years ago
  34. eab353d See rev. 1.250 for log message by Brett Cannon · 21 years ago
  35. 02c58f8 SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): by Guido van Rossum · 21 years ago
  36. 3b9cff1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  37. ec99b5f SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  38. 14cc1e3 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  39. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  40. ed86003 SF patch 764470 by Jeremy Hylton · 21 years ago
  41. dabc37c SF bug 770601. by Jeremy Hylton · 21 years ago
  42. a4148c3 Added Bob Halley for work on socket.timeout by Raymond Hettinger · 21 years ago
  43. 90a2041 Added Steven Taschuk for efforts fixing zipfile.py by Raymond Hettinger · 21 years ago
  44. c4370d9 Add the IDLEFORK team. by Raymond Hettinger · 21 years ago
  45. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  46. b539d05 John J. Lee contributed two urllib2 patches. by Brett Cannon · 21 years ago
  47. 0f7b161 help with MSVC 7 support in distutils by Jeremy Hylton · 21 years ago
  48. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  49. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  50. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  51. 49754af Frank Vercruesse gave an okay on removing the copyright notice: by Jack Jansen · 21 years ago
  52. a0b3e6d add several people involved with PEP 305 and the csv package by Skip Montanaro · 21 years ago
  53. dcf6d2c Add Hye-Shik Chang for SF patch/bugreport #703471. by Thomas Wouters · 21 years ago
  54. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  55. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  56. 573e033 Alphabetize some names Add Grant Olson for patch provided to fix bug #678518 by Neal Norwitz · 21 years ago
  57. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  58. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
  59. b32c886 Gyro Func for patch #661719. by Martin v. Löwis · 22 years ago
  60. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  61. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  62. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  63. 4643bd9 Apparently FreeBSD enables some HW floating-point exceptions by default. by Tim Peters · 22 years ago
  64. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  65. 7da3432 Added Marius Gedminas, for contributions to the datetime code. by Tim Peters · 22 years ago
  66. 0d1fdea Patch #494845: Support string concatenation, detect non-string data, by Martin v. Löwis · 22 years ago
  67. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  68. d5c124a Richie Hindle by Michael W. Hudson · 22 years ago
  69. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  70. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  71. edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
  72. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  73. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  74. f689b88 Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py by Neal Norwitz · 22 years ago
  75. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
  76. ecaaf64 Add a few people who were in the ACKS file in the 2.2.2 branch but not by Guido van Rossum · 22 years ago
  77. 4535b18 Add Tim Rice, for SCO patches. by Martin v. Löwis · 22 years ago
  78. 2848fe9 Attila Babo (turtle.py). by Guido van Rossum · 22 years ago
  79. a989ac4 Add MJ. by Guido van Rossum · 22 years ago
  80. 0606791 Add Mats Wichmann, another snake farmhand. by Guido van Rossum · 22 years ago
  81. 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
  82. f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
  83. a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
  84. c58eafb Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
  85. 76afbd9 Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 22 years ago
  86. 0281512 Merged the MacPython thanks list into the general acknowledgements. by Jack Jansen · 22 years ago
  87. 5403737 Add Steve Purcell for unittest.py by Raymond Hettinger · 22 years ago
  88. f399fd9 Added Hisao Suzuki. by Martin v. Löwis · 22 years ago
  89. b9f1e98 New names. by Guido van Rossum · 22 years ago
  90. 5af4e6c Cautious introduction of a patch that started from by Tim Peters · 22 years ago
  91. 2805428 SF patch 590294: os._execvpe security fix (Zack Weinberg). by Guido van Rossum · 22 years ago
  92. 37c3b27 Add Kevin O'Connor, author of the heapq code. by Guido van Rossum · 22 years ago
  93. 0dbab4c5 SF patch 588728 (Nathan Srebro). by Guido van Rossum · 22 years ago
  94. 36eb4b2 Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Neal Norwitz · 22 years ago
  95. a65523a Added Andrew MacIntyre -- overdue! by Tim Peters · 22 years ago
  96. 58cf361 docompare(): Another reasonable optimization from Jonathan Hogg for the by Tim Peters · 22 years ago
  97. dd523ee Fernando Pérez of SF bug 579701 fame. by Guido van Rossum · 22 years ago
  98. 3e76d7f Add Bob Kline of HTTP 100 fame. by Jeremy Hylton · 22 years ago
  99. ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 22 years ago
  100. 6351757 Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago