1. bfe5684 typo by Michael W. Hudson · 21 years ago
  2. 507a485 Print verbose messages to stderr. Fixes #1036752. by Martin v. Löwis · 21 years ago
  3. fec1ce0 remove rotor module by Andrew MacIntyre · 21 years ago
  4. 3dac89e note module removals, update on BitTorrent issue by Andrew MacIntyre · 21 years ago
  5. 96b3725 bring modules up to date, correct .DEF file version by Andrew MacIntyre · 21 years ago
  6. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 21 years ago
  7. 8df5921 Blarg, fix the versions. by Barry Warsaw · 21 years ago
  8. 43790b4 Updates for distutils package. by Barry Warsaw · 21 years ago
  9. 2ec4854 Add documentation about as_string() mangling From_ lines. by Barry Warsaw · 21 years ago
  10. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 21 years ago
  11. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  12. 2cdd608 removed 2.2 support by Just van Rossum · 21 years ago
  13. 16c3e08 use new readPlist() and writePlist() functions by Just van Rossum · 21 years ago
  14. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 21 years ago
  15. 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  16. 880430e Replace structure member before decreffing. by Raymond Hettinger · 21 years ago
  17. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 21 years ago
  18. d1b3d88 * Bulletproof the method for detecting mutations during iteration. by Raymond Hettinger · 21 years ago
  19. 77e8bf1 Restore the block length and add a comment. by Raymond Hettinger · 21 years ago
  20. 4ca4c7c Clarify the relationship between indices. by Raymond Hettinger · 21 years ago
  21. 61f05fb * Elaborate on the invariant comments and make them more precise. by Raymond Hettinger · 21 years ago
  22. cf8997f Noted the fix to deque gc. by Tim Peters · 21 years ago
  23. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 21 years ago
  24. d6e0032 Typos in new comments. by Tim Peters · 21 years ago
  25. d8768d3 Document some reverse-engineered invariants and pragmatic hints. by Tim Peters · 21 years ago
  26. e644a1b Get references working (except for references to "Extending optparse", by Greg Ward · 21 years ago
  27. 6f85356 Definition consistency. by Tim Peters · 21 years ago
  28. 1065f75 Trimmed trailing whitespace. by Tim Peters · 21 years ago
  29. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 21 years ago
  30. 0fe00aa Added 2 notes about the complexities of testing SyntaxErrors. by Edward Loper · 21 years ago
  31. 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 21 years ago
  32. 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 21 years ago
  33. 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
  34. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 21 years ago
  35. fec0c46 Improve error message for augmented assignments to genexps or listcomps. by Raymond Hettinger · 21 years ago
  36. 8ffc141 Fix two erroneous error messages. by Raymond Hettinger · 21 years ago
  37. 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 21 years ago
  38. ff5dc0e Improve test coverage. by Raymond Hettinger · 21 years ago
  39. bcab2b2 Improve test coverage. by Raymond Hettinger · 21 years ago
  40. 5497fee minor doc tweaks for writexml by Skip Montanaro · 21 years ago
  41. 67db9a5 typo by Skip Montanaro · 21 years ago
  42. 06cc973 Replaced a test with an assertion. (Suggested by Michael Hudson.) by Raymond Hettinger · 21 years ago
  43. 01ba799 A number of list examples used 66.6, but I doubt there's any box on which by Tim Peters · 21 years ago
  44. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 21 years ago
  45. 4cda01e * Increase test coverage. by Raymond Hettinger · 21 years ago
  46. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 21 years ago
  47. bfef869 Add note about inclusion of DarwinPorts directories in setup.py on darwin. by Brett Cannon · 21 years ago
  48. 35b93d9 Add the directories where DarwinPorts installs library and include files to by Brett Cannon · 21 years ago
  49. 1793dd3 Fixed minor typo in interactive example (extra '.'s in '...' prompts) by Edward Loper · 21 years ago
  50. dcdb4b4 Fixed minor typo in interactive example (extra blank line) by Edward Loper · 21 years ago
  51. 78a5271 SF bug #1033038: Misleading error message in random.choice by Raymond Hettinger · 21 years ago
  52. ad51226 Fixed minor typo in interactive example by Edward Loper · 21 years ago
  53. 3077b02 Fixed minor typo in interactive example (backslash shouldn't be doubled) by Edward Loper · 21 years ago
  54. a7f6281 Updated interactive examples in the "Examples" session to reflect the by Edward Loper · 21 years ago
  55. 87de0ca Silence a compiler warning by supplying the correct argument type to by Raymond Hettinger · 21 years ago
  56. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
  57. b6f7fb7 Major overhaul to reflect Optik 1.5. Section references currently broken. by Greg Ward · 21 years ago
  58. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 21 years ago
  59. 630e535 Rename test for comparision errors. by Raymond Hettinger · 21 years ago
  60. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 21 years ago
  61. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 21 years ago
  62. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 21 years ago
  63. b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 21 years ago
  64. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  65. 4837a22 Use floor division operator. by Raymond Hettinger · 21 years ago
  66. a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 21 years ago
  67. 498a186 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 21 years ago
  68. 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 21 years ago
  69. 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 21 years ago
  70. 9463d87 Made most module references "clickable". by Tim Peters · 21 years ago
  71. 0041121 Docs for run_docstring_examples(). by Tim Peters · 21 years ago
  72. aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 21 years ago
  73. 55593c3 Make the regex pattern easier to read, understand, and modify by Raymond Hettinger · 21 years ago
  74. 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 21 years ago
  75. a80a2c8 Updated doctest doc news. by Tim Peters · 21 years ago
  76. 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 21 years ago
  77. 3afaaf2 Removed debug_script from the public API: no docs, not public. I'm in by Tim Peters · 21 years ago
  78. 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 21 years ago
  79. 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 21 years ago
  80. 9d02a7c Add set_unittest_reportflags() to the public API. Docs will follow by Tim Peters · 21 years ago
  81. 261b28a Removed two undocumented unittest support classes, and one undocumented by Tim Peters · 21 years ago
  82. c90ea82 Fix double word error. by Raymond Hettinger · 21 years ago
  83. 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 21 years ago
  84. 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 21 years ago
  85. 48983fc Removed most of the module docstring. There's too much to explain now, by Tim Peters · 21 years ago
  86. b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 21 years ago
  87. 35ae3dd Add warning notation about using 'bomb' setting. by Brett Cannon · 21 years ago
  88. a5ca2e7 Remove 'extern' declaration for _Py_SwappedOp. by Brett Cannon · 21 years ago
  89. 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 21 years ago
  90. 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 21 years ago
  91. 24f141a Raymond observed that sometimes it's better not to link modules, so I reverted by Johannes Gijsbers · 21 years ago
  92. 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 21 years ago
  93. cac5e7b Typo. by Tim Peters · 21 years ago
  94. 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 21 years ago
  95. 27ebcae - Use itemize instead of plain-text '*' for marking up a list. by Johannes Gijsbers · 21 years ago
  96. 5a59d88 Whitespace normalization. by Tim Peters · 21 years ago
  97. 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 21 years ago
  98. 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 21 years ago
  99. 927a57f Ensure negative offsets cannot be passed to buffer(). When composing by Neil Schemenauer · 21 years ago
  100. fb6ba07 Fix buffer offset calculation (need to compute it before changing by Neil Schemenauer · 21 years ago