1. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 20 years ago
  2. fec0c46 Improve error message for augmented assignments to genexps or listcomps. by Raymond Hettinger · 20 years ago
  3. 8ffc141 Fix two erroneous error messages. by Raymond Hettinger · 20 years ago
  4. 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 20 years ago
  5. ff5dc0e Improve test coverage. by Raymond Hettinger · 20 years ago
  6. bcab2b2 Improve test coverage. by Raymond Hettinger · 20 years ago
  7. 5497fee minor doc tweaks for writexml by Skip Montanaro · 20 years ago
  8. 67db9a5 typo by Skip Montanaro · 20 years ago
  9. 06cc973 Replaced a test with an assertion. (Suggested by Michael Hudson.) by Raymond Hettinger · 20 years ago
  10. 01ba799 A number of list examples used 66.6, but I doubt there's any box on which by Tim Peters · 20 years ago
  11. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 20 years ago
  12. 4cda01e * Increase test coverage. by Raymond Hettinger · 20 years ago
  13. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 20 years ago
  14. bfef869 Add note about inclusion of DarwinPorts directories in setup.py on darwin. by Brett Cannon · 20 years ago
  15. 35b93d9 Add the directories where DarwinPorts installs library and include files to by Brett Cannon · 20 years ago
  16. 1793dd3 Fixed minor typo in interactive example (extra '.'s in '...' prompts) by Edward Loper · 20 years ago
  17. dcdb4b4 Fixed minor typo in interactive example (extra blank line) by Edward Loper · 20 years ago
  18. 78a5271 SF bug #1033038: Misleading error message in random.choice by Raymond Hettinger · 20 years ago
  19. ad51226 Fixed minor typo in interactive example by Edward Loper · 20 years ago
  20. 3077b02 Fixed minor typo in interactive example (backslash shouldn't be doubled) by Edward Loper · 20 years ago
  21. a7f6281 Updated interactive examples in the "Examples" session to reflect the by Edward Loper · 20 years ago
  22. 87de0ca Silence a compiler warning by supplying the correct argument type to by Raymond Hettinger · 20 years ago
  23. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 20 years ago
  24. b6f7fb7 Major overhaul to reflect Optik 1.5. Section references currently broken. by Greg Ward · 20 years ago
  25. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  26. 630e535 Rename test for comparision errors. by Raymond Hettinger · 20 years ago
  27. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 20 years ago
  28. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 20 years ago
  29. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 20 years ago
  30. b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 20 years ago
  31. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  32. 4837a22 Use floor division operator. by Raymond Hettinger · 20 years ago
  33. a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
  34. 498a186 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
  35. 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 20 years ago
  36. 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 20 years ago
  37. 9463d87 Made most module references "clickable". by Tim Peters · 20 years ago
  38. 0041121 Docs for run_docstring_examples(). by Tim Peters · 20 years ago
  39. aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 20 years ago
  40. 55593c3 Make the regex pattern easier to read, understand, and modify by Raymond Hettinger · 20 years ago
  41. 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
  42. a80a2c8 Updated doctest doc news. by Tim Peters · 20 years ago
  43. 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 20 years ago
  44. 3afaaf2 Removed debug_script from the public API: no docs, not public. I'm in by Tim Peters · 20 years ago
  45. 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 20 years ago
  46. 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 20 years ago
  47. 9d02a7c Add set_unittest_reportflags() to the public API. Docs will follow by Tim Peters · 20 years ago
  48. 261b28a Removed two undocumented unittest support classes, and one undocumented by Tim Peters · 20 years ago
  49. c90ea82 Fix double word error. by Raymond Hettinger · 20 years ago
  50. 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 20 years ago
  51. 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 20 years ago
  52. 48983fc Removed most of the module docstring. There's too much to explain now, by Tim Peters · 20 years ago
  53. b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 20 years ago
  54. 35ae3dd Add warning notation about using 'bomb' setting. by Brett Cannon · 20 years ago
  55. a5ca2e7 Remove 'extern' declaration for _Py_SwappedOp. by Brett Cannon · 20 years ago
  56. 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 20 years ago
  57. 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 20 years ago
  58. 24f141a Raymond observed that sometimes it's better not to link modules, so I reverted by Johannes Gijsbers · 20 years ago
  59. 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 20 years ago
  60. cac5e7b Typo. by Tim Peters · 20 years ago
  61. 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 20 years ago
  62. 27ebcae - Use itemize instead of plain-text '*' for marking up a list. by Johannes Gijsbers · 20 years ago
  63. 5a59d88 Whitespace normalization. by Tim Peters · 20 years ago
  64. 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 20 years ago
  65. 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 20 years ago
  66. 927a57f Ensure negative offsets cannot be passed to buffer(). When composing by Neil Schemenauer · 20 years ago
  67. fb6ba07 Fix buffer offset calculation (need to compute it before changing by Neil Schemenauer · 20 years ago
  68. 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 20 years ago
  69. 739d49e Added log() function documentation by Vinay Sajip · 20 years ago
  70. b2635b2 Added log() function by Vinay Sajip · 20 years ago
  71. 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 20 years ago
  72. 1cc3738 Whitespace normalization. by Tim Peters · 20 years ago
  73. 9447874 Add docstrings for regular expression objects and methods. by Raymond Hettinger · 20 years ago
  74. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 20 years ago
  75. 9fa544c Update for beta1 by Andrew M. Kuchling · 20 years ago
  76. 0c78956 Add various items by Andrew M. Kuchling · 20 years ago
  77. e1c69b3 float_richcompare(): Use the new Py_IS_NAN macro to ensure that, on by Tim Peters · 20 years ago
  78. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  79. 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 20 years ago
  80. 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 20 years ago
  81. 513c8bd Arghh, checked in wrong draft. Replacing with correct one. by Raymond Hettinger · 20 years ago
  82. 0336e1f Use local variables in StringIO.write(). by Raymond Hettinger · 20 years ago
  83. 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 20 years ago
  84. f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 20 years ago
  85. 7790c3b Removed redundant declaration of _PyLong_NumBits(). by Tim Peters · 20 years ago
  86. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
  87. 0318a93 Clarify that iteration is over headers, not Mime elements. by Raymond Hettinger · 20 years ago
  88. ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 20 years ago
  89. c6646c0 Added getLoggerClass() by Vinay Sajip · 20 years ago
  90. b959117 Added getLoggerClass() by Vinay Sajip · 20 years ago
  91. a2fc7ec - Minor docstring fixes. - Simplified code to find names for file-based tests. by Edward Loper · 20 years ago
  92. 4ae900f - Changed SampleClass docstrings to test docstring parsing a little by Edward Loper · 20 years ago
  93. b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 20 years ago
  94. 24a0045 Add a commented-out recipe on making trailing whitespace explicit. by Brett Cannon · 20 years ago
  95. bab3e99 Whitespace normalization. by Tim Peters · 20 years ago
  96. 6165620 Import no longer needed. by Raymond Hettinger · 20 years ago
  97. 468af71 Fix minor grammar typo. by Raymond Hettinger · 20 years ago
  98. 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 20 years ago
  99. 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 20 years ago
  100. 729d47d Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask]. by Martin v. Löwis · 20 years ago