1. 2b09ef0 Avoid exception if there's a stray directory inside a Maildir folder. by Andrew M. Kuchling · 17 years ago
  2. 6111ce3 Typo fix by Andrew M. Kuchling · 17 years ago
  3. b89c9ee Clarify webbrowser.open description. by Georg Brandl · 17 years ago
  4. cf3a704 Bug #1753406: missing \versionadded for subprocess.check_call. by Georg Brandl · 17 years ago
  5. 81a06d4 In response to this SF bug: by Barry Warsaw · 17 years ago
  6. fe31d77 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  7. ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  8. fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  9. ad0cfe3 Do not try to load the GLUT library in the ctypes tests. This test by Thomas Heller · 17 years ago
  10. 1fd1cc5 Add tests for _ctypes.COMError. by Thomas Heller · 17 years ago
  11. 1421b00 Repair COMError. Since exceptions are new style classes now, setting by Thomas Heller · 17 years ago
  12. 928713c Correct the docs for takewhile(). Improve the recipe for nth(). Should be backported by Raymond Hettinger · 17 years ago
  13. 5a3b524 Added tests for basic behavior of DateTime, Binary, and Fault classes by Facundo Batista · 17 years ago
  14. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 17 years ago
  15. 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  16. b2e208f Patch #1731169: clean up expected skips list. by Georg Brandl · 17 years ago
  17. c8011d6 Patch #1731659: improve time.strptime docs. by Georg Brandl · 17 years ago
  18. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 17 years ago
  19. bc5fbd9 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  20. f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  21. c6057c7 Fix #1752132: wrong comment in opcode description. by Georg Brandl · 17 years ago
  22. 9cca918 Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  23. 9b0bcc1 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  24. e3b185f Fix typo in comment by Neal Norwitz · 17 years ago
  25. d67a3b9 Many calls to tk.call involve an arglist containing a single tuple. by Kurt B. Kaiser · 17 years ago
  26. e811192 copy built files to the PCBuild directory, where tools like by Mark Hammond · 17 years ago
  27. 152ff5f Remove duplicate sentence from alarm() doc. by Georg Brandl · 17 years ago
  28. ee25030 Fix a few webbrowser.py problems. by Georg Brandl · 17 years ago
  29. 6eed49f Document smtp.SMTPAuthenticationError. by Georg Brandl · 17 years ago
  30. a37bd0f Fix a variable name in winreg docs. by Georg Brandl · 17 years ago
  31. 00a15bb Bug #1742901: document None behavior of shlex.split. by Georg Brandl · 17 years ago
  32. 9731eef Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. by Georg Brandl · 17 years ago
  33. 75ec1db Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 17 years ago
  34. 072aaf7 Added missing \versionchanged tag for the new exclude parameter. by Lars Gustäbel · 17 years ago
  35. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 17 years ago
  36. 9d0476f Revert last change for SF #1738754, there's no print in there. by Neal Norwitz · 17 years ago
  37. cc1934a SF #1738754, remove extra backslash in string by Neal Norwitz · 17 years ago
  38. f2eb4cb SF #1738670, make example in doc work by Neal Norwitz · 17 years ago
  39. d8f77de Add missing \versionadded. by Georg Brandl · 17 years ago
  40. cd1690e Mention Senthil Kumaran. by Martin v. Löwis · 17 years ago
  41. 0b4589f Add a word by Andrew M. Kuchling · 17 years ago
  42. df46226 urllib2_localnet says it leaks probably due to threads. So ignore it. by Neal Norwitz · 17 years ago
  43. da073e1 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  44. 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 17 years ago
  45. 22000cb Build bzip2. by Thomas Heller · 17 years ago
  46. 635d7a2 Notes about building tcl/tk for windows/AMD64. by Thomas Heller · 17 years ago
  47. 92094d0 Do not hardcode the buildbot's directory name. by Thomas Heller · 17 years ago
  48. 2a71a47 Provide PY_LLONG_MAX on all systems having long long. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  49. de15cdf Don't rebuild Berkeley DB if not needed (this was committed by accident). by Thomas Heller · 17 years ago
  50. 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 17 years ago
  51. 46950ba Specify the bufferoverflowU.lib to the makefile on the command line by Thomas Heller · 17 years ago
  52. d34f9e9 Revert this change, since it breaks the win32 build: by Thomas Heller · 17 years ago
  53. c8720b9 Add bufferoverflowU.lib to the libraries needed by _ssl (is this the by Thomas Heller · 17 years ago
  54. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  55. b24cd0f Add patch #1726668: Windows Vista support. by Marc-André Lemburg · 17 years ago
  56. 0e09788 Apply patch #1734945 to support TurboLinux as distribution. by Marc-André Lemburg · 17 years ago
  57. 3ed365b Added versionchanged flag to all the methods which received by Facundo Batista · 17 years ago
  58. 410c3b5 Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" by Thomas Heller · 17 years ago
  59. db2b1b3 Reflow long line by Neal Norwitz · 17 years ago
  60. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 17 years ago
  61. ade2c21 Not sure why this only fails sometimes on Unix machines. Better by Neal Norwitz · 17 years ago
  62. 68a57ac SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  63. 478b99b Add all of the distuils modules that don't seem to have explicit tests. :-( by Neal Norwitz · 17 years ago
  64. fdffca2 Prevent hang if the port cannot be opened. by Neal Norwitz · 17 years ago
  65. 5c9a81a Fix a bug when there was a newline in the string expandtabs was called on. by Neal Norwitz · 17 years ago
  66. ba965de Prevent these tests from running on Win64 since they don\'t apply there either by Neal Norwitz · 17 years ago
  67. 20fbcfc Ignore config.status.lineno which seems new (new autoconf?) by Neal Norwitz · 17 years ago
  68. 5995357 Ignore valgrind problems on Ubuntu from ld by Neal Norwitz · 17 years ago
  69. 67862ba Add Atul Varma for patch # 1667860 by Neal Norwitz · 17 years ago
  70. 20a6e1c Revert commit 55855. by Thomas Heller · 17 years ago
  71. 8095808 Need to set the environment variables, otherwise devenv.com is not found. by Thomas Heller · 17 years ago
  72. a7c583a For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinter by Thomas Heller · 17 years ago
  73. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago
  74. 9201e7f Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago
  75. 71d11d3 Fix Windows build. by Martin v. Löwis · 17 years ago
  76. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  77. 080b598 Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possible error. by Neal Norwitz · 17 years ago
  78. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  79. ea7f88e Fix warnings by using proper function prototype. by Thomas Heller · 17 years ago
  80. 1605ba3 Fix wrong documentation, and correct the punktuation. Closes [1700455]. by Thomas Heller · 17 years ago
  81. 6088f24 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. by Thomas Heller · 17 years ago
  82. e81c9f6 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur by Thomas Heller · 17 years ago
  83. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  84. 1b9e041 Make this test work with older Python releases where struct has no 't' format character. by Thomas Heller · 17 years ago
  85. b53940f Fixing changes to getbuildinfo.c that broke linux builds by Kristján Valur Jónsson · 17 years ago
  86. ff87122 Patch #1667860: Fix UnboundLocalError in urllib2. by Georg Brandl · 17 years ago
  87. 04233ee Make reindent.py executable. by Georg Brandl · 17 years ago
  88. e06cf45 Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  89. ab8e279 Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration. by Thomas Heller · 17 years ago
  90. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 17 years ago
  91. 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 17 years ago
  92. 50b79ce Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O). by Collin Winter · 17 years ago
  93. 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 17 years ago
  94. f9a0ea8 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 17 years ago
  95. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
  96. 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 17 years ago
  97. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 17 years ago
  98. 994ebed Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
  99. a38c7c2 Update expected birthday of 2.6 by Neal Norwitz · 17 years ago
  100. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago