1. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 17 years ago
  2. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  3. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  4. eff49dc Add Mark Dickinson for SF # 1675423. by Neal Norwitz · 18 years ago
  5. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  6. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  7. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 18 years ago
  8. d9bef35 Patch #1533909: the timeit module now accepts callables in addition to by Georg Brandl · 18 years ago
  9. dd5384d Acks for recent patches. by Georg Brandl · 18 years ago
  10. abb34c5 Add acks for recent patch checkins: by Collin Winter · 18 years ago
  11. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  12. 1ff06c7 Add some other acks for recent checkins: by Neal Norwitz · 18 years ago
  13. 1ea3de7 Add Jerry Seutter for a bunch of his recent patches refactoring tests by Neal Norwitz · 18 years ago
  14. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  15. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  16. 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
  17. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
  18. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  19. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 18 years ago
  20. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  21. 368c155 Add Chris McDonough (latest cgi.py patch) by Georg Brandl · 18 years ago
  22. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  23. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  24. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 18 years ago
  25. 5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. by Martin v. Löwis · 18 years ago
  26. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 18 years ago
  27. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  28. b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 18 years ago
  29. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  30. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  31. 1004a53 Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport by Neal Norwitz · 18 years ago
  32. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  33. b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 18 years ago
  34. 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 18 years ago
  35. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  36. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
  37. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 19 years ago
  38. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
  39. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  40. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 19 years ago
  41. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 19 years ago
  42. 3f458d9 Alphabetize some names and remove a dupe by Neal Norwitz · 19 years ago
  43. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  44. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  45. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  46. e0aec6d Add myself. by Georg Brandl · 19 years ago
  47. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  48. 23a6958 Add Michael Urman for work on SF patch #1365916 by Neal Norwitz · 19 years ago
  49. b45b315 Patch #1350409: Port signal handling to VS 2005. by Martin v. Löwis · 19 years ago
  50. ad07ff2 Prevent threading.Thread.join() from blocking when a previous call raised an by Brett Cannon · 19 years ago
  51. cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 19 years ago
  52. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  53. c5cdcba SF patch #1227568, Expression AST node not documented. by Neal Norwitz · 19 years ago
  54. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
  55. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  56. d3b01de credit source of idea for recent doc changes by Skip Montanaro · 19 years ago
  57. 4380242 Modified test for tzset to not rely on tm->tm_zone's existence. Also added by Brett Cannon · 20 years ago
  58. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 20 years ago
  59. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  60. f924557 Acknowledge contribution of a thorough tutorial review. by Raymond Hettinger · 20 years ago
  61. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  62. 96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) by Raymond Hettinger · 20 years ago
  63. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 20 years ago
  64. 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 20 years ago
  65. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  66. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  67. e4f8a48 969574 by Anthony Baxter · 20 years ago
  68. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
  69. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  70. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
  71. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  72. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  73. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  74. 955d009 Add name by Andrew M. Kuchling · 20 years ago
  75. 32083f6 notes for @decorator by Anthony Baxter · 20 years ago
  76. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  77. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  78. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  79. 79d7e92 Add item by Andrew M. Kuchling · 20 years ago
  80. e675118 Add note about closing of bug #679953 and add Jimmy Burgett for helping out to by Brett Cannon · 20 years ago
  81. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  82. 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 20 years ago
  83. 70b3a1a Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  84. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 20 years ago
  85. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  86. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 20 years ago
  87. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  88. b6568b9 Add a name (old change sitting in my tree) by Andrew M. Kuchling · 20 years ago
  89. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  90. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 21 years ago
  91. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  92. b32e640 SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) by Raymond Hettinger · 21 years ago
  93. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
  94. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  95. f1ca7f5 complete backout of listobject.c v2.171 by Andrew MacIntyre · 21 years ago
  96. d57caed Performance of list([]) in 2.3 came up in a thread on comp.lang.python, by Andrew MacIntyre · 21 years ago
  97. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
  98. 967b063 Plug tempfile.mktemp() hole (Iustin Pop). by Guido van Rossum · 21 years ago
  99. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  100. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 21 years ago