1. 8fd3ecf Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  2. c28d5fb root certificate for https://svn.python.org/, used in test_ssl by Bill Janssen · 17 years ago
  3. 07752ab bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
  4. 5a25fcd Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 17 years ago
  5. 9c478bd Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 17 years ago
  6. bb07a7d Bug #1152: use non-deprecated name in example. by Georg Brandl · 17 years ago
  7. 0001422 New documentation page for the bdb module. by Georg Brandl · 17 years ago
  8. 4c20bc4 Generators had their throw() method allowing string exceptions. That's a no-no. by Brett Cannon · 17 years ago
  9. 0b71202 Disable some tests that fail on the 'ppc Debian unstable' buildbot to by Thomas Heller · 17 years ago
  10. 1df42b1 Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056) by Nick Coghlan · 17 years ago
  11. 93bf9ce Fix some documentation bugs. by Bill Janssen · 17 years ago
  12. e3f1d7d Make sure test_ssl doesn't reference the ssl module in a by Bill Janssen · 17 years ago
  13. 119c7a6 A better way of finding an open port to test with. by Bill Janssen · 17 years ago
  14. b559113 Patch # 1026 by Benjamin Aranguren (with Alex Martelli): by Guido van Rossum · 17 years ago
  15. 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 17 years ago
  16. 98d19da More work on SSL support. by Bill Janssen · 17 years ago
  17. a0c0551 Fix a possible segfault from recursing too deep to get the repr of a list. by Brett Cannon · 17 years ago
  18. f3d280e Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone by Gregory P. Smith · 17 years ago
  19. 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
  20. 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
  21. 3994240 Allow making update with no prior checkout. by Martin v. Löwis · 17 years ago
  22. fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago
  23. 8628f75 Take chm file from build/htmlhelp/pydoc.chm. by Martin v. Löwis · 17 years ago
  24. 0a04819 tr a-z A-Z does not work on Solaris (would require by Martin v. Löwis · 17 years ago
  25. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
  26. f805785 email address update by Gregory P. Smith · 17 years ago
  27. 9bc2dd6 Newer autoconf versions (from 2.60) want a 'datarootdir' definition in by Ronald Oussoren · 17 years ago
  28. 0539313 be explicit about the actual location of the missing file by Skip Montanaro · 17 years ago
  29. bd9d544 #1095: ln -f doesn't work portably, fix in Makefile. by Georg Brandl · 17 years ago
  30. 8360d5d Fix a wrong indentation for sublists. by Georg Brandl · 17 years ago
  31. 2e638c3 Backport from py3k branch: by Thomas Heller · 17 years ago
  32. 49c7c71 Remove unneeded #include. by Thomas Heller · 17 years ago
  33. 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 17 years ago
  34. 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 17 years ago
  35. 68a6da9 Make uuid1 and uuid4 tests conditional on whether ctypes can be imported; by Brett Cannon · 17 years ago
  36. 161586c Apply the fix from Issue1112 to make this test more robust and keep by Gregory P. Smith · 17 years ago
  37. 52bc1f1 If this is correct for py3k branch and it's already in the release25-maint by Skip Montanaro · 17 years ago
  38. a3a7dda Fix typo: c_float represents to C float type. by Thomas Heller · 17 years ago
  39. ecabc37 Backport from 3k: #1116: fix reference to old filename. by Georg Brandl · 17 years ago
  40. 337841d PyDict_GetItem() returns a borrowed reference. by Armin Rigo · 17 years ago
  41. bddc341 Patch #1733973 by peaker: by Armin Rigo · 17 years ago
  42. 5768d57 Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only). by Georg Brandl · 17 years ago
  43. d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  44. 362bb51 PyDict_GetItem() returns a borrowed reference. by Armin Rigo · 17 years ago
  45. 4c1cb7e Patch #1105: Explain that one needs to build the solution by Martin v. Löwis · 17 years ago
  46. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 17 years ago
  47. 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  48. 4f2ba55 - Makefile.pre.in(buildbottest): Remove whitespace at eol. by Matthias Klose · 17 years ago
  49. 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  50. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  51. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
  52. af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 17 years ago
  53. fcb444a Added cross-references plus a note about dict & list shallow copying. by Mark Summerfield · 17 years ago
  54. 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  55. 4cdceac Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. by Georg Brandl · 17 years ago
  56. 38f1b98 Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used by Ronald Oussoren · 17 years ago
  57. b4c6295 Add more items by Andrew M. Kuchling · 17 years ago
  58. 364b841 Wording change by Andrew M. Kuchling · 17 years ago
  59. 6c066dd Add various items by Andrew M. Kuchling · 17 years ago
  60. 24e99c4 Markup fix by Andrew M. Kuchling · 17 years ago
  61. 73f83d2 Fix typo. by Walter Dörwald · 17 years ago
  62. 90014e0 Fix wrong function names. by Walter Dörwald · 17 years ago
  63. 222907d Added a note and examples to explain that re.split does not split on an by Skip Montanaro · 17 years ago
  64. 847cae6 Document sets' ">" and "<" operations (backport from py3k). by Georg Brandl · 17 years ago
  65. 95b571a Fix RST link (backport from Py3k). by Georg Brandl · 17 years ago
  66. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  67. 470dcd2 remove use of non-existent SSLFakeSocket in apparently untested code by Bill Janssen · 17 years ago
  68. 910fa59 remove mentions of socket.ssl in comments by Bill Janssen · 17 years ago
  69. c459264 deprecate use of FakeSocket by Bill Janssen · 17 years ago
  70. 1ab4a1f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  71. 3acd6d5 Fix subitem markup. by Georg Brandl · 17 years ago
  72. 9856e05 Document new shorthand notation for index entries. by Georg Brandl · 17 years ago
  73. 628e3bb One more fix to consider missing SSL support. by Thomas Wouters · 17 years ago
  74. a6900e8 Don't lie in __all__ attributes when SSL is not available: only add the SSL by Thomas Wouters · 17 years ago
  75. dcb3c38 Somewhat-preliminary slice-object and extended slicing support for ctypes. by Thomas Wouters · 17 years ago
  76. 89241a3 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 17 years ago
  77. eba4065 Bump autoconf minimum version to 2.61. by Martin v. Löwis · 17 years ago
  78. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  79. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  80. 5409c8d Fix typo. by Martin v. Löwis · 17 years ago
  81. e89cd17 Fix popen usage. by Martin v. Löwis · 17 years ago
  82. f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 17 years ago
  83. 24bccf2 Added docstrings to methods and functions. by Bill Janssen · 17 years ago
  84. 9d04542 Set startinpos before calling the error handler. by Walter Dörwald · 17 years ago
  85. 8757878 Rewrap line. by Walter Dörwald · 17 years ago
  86. 7f626f4 Added more cross-references. by Mark Summerfield · 17 years ago
  87. 0226d85 * Skip test_pipes on non-POSIX. by Georg Brandl · 17 years ago
  88. 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 17 years ago
  89. f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 17 years ago
  90. 426ea0a This contains a number of things: by Bill Janssen · 17 years ago
  91. 492e592 Ignore test failures caused by 'resource temporarily unavailable' by Facundo Batista · 17 years ago
  92. 4a40f0c Add Bill as a developer by Neal Norwitz · 17 years ago
  93. 3e27536 Recent items. by Skip Montanaro · 17 years ago
  94. d332847 Install pygettext (once the scriptsinstall target is working again). by Skip Montanaro · 17 years ago
  95. 6d20b70 Fix test output. by Walter Dörwald · 17 years ago
  96. 1a41313 fixes 813986 by Skip Montanaro · 17 years ago
  97. bf13833 Add a crasher for the thread-unsafety of file objects. by Georg Brandl · 17 years ago
  98. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 17 years ago
  99. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 17 years ago
  100. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago