1. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  2. ed8f294 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
  3. db38654 Print the results of ctypes.util.find_library("c") and by Thomas Heller · 18 years ago
  4. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 18 years ago
  5. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 18 years ago
  6. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  7. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 18 years ago
  8. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  9. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  10. 1c305db Fix nit in comment. by Raymond Hettinger · 18 years ago
  11. 1bc1ab2 Backport of r52862. by Armin Rigo · 18 years ago
  12. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  13. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 18 years ago
  14. 2286441 Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 18 years ago
  15. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 18 years ago
  16. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  17. 0c55236 Bug #1601630: little improvement to getopt docs (backport from rev. 52833) by Georg Brandl · 18 years ago
  18. 9ff1d39 Backport checkin: by Walter Dörwald · 18 years ago
  19. 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  20. 6a3955e Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 18 years ago
  21. 88b5d2b Oops, convert tabs to spaces by Neal Norwitz · 18 years ago
  22. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  23. bb4e6dc Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 18 years ago
  24. 90e23c4 Add extra SHA tests by Andrew M. Kuchling · 18 years ago
  25. 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 18 years ago
  26. e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  27. ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  28. 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 18 years ago
  29. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  30. 7563191 Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago
  31. fb4da1d Bug #1594809: add a note to README regarding PYTHONPATH and make install. by Georg Brandl · 18 years ago
  32. 962e431 Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 18 years ago
  33. 867ef13 Patch #1359217: Ignore 2xx response before 150 response. by Martin v. Löwis · 18 years ago
  34. 8fc42c8 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 18 years ago
  35. c33b748 Bug #1594742: wrong word in stringobject doc. (backport from rev. 52731) by Georg Brandl · 18 years ago
  36. 511350b Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 18 years ago
  37. 6d97478 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 18 years ago
  38. 7ea928c [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  39. bb876b9 [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  40. f2d5c6d Backport checkin: Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  41. d52a0b8 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  42. 3f63454 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 18 years ago
  43. 3ed5c2a Bug #1592533: rename variable in heapq doc example, to avoid shadowing by Georg Brandl · 18 years ago
  44. 082f14b Patch #1592072: fix docs for return value of PyErr_CheckSignals. by Georg Brandl · 18 years ago
  45. a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  46. cf1e760 Add missing word by Andrew M. Kuchling · 18 years ago
  47. 27021f1 Fix markup and grammatical errors. Backport from trunk by Thomas Heller · 18 years ago
  48. 72e405b backport of revision 52644 by Ronald Oussoren · 18 years ago
  49. da65c64 backport: note that user can control directory location even if default dir is used by Skip Montanaro · 18 years ago
  50. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  51. 56602a1 Patch #1060577: Extract list of RPM files from spec file in bdist_rpm by Martin v. Löwis · 18 years ago
  52. 5aafe92 Fix code example by adding a missing import. by Thomas Heller · 18 years ago
  53. 906681b Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 18 years ago
  54. ae6b841 Fix refleak by Neal Norwitz · 18 years ago
  55. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  56. 6dc3998 Bug #1586773: extend hashlib docstring. (backport from rev. 52532) by Georg Brandl · 18 years ago
  57. f96b162 I thought I had already fixed this error in the test. by Georg Brandl · 18 years ago
  58. c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  59. b8205a1 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  60. 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ by Georg Brandl · 18 years ago
  61. 0d3de76 Bug #1357915: allow all sequence types for shell arguments in by Georg Brandl · 18 years ago
  62. 2a5a302 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  63. 7f2075a From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 18 years ago
  64. ca63121 Backport 52506: Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. by Neal Norwitz · 18 years ago
  65. e0cf624 Backport 52505: Prevent crash if alloc of garbage fails. Found by Typo.pl. by Neal Norwitz · 18 years ago
  66. 2f0940b Backport 52504: by Neal Norwitz · 18 years ago
  67. c975b94 Backport 52503: by Neal Norwitz · 18 years ago
  68. 7e3ec04 Backport 52502: by Neal Norwitz · 18 years ago
  69. b5fdf0d Backport 52501: by Neal Norwitz · 18 years ago
  70. aabdd54 Fix nth() itertool recipe. (backport from rev. 52497) by Georg Brandl · 18 years ago
  71. a35f8e0 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  72. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  73. ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  74. 7d1d540 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 18 years ago
  75. 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  76. d2ee30b Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 18 years ago
  77. 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  78. 935add1d [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 18 years ago
  79. 35094a6 [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 18 years ago
  80. 11b69e5 [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 18 years ago
  81. 64cd9ef Get DBL_MAX from float.h not values.h. by Martin v. Löwis · 18 years ago
  82. 2ec1df2 Check for values.h. by Martin v. Löwis · 18 years ago
  83. 62e5804 [Backport of r52452] by Martin v. Löwis · 18 years ago
  84. 1121e73 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 18 years ago
  85. ee23f4b Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  86. 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 18 years ago
  87. 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  88. e67b349 Patch #1580872: Remove duplicate declaration of PyCallable_Check. by Martin v. Löwis · 18 years ago
  89. b1a11c5 Recorded merge of revisions 51379-51603,51606-52365 via svnmerge from by Thomas Heller · 18 years ago
  90. b2ab729 Initialized merge tracking via "svnmerge" with revisions "1-51333" from by Thomas Heller · 18 years ago
  91. 51c4105 [Bug #1576348] Fix typo in example by Andrew M. Kuchling · 18 years ago
  92. fbbfb4b C:\Code\python>type c.txt Merge rev 52377 from trunk: by Tim Peters · 18 years ago
  93. dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  94. ca362b6 Forward-port r52358: by Martin v. Löwis · 18 years ago
  95. 0805f95 Remove obsolete file. by Martin v. Löwis · 18 years ago
  96. bf2f701 Patch #1457736: Update VC6 to use current PCbuild settings. by Martin v. Löwis · 18 years ago
  97. 55d3ef9 Mention the bdist_msi module. by Martin v. Löwis · 18 years ago
  98. 4ed148a Remove binary property on project files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  99. 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 18 years ago
  100. 3dee485 Patch #1577551: Add ctypes and ET build support for VC6. by Martin v. Löwis · 18 years ago