1. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  2. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 16 years ago
  3. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 16 years ago
  4. 954a278 Keep sorted. by Georg Brandl · 16 years ago
  5. 6d75ff8 Add Victor Stinner, he provided the patch for issue #3313. by Thomas Heller · 16 years ago
  6. 0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos by Benjamin Peterson · 16 years ago
  7. 14ff994 Add missing NEWS and ACK entries for r64791 by Nick Coghlan · 16 years ago
  8. f145848 Add Jean Brouwers for his work on math.sum by Mark Dickinson · 16 years ago
  9. 5c0be32 platform.uname now tries to fill empty values even when os.uname is present by Benjamin Peterson · 16 years ago
  10. 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 16 years ago
  11. 0705bc0 Add Arnaud for his efforts on multi-arg set operations. by Raymond Hettinger · 16 years ago
  12. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 16 years ago
  13. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 16 years ago
  14. 9a8af2d Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. by Brett Cannon · 16 years ago
  15. 1356e09 Add GHOP students. by Georg Brandl · 16 years ago
  16. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  17. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  18. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  19. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  20. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  21. 8113586 add commas for introductory clauses by Benjamin Peterson · 17 years ago
  22. da868d6 Opps! I merged the revisions, but forgot to add the header to ACKS by Benjamin Peterson · 17 years ago
  23. 6f7e71d Merged the ACKS from py3k by Benjamin Peterson · 17 years ago
  24. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
  25. fbe7c55 Added my name to ACKS by David Wolever · 17 years ago
  26. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 17 years ago
  27. 04edb52 - Issue #2371: Add a Py3k warning when catching an exception that by Guido van Rossum · 17 years ago
  28. 4a6e8d6 Move test_gdbm to use unittest. by Brett Cannon · 17 years ago
  29. 2e0f9f3 Convert test_contains, test_crypt, and test_select to unittest. by Brett Cannon · 17 years ago
  30. b8d3735 Move test_tokenize to doctest. by Brett Cannon · 17 years ago
  31. 56c4deb Refactor test_logging to use unittest. This should finally solve the flakiness by Brett Cannon · 17 years ago
  32. 19aff0c #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
  33. f9db8a3 Move test_logging over to doctest. by Brett Cannon · 17 years ago
  34. d22b466 Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. by Georg Brandl · 17 years ago
  35. 593b77c Add GHOP contributor. by Georg Brandl · 17 years ago
  36. 4a2762d Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. by Andrew M. Kuchling · 17 years ago
  37. 060e685 Patch #1019808 from Federico Schwindt: Return correct socket error when by Andrew M. Kuchling · 17 years ago
  38. 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 17 years ago
  39. 4be0bc6 Sort two names into position by Andrew M. Kuchling · 17 years ago
  40. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 17 years ago
  41. cbf8f6c Temporarily revert 59967 until GC can be added. by Raymond Hettinger · 17 years ago
  42. c216df9 Issue 1820: structseq objects did not work with the % formatting operator or isinstance(t, tuple). by Raymond Hettinger · 17 years ago
  43. e0a49b6 Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects by Andrew M. Kuchling · 17 years ago
  44. eb94d4c Add John Nagle (of issue #1637). by Guido van Rossum · 17 years ago
  45. 7c862f8 Patch #1608. Someone with access to autoconf 2.61 or higher needs to by Guido van Rossum · 17 years ago
  46. 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
  47. 953f5fa Add Jeff Wheeler. by Georg Brandl · 17 years ago
  48. dc563a6 Fix Eren's name. by Georg Brandl · 17 years ago
  49. 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 17 years ago
  50. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  51. e4317fa Add test suite for cmd module. by Georg Brandl · 17 years ago
  52. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  53. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
  54. 67862ba Add Atul Varma for patch # 1667860 by Neal Norwitz · 17 years ago
  55. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 17 years ago
  56. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  57. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  58. eff49dc Add Mark Dickinson for SF # 1675423. by Neal Norwitz · 18 years ago
  59. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  60. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  61. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 18 years ago
  62. d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 18 years ago
  63. dd5384d Acks for recent patches. by Georg Brandl · 18 years ago
  64. abb34c5 Add acks for recent patch checkins: by Collin Winter · 18 years ago
  65. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  66. 1ff06c7 Add some other acks for recent checkins: by Neal Norwitz · 18 years ago
  67. 1ea3de7 Add Jerry Seutter for a bunch of his recent patches refactoring tests by Neal Norwitz · 18 years ago
  68. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  69. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  70. 7166232 [Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method by Andrew M. Kuchling · 18 years ago
  71. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
  72. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  73. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 18 years ago
  74. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  75. 368c155 Add Chris McDonough (latest cgi.py patch) by Georg Brandl · 18 years ago
  76. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  77. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  78. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 18 years ago
  79. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 18 years ago
  80. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 18 years ago
  81. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  82. b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 18 years ago
  83. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  84. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  85. 1004a53 Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport by Neal Norwitz · 18 years ago
  86. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  87. b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 18 years ago
  88. 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  89. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  90. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
  91. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 19 years ago
  92. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
  93. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  94. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 19 years ago
  95. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 19 years ago
  96. 3f458d9 Alphabetize some names and remove a dupe by Neal Norwitz · 19 years ago
  97. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  98. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  99. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  100. e0aec6d Add myself. by Georg Brandl · 19 years ago