1. 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 18 years ago
  2. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 18 years ago
  3. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 18 years ago
  4. af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 18 years ago
  5. fcb444a Added cross-references plus a note about dict & list shallow copying. by Mark Summerfield · 18 years ago
  6. 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 18 years ago
  7. 4cdceac Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. by Georg Brandl · 18 years ago
  8. 38f1b98 Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used by Ronald Oussoren · 18 years ago
  9. b4c6295 Add more items by Andrew M. Kuchling · 18 years ago
  10. 364b841 Wording change by Andrew M. Kuchling · 18 years ago
  11. 6c066dd Add various items by Andrew M. Kuchling · 18 years ago
  12. 24e99c4 Markup fix by Andrew M. Kuchling · 18 years ago
  13. 73f83d2 Fix typo. by Walter Dörwald · 18 years ago
  14. 90014e0 Fix wrong function names. by Walter Dörwald · 18 years ago
  15. 222907d Added a note and examples to explain that re.split does not split on an by Skip Montanaro · 18 years ago
  16. 847cae6 Document sets' ">" and "<" operations (backport from py3k). by Georg Brandl · 18 years ago
  17. 95b571a Fix RST link (backport from Py3k). by Georg Brandl · 18 years ago
  18. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 18 years ago
  19. 470dcd2 remove use of non-existent SSLFakeSocket in apparently untested code by Bill Janssen · 18 years ago
  20. 910fa59 remove mentions of socket.ssl in comments by Bill Janssen · 18 years ago
  21. c459264 deprecate use of FakeSocket by Bill Janssen · 18 years ago
  22. 1ab4a1f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 18 years ago
  23. 3acd6d5 Fix subitem markup. by Georg Brandl · 18 years ago
  24. 9856e05 Document new shorthand notation for index entries. by Georg Brandl · 18 years ago
  25. 628e3bb One more fix to consider missing SSL support. by Thomas Wouters · 18 years ago
  26. a6900e8 Don't lie in __all__ attributes when SSL is not available: only add the SSL by Thomas Wouters · 18 years ago
  27. dcb3c38 Somewhat-preliminary slice-object and extended slicing support for ctypes. by Thomas Wouters · 18 years ago
  28. 89241a3 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 18 years ago
  29. eba4065 Bump autoconf minimum version to 2.61. by Martin v. Löwis · 18 years ago
  30. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
  31. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 18 years ago
  32. 5409c8d Fix typo. by Martin v. Löwis · 18 years ago
  33. e89cd17 Fix popen usage. by Martin v. Löwis · 18 years ago
  34. f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 18 years ago
  35. 24bccf2 Added docstrings to methods and functions. by Bill Janssen · 18 years ago
  36. 9d04542 Set startinpos before calling the error handler. by Walter Dörwald · 18 years ago
  37. 8757878 Rewrap line. by Walter Dörwald · 18 years ago
  38. 7f626f4 Added more cross-references. by Mark Summerfield · 18 years ago
  39. 0226d85 * Skip test_pipes on non-POSIX. by Georg Brandl · 18 years ago
  40. 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 18 years ago
  41. f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 18 years ago
  42. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  43. 492e592 Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 18 years ago
  44. 4a40f0c Add Bill as a developer by Neal Norwitz · 18 years ago
  45. 3e27536 Recent items. by Skip Montanaro · 18 years ago
  46. d332847 Install pygettext (once the scriptsinstall target is working again). by Skip Montanaro · 18 years ago
  47. 6d20b70 Fix test output. by Walter Dörwald · 18 years ago
  48. 1a41313 fixes 813986 by Skip Montanaro · 18 years ago
  49. bf13833 Add a crasher for the thread-unsafety of file objects. by Georg Brandl · 18 years ago
  50. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 18 years ago
  51. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
  52. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
  53. 23b8ddc Fix some glitches. by Georg Brandl · 18 years ago
  54. 99cafb9 Adding basic imputil documentation. by Sean Reifscheider · 18 years ago
  55. ae0ee8a Document rev. 57574. by Georg Brandl · 18 years ago
  56. 95f1a1b News about functools.reduce. by Guido van Rossum · 18 years ago
  57. d51b579 Patch # 1739906 by Christian Heimes -- add reduce to functools (importing by Guido van Rossum · 18 years ago
  58. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 18 years ago
  59. 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 18 years ago
  60. ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 18 years ago
  61. f91ad6a Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 18 years ago
  62. 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 18 years ago
  63. 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 18 years ago
  64. f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 18 years ago
  65. d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 18 years ago
  66. 1b2f62d Catch IOError for when the device file doesn't exist or the user doesn't have by Neal Norwitz · 18 years ago
  67. 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 18 years ago
  68. e472933 Bill Janssen wrote: by Guido van Rossum · 18 years ago
  69. 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 18 years ago
  70. 482043a Reap children before the test starts so hopefully SocketServer by Neal Norwitz · 18 years ago
  71. 9a65c89 Spell check (also americanify behaviour, it's almost 3 times as common) by Neal Norwitz · 18 years ago
  72. 60b52bd Fix typo in docstring (missing c in reacquire) by Neal Norwitz · 18 years ago
  73. 4eb60e5 keep setup.py from listing unneeded hash modules (_md5, _sha*) as by Gregory P. Smith · 18 years ago
  74. 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 18 years ago
  75. dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 18 years ago
  76. ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 18 years ago
  77. 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 18 years ago
  78. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  79. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 18 years ago
  80. b90f52e Revert compile.c changes that shouldn't have been included in previous checkin by Nick Coghlan · 18 years ago
  81. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 18 years ago
  82. 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 18 years ago
  83. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 18 years ago
  84. ff9b963 Catch the correct errors. by Georg Brandl · 18 years ago
  85. 0f5e87a Convert test_pkg to use unittest. by Collin Winter · 18 years ago
  86. fe3b4b9 Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev. by Georg Brandl · 18 years ago
  87. e7445de Remove output file for test_ossaudiodev, also properly close the dsp object. by Georg Brandl · 18 years ago
  88. 0c6a438 Remove test_rgbimg output file, there is no test_rgbimg.py. by Georg Brandl · 18 years ago
  89. d558f67 Document new utility functions in test_support. by Georg Brandl · 18 years ago
  90. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 18 years ago
  91. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
  92. b3c572b Fix #1012: wrong URL to :mod:`site` in install/index.rst. by Georg Brandl · 18 years ago
  93. 3376a9a Patch #1006: port test_winreg to unittest. by Georg Brandl · 18 years ago
  94. 94bda3a Bug #1011: fix rfc822.Message.getheader docs. by Georg Brandl · 18 years ago
  95. 966bb8c Fix silly typo in test name. by Guido van Rossum · 18 years ago
  96. 915c87d Bug #1765375: fix stripping of unwanted LDFLAGS. by Georg Brandl · 18 years ago
  97. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 18 years ago
  98. 1042a4d Fix bug 1725856. by Gregory P. Smith · 18 years ago
  99. daa6f25 Patch #1779550: remove redundant code in logging. by Georg Brandl · 18 years ago
  100. 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 18 years ago