1. f7feaec revert r66114 for Jesse by Benjamin Peterson · 16 years ago
  2. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 16 years ago
  3. 34bfda5 Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. by Vinay Sajip · 16 years ago
  4. 35e3b03 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 16 years ago
  5. ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 16 years ago
  6. 72ed078 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 16 years ago
  7. f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. by Hirokazu Yamamoto · 16 years ago
  8. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 16 years ago
  9. 2ba9321 #3749: fix c'n'p errors. by Georg Brandl · 16 years ago
  10. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 16 years ago
  11. f07e5a9 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 16 years ago
  12. 51eb7a9 Update patch/bug count by Andrew M. Kuchling · 16 years ago
  13. ba40fb4 Last batch of edits; remove the 'other changes' section by Andrew M. Kuchling · 16 years ago
  14. fa881f2 Edit the library section, rearranging items to flow better and making lots of edits by Andrew M. Kuchling · 16 years ago
  15. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 16 years ago
  16. 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 16 years ago
  17. 4d02857 More edits by Andrew M. Kuchling · 16 years ago
  18. eaa29bb More edits; markup fixes by Andrew M. Kuchling · 16 years ago
  19. 9481ba3 Fix markup. by Georg Brandl · 16 years ago
  20. 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 16 years ago
  21. 5f2dc0b Edit four more sections by Andrew M. Kuchling · 16 years ago
  22. 3ffe563 Correction from Antoine Pitrou: BufferedWriter and Reader support seek() by Andrew M. Kuchling · 16 years ago
  23. bf0a595 Tidy up some sentences by Andrew M. Kuchling · 16 years ago
  24. e496493 Partial edits from revision and tidying pass by Andrew M. Kuchling · 16 years ago
  25. f5a3fb7 super() actually returns a super object. by Georg Brandl · 16 years ago
  26. 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 16 years ago
  27. c176814 #3716: fix typo. by Georg Brandl · 16 years ago
  28. cff0b46 #3730: mention "server" attribute explicitly. by Georg Brandl · 16 years ago
  29. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 16 years ago
  30. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  31. a27e89b #3711: .dll isn't a valid Python extension anymore. by Georg Brandl · 16 years ago
  32. 488a4f0 Add various items by Andrew M. Kuchling · 16 years ago
  33. c9b4110 Add an item and a note by Andrew M. Kuchling · 16 years ago
  34. d207e23 Trim whitespace; add a few updates by Andrew M. Kuchling · 16 years ago
  35. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  36. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 16 years ago
  37. e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 16 years ago
  38. 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 16 years ago
  39. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 16 years ago
  40. 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
  41. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 16 years ago
  42. dcf4891 remove note about unimplemented feature by Benjamin Peterson · 16 years ago
  43. 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 16 years ago
  44. 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 16 years ago
  45. a403e41 Use the actual blacklist of leaky tests by Neal Norwitz · 16 years ago
  46. 3782fba Ignore a couple more tests that report leaks inconsistently. by Neal Norwitz · 16 years ago
  47. 18aa388 Fix: by Neal Norwitz · 16 years ago
  48. 21d2ab7 fix warning by Benjamin Peterson · 16 years ago
  49. 37346b2 #3643 add a few more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  50. 7161cbf Small updates to types member docs, backport from r65994. by Georg Brandl · 16 years ago
  51. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 16 years ago
  52. 94a7305 d is the correct format string by Christian Heimes · 16 years ago
  53. b6a9556 fix a few get_name() calls and turn then to .name by Benjamin Peterson · 16 years ago
  54. 1cc6963 Fixed two format strings in the _collections module. For example by Christian Heimes · 16 years ago
  55. a27a62e Silenced a compiler warning in the sqlite module by Christian Heimes · 16 years ago
  56. 7d4c317 Silenced compiler warning by Christian Heimes · 16 years ago
  57. 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
  58. af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 16 years ago
  59. 5c2bb1a issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so by Mark Dickinson · 16 years ago
  60. 892429b Fix float.fromhex test to give additional information on failure. This by Mark Dickinson · 16 years ago
  61. 6a0b559 done with the release by Barry Warsaw · 16 years ago
  62. 118c905 Tagging 2.6b3 by Barry Warsaw · 16 years ago
  63. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 16 years ago
  64. cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 16 years ago
  65. f840296 News for the tp_flags change. by Guido van Rossum · 16 years ago
  66. 84b1e0f News for the imageop fix. by Guido van Rossum · 16 years ago
  67. 73641d7 fix up the multiprocessing docs a little by Benjamin Peterson · 16 years ago
  68. 838c79f Issue #3612: Added some missing basic types in ctypes.wintypes. by Hirokazu Yamamoto · 16 years ago
  69. ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 16 years ago
  70. e6b5ba6 fix silly errors of mine by Benjamin Peterson · 16 years ago
  71. 86da890 newSymbolTable is not public API by Benjamin Peterson · 16 years ago
  72. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 16 years ago
  73. f647dc1 add a NEWS note for new args syntax by Benjamin Peterson · 16 years ago
  74. 67f24f1 follow-up of issue3473: update the compiler package to recognize the new syntax. by Amaury Forgeot d'Arc · 16 years ago
  75. bd6a05f check that the parser module can handle the new keyword syntax by Benjamin Peterson · 16 years ago
  76. bd7bda4 Merged revisions 65876 via svnmerge from by Benjamin Peterson · 16 years ago
  77. 93ebfb1 Issue 1179: [CVE-2007-4965] Integer overflow in imageop module. by Guido van Rossum · 16 years ago
  78. 69ed101 Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from by Guido van Rossum · 16 years ago
  79. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  80. d9ccf8c COM method code is windows specific by Thomas Heller · 16 years ago
  81. 6b094a4 fix a little typo by Benjamin Peterson · 16 years ago
  82. 0ad5ae0 Fix a regression introduced by rev. 63792: ctypes function pointers by Thomas Heller · 16 years ago
  83. 4348a25 silence callable warning in hmac by Benjamin Peterson · 16 years ago
  84. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 16 years ago
  85. 7c972f9 get unparse to at least unparse its self by Benjamin Peterson · 16 years ago
  86. 6626099 Fix strange character in the docstring. by Thomas Heller · 16 years ago
  87. d068ad5 Merged revisions 65853-65854 via svnmerge from by Benjamin Peterson · 16 years ago
  88. 25c3408 Fix grammar. by Georg Brandl · 16 years ago
  89. facdd6e update the threading docs to account for recent changes by Benjamin Peterson · 16 years ago
  90. 6ee1a31 add py3k warnings for old threading APIs by Benjamin Peterson · 16 years ago
  91. 351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 16 years ago
  92. 26f5216 fix old API names in test_ssl by Benjamin Peterson · 16 years ago
  93. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 16 years ago
  94. d810626 bring back the old API by Benjamin Peterson · 16 years ago
  95. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 16 years ago
  96. cbae869 backport threading property changes by Benjamin Peterson · 16 years ago
  97. d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago
  98. e5bdccc Backport of r63826. by Eric Smith · 16 years ago
  99. 8e439a1 Fix typo by Nick Coghlan · 16 years ago
  100. 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 16 years ago