1. eba4065 Bump autoconf minimum version to 2.61. by Martin v. Löwis · 17 years ago
  2. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  3. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  4. 5409c8d Fix typo. by Martin v. Löwis · 17 years ago
  5. e89cd17 Fix popen usage. by Martin v. Löwis · 17 years ago
  6. f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 17 years ago
  7. 24bccf2 Added docstrings to methods and functions. by Bill Janssen · 17 years ago
  8. 9d04542 Set startinpos before calling the error handler. by Walter Dörwald · 17 years ago
  9. 8757878 Rewrap line. by Walter Dörwald · 17 years ago
  10. 7f626f4 Added more cross-references. by Mark Summerfield · 17 years ago
  11. 0226d85 * Skip test_pipes on non-POSIX. by Georg Brandl · 17 years ago
  12. 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 17 years ago
  13. f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 17 years ago
  14. 426ea0a This contains a number of things: by Bill Janssen · 17 years ago
  15. 492e592 Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 17 years ago
  16. 4a40f0c Add Bill as a developer by Neal Norwitz · 17 years ago
  17. 3e27536 Recent items. by Skip Montanaro · 17 years ago
  18. d332847 Install pygettext (once the scriptsinstall target is working again). by Skip Montanaro · 17 years ago
  19. 6d20b70 Fix test output. by Walter Dörwald · 17 years ago
  20. 1a41313 fixes 813986 by Skip Montanaro · 17 years ago
  21. bf13833 Add a crasher for the thread-unsafety of file objects. by Georg Brandl · 17 years ago
  22. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 17 years ago
  23. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 17 years ago
  24. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  25. 23b8ddc Fix some glitches. by Georg Brandl · 17 years ago
  26. 99cafb9 Adding basic imputil documentation. by Sean Reifscheider · 17 years ago
  27. ae0ee8a Document rev. 57574. by Georg Brandl · 17 years ago
  28. 95f1a1b News about functools.reduce. by Guido van Rossum · 17 years ago
  29. d51b579 Patch # 1739906 by Christian Heimes -- add reduce to functools (importing by Guido van Rossum · 17 years ago
  30. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 17 years ago
  31. 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 17 years ago
  32. ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 17 years ago
  33. f91ad6a Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 17 years ago
  34. 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 17 years ago
  35. 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 17 years ago
  36. f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 17 years ago
  37. d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 17 years ago
  38. 1b2f62d Catch IOError for when the device file doesn't exist or the user doesn't have by Neal Norwitz · 17 years ago
  39. 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 17 years ago
  40. e472933 Bill Janssen wrote: by Guido van Rossum · 17 years ago
  41. 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 17 years ago
  42. 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 17 years ago
  43. 9a65c89 Spell check (also americanify behaviour, it's almost 3 times as common) by Neal Norwitz · 17 years ago
  44. 60b52bd Fix typo in docstring (missing c in reacquire) by Neal Norwitz · 17 years ago
  45. 4eb60e5 keep setup.py from listing unneeded hash modules (_md5, _sha*) as by Gregory P. Smith · 17 years ago
  46. 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 17 years ago
  47. dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 17 years ago
  48. ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 17 years ago
  49. 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 17 years ago
  50. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
  51. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 17 years ago
  52. b90f52e Revert compile.c changes that shouldn't have been included in previous checkin by Nick Coghlan · 17 years ago
  53. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 17 years ago
  54. 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 17 years ago
  55. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 17 years ago
  56. ff9b963 Catch the correct errors. by Georg Brandl · 17 years ago
  57. 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  58. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 17 years ago
  59. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 17 years ago
  60. 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 17 years ago
  61. d558f67 Document new utility functions in test_support. by Georg Brandl · 17 years ago
  62. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 17 years ago
  63. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 17 years ago
  64. b3c572b Fix #1012: wrong URL to :mod:`site` in install/index.rst. by Georg Brandl · 17 years ago
  65. 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 17 years ago
  66. 94bda3a Bug #1011: fix rfc822.Message.getheader docs. by Georg Brandl · 17 years ago
  67. 966bb8c Fix silly typo in test name. by Guido van Rossum · 17 years ago
  68. 915c87d Bug #1765375: fix stripping of unwanted LDFLAGS. by Georg Brandl · 17 years ago
  69. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
  70. 1042a4d Fix bug 1725856. by Gregory P. Smith · 17 years ago
  71. daa6f25 Patch #1779550: remove redundant code in logging. by Georg Brandl · 17 years ago
  72. 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 17 years ago
  73. 604c121 Bug #1625381: clarify match vs search introduction. by Georg Brandl · 17 years ago
  74. da5f16a Bug #1688564: document os.path.join's absolute path behavior in the docstring. by Georg Brandl · 17 years ago
  75. b7a837d Bug #1734111: document struct.Struct.size. by Georg Brandl · 17 years ago
  76. 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 17 years ago
  77. a3a68a0 Clarify wording a bit. by Georg Brandl · 17 years ago
  78. 154cc58 Bug #1594966: fix misleading usage example by Georg Brandl · 17 years ago
  79. 3e0f735 Bug #1694833: fix imp.find_module() docs wrt. packages. by Georg Brandl · 17 years ago
  80. 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 17 years ago
  81. 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 17 years ago
  82. ac4018a Use try-except-finally in contextlib. by Georg Brandl · 17 years ago
  83. add36e5 Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined. by Georg Brandl · 17 years ago
  84. 7cf4079 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  85. 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 17 years ago
  86. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
  87. 8799756 When setup.py fails to find the necessary bits to build some modules, have it by Jeffrey Yasskin · 17 years ago
  88. ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  89. d8672aa Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code by Alex Martelli · 17 years ago
  90. 89e975f whoops - need to check in configure as well by Skip Montanaro · 17 years ago
  91. 7221d93 Note that BeOS is unsupported as of Python 2.6. by Skip Montanaro · 17 years ago
  92. 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 17 years ago
  93. 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 17 years ago
  94. ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 17 years ago
  95. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 17 years ago
  96. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 17 years ago
  97. 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
  98. e4f271f [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
  99. c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 17 years ago
  100. 54ec61e Add a hack (originally devised in a slightly different form by Thomas Wouters) by Guido van Rossum · 17 years ago