1. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 20 years ago
  2. 8fa7eb5 Remove dead code M IdleHistory.py M PyShell.py by Kurt B. Kaiser · 20 years ago
  3. 188d436 Fix bug: by Michael W. Hudson · 20 years ago
  4. fb66297 Add a(nother) warning about mixing Py_NewInterpreter and the by Michael W. Hudson · 20 years ago
  5. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 20 years ago
  6. 7b27907 fix some silly whitespace stuff (must have hit M-q or something?) by Michael W. Hudson · 20 years ago
  7. e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 20 years ago
  8. a7daba6 <Enter> when cursor is on a previous command retrieves that command. Instead by Kurt B. Kaiser · 20 years ago
  9. bff60ae Insert missing flag. by Raymond Hettinger · 20 years ago
  10. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
  11. f33f5e9 Bug #1209560: spurious blank page in dist.pdf by Georg Brandl · 20 years ago
  12. 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 20 years ago
  13. c493229 Fix grammar (it's -> its). by Neil Schemenauer · 20 years ago
  14. 3b1cbf9 Add missing INCREF. by Neil Schemenauer · 20 years ago
  15. 610d9dd Fix typo. by Raymond Hettinger · 20 years ago
  16. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 20 years ago
  17. 2ab0ae6 More factorization. by Jack Jansen · 20 years ago
  18. 8966d3d remove c++ style comment by Gregory P. Smith · 20 years ago
  19. fad4640 Update URL. by Michael W. Hudson · 20 years ago
  20. 867f2d4 You can have more than one thread state for a thread if they by Michael W. Hudson · 20 years ago
  21. b5e7ff4 Fix check for error condition by Andrew M. Kuchling · 20 years ago
  22. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 20 years ago
  23. ed65c3a Fix nits. by Raymond Hettinger · 20 years ago
  24. 32c5d42 Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why by Skip Montanaro · 20 years ago
  25. 2368b3c Consistently use hard tabs for indentation. by Michael W. Hudson · 20 years ago
  26. 64e0814 Add a missing incref. by Michael W. Hudson · 20 years ago
  27. 0e21be7 Update version. by Michael W. Hudson · 20 years ago
  28. 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 20 years ago
  29. d60fbd4 Leak fix from Michael Hudson. Fix memory leak when dialect doesn't by Skip Montanaro · 20 years ago
  30. d6d2c0d More tweaks for C++ support. Still doesn't seem to break anything:-) by Jack Jansen · 20 years ago
  31. 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 20 years ago
  32. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 20 years ago
  33. eeed58c SF bug #1219448: small output bug by Raymond Hettinger · 20 years ago
  34. 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 20 years ago
  35. a002159 Port test_long.py to unittest. by Walter Dörwald · 20 years ago
  36. f2ca5af Fix bug by Michael W. Hudson · 20 years ago
  37. 01fca11 Remove extraneous format character from PyArg_ParseTuple call in marshal_loads. by Michael W. Hudson · 20 years ago
  38. f9d88ab SF bug #1219361 Fix typo by Raymond Hettinger · 20 years ago
  39. ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 20 years ago
  40. df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 20 years ago
  41. 2e23e08 fix typo. \var vs \variable by Gregory P. Smith · 20 years ago
  42. debd371 Clarify docs about os.popen[234]. by Georg Brandl · 20 years ago
  43. e537d6e Patch #1171150: add a newline to py_compile error output by Georg Brandl · 20 years ago
  44. d6ebb51 The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from by Armin Rigo · 20 years ago
  45. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 20 years ago
  46. bf7255f Minor tweaks, to allow some (out-of-tree, until successful) tinkering with C++. by Jack Jansen · 20 years ago
  47. 52a14c3 [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr() to size of allocated buffer by Andrew M. Kuchling · 20 years ago
  48. 4aef245 [Bug #1079134] Mention change to date comparisons; bump version info and release date to 2.4.1 by Andrew M. Kuchling · 20 years ago
  49. ca69f02 [Patch #1002763] Allow long ints as terminator values; also, treat a terminator of 0 like the empty string or None by Andrew M. Kuchling · 20 years ago
  50. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 20 years ago
  51. 01cb47b [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin by Andrew M. Kuchling · 20 years ago
  52. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 20 years ago
  53. 6564ca7 fix import to work with either module name. by Gregory P. Smith · 20 years ago
  54. 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 · 20 years ago
  55. 8dbe1a7 [Bug #1149413] 'psize' argument should be 'pgsize' by Andrew M. Kuchling · 20 years ago
  56. 422b10f fix broken (unexecuted) test by Anthony Baxter · 20 years ago
  57. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 20 years ago
  58. 684364c Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are by Skip Montanaro · 20 years ago
  59. 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 · 20 years ago
  60. eb26084 Minor namespace clean-up. by Raymond Hettinger · 20 years ago
  61. 8f6f08c [Bug #1170422] Use correct option name by Andrew M. Kuchling · 20 years ago
  62. d391d10 Add a decimal FAQ by Raymond Hettinger · 20 years ago
  63. 7e87a8a fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 by Gregory P. Smith · 20 years ago
  64. c9321cc fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 by Gregory P. Smith · 20 years ago
  65. ac741c5 change set_bt_compare() callback comparison function to only take two by Gregory P. Smith · 20 years ago
  66. 889bca0 make the tests that expect uncatchable exceptions from a callback test by Gregory P. Smith · 20 years ago
  67. 91116b6 additional sanity check. secondaryDB cannot be closed. by Gregory P. Smith · 20 years ago
  68. 9e28205 test case for pybsddb SF bug id 1215432 by Gregory P. Smith · 20 years ago
  69. 692ca9a fixes pybsddb SF bug id 1215432. DB.associate() would crash when a by Gregory P. Smith · 20 years ago
  70. 48796c3 test DB.associate using transactions. somewhat related to SF pybsddb by Gregory P. Smith · 20 years ago
  71. 4c1423b Documentation clarified re. config socket listener protocol by Vinay Sajip · 20 years ago
  72. b6c1bb8 Bug #1184380: extending&embedding example broken by Georg Brandl · 20 years ago
  73. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 20 years ago
  74. 89f000e Bug #1210001: typo in email doc by Georg Brandl · 20 years ago
  75. 9166e1a Bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 20 years ago
  76. 4c560ea Correct URL to the official UnicodeData 3.2.0 resource. (Reported by Hye-Shik Chang · 20 years ago
  77. e947706 pybsddb 4.3.2: by Gregory P. Smith · 20 years ago
  78. 5d36a55 Whitespace normalization. by Tim Peters · 20 years ago
  79. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 20 years ago
  80. 6d6917b Fix a couple of crashing-on-malformed data marshal bugs. by Michael W. Hudson · 20 years ago
  81. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 20 years ago
  82. df88846 This is my patch: by Michael W. Hudson · 20 years ago
  83. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
  84. 5661699 fix object.__divmod__.__doc__ by Anthony Baxter · 20 years ago
  85. e7fa1af M-x untabify by Michael W. Hudson · 20 years ago
  86. f8f937f Update permissions for Birkenfeld. by Raymond Hettinger · 20 years ago
  87. e4ed2de pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison by Gregory P. Smith · 20 years ago
  88. a43ece9 Delete some vestigial code; execution will never reach the 'if' statement if args is NULL by Andrew M. Kuchling · 20 years ago
  89. 921879a [Bug #1209880] Describe only the True/False return values from lock.acquire() by Andrew M. Kuchling · 20 years ago
  90. 6a15c5d [Bug #1193001] Make the notation section use the same productionlist env. as other grammar rules by Andrew M. Kuchling · 20 years ago
  91. 3554cad [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one by Andrew M. Kuchling · 20 years ago
  92. c30faa8 [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre Malo for the fix. by Andrew M. Kuchling · 20 years ago
  93. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 20 years ago
  94. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 20 years ago
  95. 7627617 [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box by Andrew M. Kuchling · 20 years ago
  96. d80ef02 added GET/SETANNOTATION methods by Piers Lauder · 20 years ago
  97. a0abb24 [Bug #1105706] Use correct name for constant by Andrew M. Kuchling · 20 years ago
  98. 79cf9d8 [Bug #1123268] Fix typo by Andrew M. Kuchling · 20 years ago
  99. 1a5152d [Bug #1181939] Remove incorrect text about __init__; move map discussion into a separate paragraph by Andrew M. Kuchling · 20 years ago
  100. 597bd60 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 20 years ago