1. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 17 years ago
  2. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  3. 18c6689 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60873 via svnmerge from by Christian Heimes · 17 years ago
  4. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 18 years ago
  5. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 18 years ago
  6. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 18 years ago
  7. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 18 years ago
  8. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
  9. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 18 years ago
  10. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 18 years ago
  11. 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 18 years ago
  12. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 18 years ago
  13. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 18 years ago
  14. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
  15. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  16. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  17. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 18 years ago
  18. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 18 years ago
  19. f9b95d4 Patch #1768976, Fix for failing test_scriptpackages (untested but looks good) by Neal Norwitz · 18 years ago
  20. dd766d5 Move tempfile over to the io module. Makes test_threaded_import pass. by Brett Cannon · 18 years ago
  21. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  22. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  24. 44d7bee Add Mike Verdone (co-author of io.py and PEP 3116). by Guido van Rossum · 18 years ago
  25. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  26. 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 19 years ago
  27. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 19 years ago
  28. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  29. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  30. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  31. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  32. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  33. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  34. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 20 years ago
  35. 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 20 years ago
  36. 3f458d9 Alphabetize some names and remove a dupe by Neal Norwitz · 20 years ago
  37. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 20 years ago
  38. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
  39. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 20 years ago
  40. e0aec6d Add myself. by Georg Brandl · 20 years ago
  41. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 20 years ago
  42. 23a6958 Add Michael Urman for work on SF patch #1365916 by Neal Norwitz · 20 years ago
  43. b45b315 Patch #1350409: Port signal handling to VS 2005. by Martin v. Löwis · 20 years ago
  44. ad07ff2 Prevent threading.Thread.join() from blocking when a previous call raised an by Brett Cannon · 20 years ago
  45. cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 20 years ago
  46. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  47. c5cdcba SF patch #1227568, Expression AST node not documented. by Neal Norwitz · 20 years ago
  48. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 20 years ago
  49. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 20 years ago
  50. d3b01de credit source of idea for recent doc changes by Skip Montanaro · 20 years ago
  51. 4380242 Modified test for tzset to not rely on tm->tm_zone's existence. Also added by Brett Cannon · 21 years ago
  52. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 21 years ago
  53. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 21 years ago
  54. f924557 Acknowledge contribution of a thorough tutorial review. by Raymond Hettinger · 21 years ago
  55. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 21 years ago
  56. 96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) by Raymond Hettinger · 21 years ago
  57. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 21 years ago
  58. 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 21 years ago
  59. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 21 years ago
  60. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 21 years ago
  61. e4f8a48 969574 by Anthony Baxter · 21 years ago
  62. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 21 years ago
  63. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 21 years ago
  64. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 21 years ago
  65. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 21 years ago
  66. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 21 years ago
  67. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 21 years ago
  68. 955d009 Add name by Andrew M. Kuchling · 21 years ago
  69. 32083f6 notes for @decorator by Anthony Baxter · 21 years ago
  70. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 21 years ago
  71. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 21 years ago
  72. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 21 years ago
  73. 79d7e92 Add item by Andrew M. Kuchling · 21 years ago
  74. e675118 Add note about closing of bug #679953 and add Jimmy Burgett for helping out to by Brett Cannon · 21 years ago
  75. 30ea2f2 This closes patch: by Michael W. Hudson · 21 years ago
  76. 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 21 years ago
  77. 70b3a1a Fix leak found by Eric Huss. by Raymond Hettinger · 21 years ago
  78. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 21 years ago
  79. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 21 years ago
  80. c6c1f47 pydoc.stripid() is now case-insensitive for its regex to support platforms that by Brett Cannon · 21 years ago
  81. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 21 years ago
  82. b6568b9 Add a name (old change sitting in my tree) by Andrew M. Kuchling · 21 years ago
  83. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  84. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 21 years ago
  85. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  86. b32e640 SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) by Raymond Hettinger · 22 years ago
  87. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 22 years ago
  88. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 22 years ago
  89. f1ca7f5 complete backout of listobject.c v2.171 by Andrew MacIntyre · 22 years ago
  90. d57caed Performance of list([]) in 2.3 came up in a thread on comp.lang.python, by Andrew MacIntyre · 22 years ago
  91. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 22 years ago
  92. 967b063 Plug tempfile.mktemp() hole (Iustin Pop). by Guido van Rossum · 22 years ago
  93. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 22 years ago
  94. 90f7d25 Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring to LaTeX. by Brett Cannon · 22 years ago
  95. eab353d See rev. 1.250 for log message by Brett Cannon · 22 years ago
  96. 02c58f8 SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): by Guido van Rossum · 22 years ago
  97. 3b9cff1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
  98. ec99b5f SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 22 years ago
  99. 14cc1e3 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 22 years ago
  100. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 22 years ago