1. 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
  2. 8dbe1a7 [Bug #1149413] 'psize' argument should be 'pgsize' by Andrew M. Kuchling · 19 years ago
  3. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  4. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  5. 684364c Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are by Skip Montanaro · 19 years ago
  6. ecdad85 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 19 years ago
  7. eb26084 Minor namespace clean-up. by Raymond Hettinger · 19 years ago
  8. 8f6f08c [Bug #1170422] Use correct option name by Andrew M. Kuchling · 19 years ago
  9. d391d10 Add a decimal FAQ by Raymond Hettinger · 19 years ago
  10. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 19 years ago
  11. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 19 years ago
  12. ac741c5 change set_bt_compare() callback comparison function to only take two by Gregory P. Smith · 19 years ago
  13. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 19 years ago
  14. 91116b6 additional sanity check. secondaryDB cannot be closed. by Gregory P. Smith · 19 years ago
  15. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 19 years ago
  16. 692ca9a fixes pybsddb SF bug id 1215432. DB.associate() would crash when a by Gregory P. Smith · 19 years ago
  17. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 19 years ago
  18. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 19 years ago
  19. b6c1bb8 Bug #1184380: extending&embedding example broken by Georg Brandl · 19 years ago
  20. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 19 years ago
  21. 89f000e Bug #1210001: typo in email doc by Georg Brandl · 19 years ago
  22. 9166e1a Bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 19 years ago
  23. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 19 years ago
  24. e947706 pybsddb 4.3.2: by Gregory P. Smith · 19 years ago
  25. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  26. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  27. 6d6917b Fix a couple of crashing-on-malformed data marshal bugs. by Michael W. Hudson · 19 years ago
  28. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 19 years ago
  29. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  30. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
  31. 5661699 fix object.__divmod__.__doc__ by Anthony Baxter · 19 years ago
  32. e7fa1af M-x untabify by Michael W. Hudson · 19 years ago
  33. f8f937f Update permissions for Birkenfeld. by Raymond Hettinger · 19 years ago
  34. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 19 years ago
  35. a43ece9 Delete some vestigial code; execution will never reach the 'if' statement if args is NULL by Andrew M. Kuchling · 19 years ago
  36. 921879a [Bug #1209880] Describe only the True/False return values from lock.acquire() by Andrew M. Kuchling · 19 years ago
  37. 6a15c5d [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 19 years ago
  38. 3554cad [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one by Andrew M. Kuchling · 19 years ago
  39. c30faa8 [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre Malo for the fix. by Andrew M. Kuchling · 19 years ago
  40. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  41. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 19 years ago
  42. 7627617 [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box by Andrew M. Kuchling · 19 years ago
  43. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 19 years ago
  44. a0abb24 [Bug #1105706] Use correct name for constant by Andrew M. Kuchling · 19 years ago
  45. 79cf9d8 [Bug #1123268] Fix typo by Andrew M. Kuchling · 19 years ago
  46. 1a5152d [Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph by Andrew M. Kuchling · 19 years ago
  47. 597bd60 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 19 years ago
  48. da85a90 NEWS entry for the patch I checked in last week. by Michael W. Hudson · 19 years ago
  49. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  50. 7bebbe7 SF bug #1202395: Description of string.lstrip() needs improvement by Raymond Hettinger · 19 years ago
  51. 671e95b Add permissions for Reinhold Birkenfeld. by Raymond Hettinger · 19 years ago
  52. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  53. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  54. 631bfe6 SF bug #1209671: dict.popitem documentation should mention empty dict case by Raymond Hettinger · 19 years ago
  55. 2f475a7 Fix: by Michael W. Hudson · 19 years ago
  56. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  57. db22958 update documentation on what constitutes a line in a source file by Fred Drake · 19 years ago
  58. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  59. 7961aa6 Patch #1197318: Cygwin case-sensitive import patch by Jason Tishler · 19 years ago
  60. fffc4b7 Whitespace normalization. by Tim Peters · 19 years ago
  61. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  62. 7726dc0 Fixed a quite misleading comment: a "not" should not have been there. by Armin Rigo · 19 years ago
  63. 57179fe This test relied on short-circuiting details of dictobject.py to avoid by Armin Rigo · 19 years ago
  64. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  65. 186e739 SF patch #1200051: Small optimization for PyDict_Merge() by Raymond Hettinger · 19 years ago
  66. 0f43983 SF bug #1201807: Glossary listing bug by Raymond Hettinger · 19 years ago
  67. d3b01de credit source of idea for recent doc changes by Skip Montanaro · 19 years ago
  68. 766349e Incorporate a lightly edited version of the SocketServer module's docstring by Skip Montanaro · 19 years ago
  69. 935ea9a Improve subprocess link error notification M NEWS.txt M PyShell.py M rpc.py by Kurt B. Kaiser · 19 years ago
  70. 77d08bc SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 19 years ago
  71. 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 19 years ago
  72. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 19 years ago
  73. 7c5e618 Update Paul Prescod's permissions. by Raymond Hettinger · 19 years ago
  74. 42406e6 SF patch #1191489: Simplify logic in random.py by Raymond Hettinger · 19 years ago
  75. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 19 years ago
  76. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 19 years ago
  77. b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 19 years ago
  78. e8dead4 Fix by Michael W. Hudson · 19 years ago
  79. f21569e Fix typo. by Raymond Hettinger · 19 years ago
  80. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  81. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  82. 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 19 years ago
  83. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 19 years ago
  84. a4eb2d5 Fix comment. by Walter Dörwald · 19 years ago
  85. bc8e642 If the data read from the bytestream in readline() ends in a '\r' read one more by Walter Dörwald · 19 years ago
  86. 49ab700 Clarify usage of OPT by noting that if it is set the default values will be by Brett Cannon · 19 years ago
  87. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 19 years ago
  88. e890682 Whitespace normalization. by Tim Peters · 19 years ago
  89. c8d907c As per discussion on python-dev, descriptors defined in C with a NULL setter by Barry Warsaw · 19 years ago
  90. a267563 Add a line explaining what env var to use to set the compiler flags and an by Brett Cannon · 19 years ago
  91. 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 19 years ago
  92. 774479c Fix: by Michael W. Hudson · 19 years ago
  93. 6d22b56 Updated to work with current Python docs setup, and added a minimal README. by Jack Jansen · 19 years ago
  94. 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 19 years ago
  95. 1356f78 SF bug #1183742: PyDict_Copy() can return non-NULL value on error by Raymond Hettinger · 19 years ago
  96. fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 19 years ago
  97. 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 19 years ago
  98. 8ec676e Update permissions for Finn Bock. by Raymond Hettinger · 19 years ago
  99. cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 19 years ago
  100. f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 19 years ago