1. b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 16 years ago
  2. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 16 years ago
  3. ff7b2d5 Fix issue 3645: OpenBSD required -lcurses when linking with readline by Gregory P. Smith · 16 years ago
  4. 0151b53 Merged revisions 66176 via svnmerge from by Benjamin Peterson · 16 years ago
  5. ee3acff update 2to3 script from 2to3 trunk by Benjamin Peterson · 16 years ago
  6. eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 16 years ago
  8. 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 16 years ago
  9. 2e9b6cb Use vs9to8.py to refresh the Visual Studio 2005 build files. by Amaury Forgeot d'Arc · 16 years ago
  10. 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 16 years ago
  11. 3e75d23 Add e-mail address by Andrew M. Kuchling · 16 years ago
  12. 8315da4 Clarify example; add imports by Andrew M. Kuchling · 16 years ago
  13. 31a0a14 Add news item for #3719. by Marc-André Lemburg · 16 years ago
  14. d15fad7 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 16 years ago
  15. 91ae3ea Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) by Nick Coghlan · 16 years ago
  16. 0792cbf a typo by Mark Summerfield · 16 years ago
  17. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 16 years ago
  18. 2bb25cc Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared by Gregory P. Smith · 16 years ago
  19. 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
  20. 2dd647b typo fix by Andrew M. Kuchling · 16 years ago
  21. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  22. 8653377 Describe the __hash__ changes by Andrew M. Kuchling · 16 years ago
  23. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
  24. 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 16 years ago
  25. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  26. aa5f873 Bug #3738: Documentation is now more accurate in describing handler close methods. by Vinay Sajip · 16 years ago
  27. e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from by Benjamin Peterson · 16 years ago
  28. f7feaec revert r66114 for Jesse by Benjamin Peterson · 16 years ago
  29. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 16 years ago
  30. 34bfda5 Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. by Vinay Sajip · 16 years ago
  31. 35e3b03 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 16 years ago
  32. ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 16 years ago
  33. 72ed078 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 16 years ago
  34. f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. by Hirokazu Yamamoto · 16 years ago
  35. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 16 years ago
  36. 2ba9321 #3749: fix c'n'p errors. by Georg Brandl · 16 years ago
  37. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 16 years ago
  38. f07e5a9 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  39. 51eb7a9 Update patch/bug count by Andrew M. Kuchling · 16 years ago
  40. ba40fb4 Last batch of edits; remove the 'other changes' section by Andrew M. Kuchling · 16 years ago
  41. fa881f2 Edit the library section, rearranging items to flow better and making lots of edits by Andrew M. Kuchling · 16 years ago
  42. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 16 years ago
  43. 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 16 years ago
  44. 4d02857 More edits by Andrew M. Kuchling · 16 years ago
  45. eaa29bb More edits; markup fixes by Andrew M. Kuchling · 16 years ago
  46. 9481ba3 Fix markup. by Georg Brandl · 16 years ago
  47. 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 16 years ago
  48. 5f2dc0b Edit four more sections by Andrew M. Kuchling · 16 years ago
  49. 3ffe563 Correction from Antoine Pitrou: BufferedWriter and Reader support seek() by Andrew M. Kuchling · 16 years ago
  50. bf0a595 Tidy up some sentences by Andrew M. Kuchling · 16 years ago
  51. e496493 Partial edits from revision and tidying pass by Andrew M. Kuchling · 16 years ago
  52. f5a3fb7 super() actually returns a super object. by Georg Brandl · 16 years ago
  53. 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 16 years ago
  54. c176814 #3716: fix typo. by Georg Brandl · 16 years ago
  55. cff0b46 #3730: mention "server" attribute explicitly. by Georg Brandl · 16 years ago
  56. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 16 years ago
  57. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  58. a27e89b #3711: .dll isn't a valid Python extension anymore. by Georg Brandl · 16 years ago
  59. 488a4f0 Add various items by Andrew M. Kuchling · 16 years ago
  60. c9b4110 Add an item and a note by Andrew M. Kuchling · 16 years ago
  61. d207e23 Trim whitespace; add a few updates by Andrew M. Kuchling · 16 years ago
  62. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  63. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 16 years ago
  64. e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 16 years ago
  65. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 16 years ago
  66. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  67. 971f102 Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API. by Brett Cannon · 16 years ago
  68. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 16 years ago
  69. dcf4891 remove note about unimplemented feature by Benjamin Peterson · 16 years ago
  70. 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 16 years ago
  71. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 16 years ago
  72. a403e41 Use the actual blacklist of leaky tests by Neal Norwitz · 16 years ago
  73. 3782fba Ignore a couple more tests that report leaks inconsistently. by Neal Norwitz · 16 years ago
  74. 18aa388 Fix: by Neal Norwitz · 16 years ago
  75. 21d2ab7 fix warning by Benjamin Peterson · 16 years ago
  76. 37346b2 #3643 add a few more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  77. 7161cbf Small updates to types member docs, backport from r65994. by Georg Brandl · 16 years ago
  78. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 16 years ago
  79. 94a7305 d is the correct format string by Christian Heimes · 16 years ago
  80. b6a9556 fix a few get_name() calls and turn then to .name by Benjamin Peterson · 16 years ago
  81. 1cc6963 Fixed two format strings in the _collections module. For example by Christian Heimes · 16 years ago
  82. a27a62e Silenced a compiler warning in the sqlite module by Christian Heimes · 16 years ago
  83. 7d4c317 Silenced compiler warning by Christian Heimes · 16 years ago
  84. fb1813c Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson. by Christian Heimes · 16 years ago
  85. af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 16 years ago
  86. 5c2bb1a issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so by Mark Dickinson · 16 years ago
  87. 892429b Fix float.fromhex test to give additional information on failure. This by Mark Dickinson · 16 years ago
  88. 6a0b559 done with the release by Barry Warsaw · 16 years ago
  89. 118c905 Tagging 2.6b3 by Barry Warsaw · 16 years ago
  90. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 16 years ago
  91. cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 16 years ago
  92. f840296 News for the tp_flags change. by Guido van Rossum · 16 years ago
  93. 84b1e0f News for the imageop fix. by Guido van Rossum · 16 years ago
  94. 73641d7 fix up the multiprocessing docs a little by Benjamin Peterson · 16 years ago
  95. 838c79f Issue #3612: Added some missing basic types in ctypes.wintypes. by Hirokazu Yamamoto · 16 years ago
  96. ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 16 years ago
  97. e6b5ba6 fix silly errors of mine by Benjamin Peterson · 16 years ago
  98. 86da890 newSymbolTable is not public API by Benjamin Peterson · 16 years ago
  99. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 16 years ago
  100. f647dc1 add a NEWS note for new args syntax by Benjamin Peterson · 16 years ago