1. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  2. da1ad32 Fix typo. by Walter Dörwald · 18 years ago
  3. 66a1726 Patch by "cuppatea" (SF #1503765) by Vinay Sajip · 18 years ago
  4. 5492e17 Patch by Jeremy Katz (SF #1609407) by Vinay Sajip · 18 years ago
  5. 9e2423a Move errno imports back to individual functions. (backport from rev. 52996) by Georg Brandl · 18 years ago
  6. f54a63b Move errno imports back to individual functions. by Georg Brandl · 18 years ago
  7. 0adf084 Fix a typo by Neal Norwitz · 18 years ago
  8. ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 18 years ago
  9. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 18 years ago
  10. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  11. b130743 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  12. ed8f294 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
  13. 66fab42 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
  14. db38654 Print the results of ctypes.util.find_library("c") and by Thomas Heller · 18 years ago
  15. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 18 years ago
  16. c789f34 Add test for SF bug 1576657 by Raymond Hettinger · 18 years ago
  17. 9c14ffb Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug by Raymond Hettinger · 18 years ago
  18. 0c85086 Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug 1456209). by Raymond Hettinger · 18 years ago
  19. f31e175 Eliminate two redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  20. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 18 years ago
  21. 70f4669 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 18 years ago
  22. 8211297 Fix a bad assumption that all objects assigned to '__loader__' on a module by Brett Cannon · 18 years ago
  23. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  24. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  25. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 18 years ago
  26. 0a286d0 Fix pickle doc typo Patch #1608758 by George Yoshida · 18 years ago
  27. 9be4905 fix a versionchanged tag by George Yoshida · 18 years ago
  28. d149d0c - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  29. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  30. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 18 years ago
  31. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  32. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  33. 8609da9 Move IDLE news into NEWS.txt. by Martin v. Löwis · 18 years ago
  34. 8a7e76b Add name to credits (for untokenize). by Raymond Hettinger · 18 years ago
  35. 1c305db Fix nit in comment. by Raymond Hettinger · 18 years ago
  36. f008203 Move xdrlib tests from the module into a separate test script, by Walter Dörwald · 18 years ago
  37. 16f3e03 Check "sep" and "end" for stringness in Print(). by Georg Brandl · 18 years ago
  38. 3434351 Add built-in Print() function. This is PEP 3105 except for the name; by Guido van Rossum · 18 years ago
  39. 6297128 replace references to __nonzero__ with __bool__ by Jack Diederich · 18 years ago
  40. c764340 Update version. by Guido van Rossum · 18 years ago
  41. 1bc1ab2 Backport of r52862. by Armin Rigo · 18 years ago
  42. 7037085 Forgot a case where the locals can now be a general mapping by Armin Rigo · 18 years ago
  43. 030debb updated docstring on __bool__ to match behavior by Jack Diederich · 18 years ago
  44. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  45. ef583a4 Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  46. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  47. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 18 years ago
  48. 73e7e05 Bug #1603789: grammatical error in Tkinter docs. by Georg Brandl · 18 years ago
  49. 2286441 Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 18 years ago
  50. 21d900f Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 18 years ago
  51. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 18 years ago
  52. 4d542ec Disable _XOPEN_SOURCE on NetBSD 1.x. Will backport to 2.5 by Martin v. Löwis · 18 years ago
  53. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  54. 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  55. a3c7767 ... and the number of the counting shall be three. by Raymond Hettinger · 18 years ago
  56. a912c6c Fix and/add typo by Raymond Hettinger · 18 years ago
  57. f390442 a test for an error condition not covered by existing tests by Michael W. Hudson · 18 years ago
  58. 0c55236 Bug #1601630: little improvement to getopt docs (backport from rev. 52833) by Georg Brandl · 18 years ago
  59. 3f96902 Bug #1601630: little improvement to getopt docs by Georg Brandl · 18 years ago
  60. 9ff1d39 Backport checkin: by Walter Dörwald · 18 years ago
  61. 39b8b6a Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) by Walter Dörwald · 18 years ago
  62. dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago
  63. 4ebbefe Patch #1362975: Rework CodeContext indentation algorithm to by Martin v. Löwis · 18 years ago
  64. f59677a The rest of patch 1549670 by Jiwon, making the compiler test pass. by Guido van Rossum · 18 years ago
  65. 29602e4 Make it compile with older compilers. by Guido van Rossum · 18 years ago
  66. 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  67. 2607e6c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  68. 6a3955e Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 18 years ago
  69. 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 18 years ago
  70. 10cdb74 Oops, convert tabs to spaces by Neal Norwitz · 18 years ago
  71. 88b5d2b Oops, convert tabs to spaces by Neal Norwitz · 18 years ago
  72. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  73. 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  74. bb4e6dc Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 18 years ago
  75. 5dba6f7 Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 18 years ago
  76. 90e23c4 Add extra SHA tests by Andrew M. Kuchling · 18 years ago
  77. 1e75386 Further markup fix. by Georg Brandl · 18 years ago
  78. 942f5e7 markup fix by George Yoshida · 18 years ago
  79. 45e230a Speed up function calls into the math module by using METH_O. by Neal Norwitz · 18 years ago
  80. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 18 years ago
  81. 9eec51c Add a test case of data w/ bytes > 127 by Andrew M. Kuchling · 18 years ago
  82. cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
  83. 283a135 Patch [ 1586791 ] better error msgs for some TypeErrors by Georg Brandl · 18 years ago
  84. db4f255 Expand checking in test_sha by Andrew M. Kuchling · 18 years ago
  85. 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 18 years ago
  86. bba003e Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  87. e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  88. ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  89. ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  90. c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  91. 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 18 years ago
  92. 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 18 years ago
  93. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  94. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  95. 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 18 years ago
  96. 7563191 Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago
  97. adff8eb Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago
  98. fb4da1d Bug #1594809: add a note to README regarding PYTHONPATH and make install. by Georg Brandl · 18 years ago
  99. 250755b Bug #1594809: add a note to README regarding PYTHONPATH and make install. by Georg Brandl · 18 years ago
  100. 2e4fd37 Fix typo. by Walter Dörwald · 18 years ago