1. f5cf435 Nits by Antoine Pitrou · 14 years ago
  2. 5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and by Antoine Pitrou · 14 years ago
  3. bedd2c2 Reword and restructure the GIL API doc by Antoine Pitrou · 14 years ago
  4. 9bf8d1c Add mention of how to switch interpreters by Antoine Pitrou · 14 years ago
  5. f1dfe73 Improve description of issues by Antoine Pitrou · 14 years ago
  6. 8b50b83 Restructure a bit by Antoine Pitrou · 14 years ago
  7. 0765dd6 Standard streams use file descriptors, not FILE pointers. by Antoine Pitrou · 14 years ago
  8. ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. by Eli Bendersky · 14 years ago
  9. c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() by Victor Stinner · 14 years ago
  10. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  11. 489f392 Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
  12. cc75a86 Issue #9268: Documented -m pickletools usage. by Alexander Belopolsky · 14 years ago
  13. 37a80dc Fix the example output of count(). by Georg Brandl · 14 years ago
  14. ee31e31 Add semicolon for consistency. by Georg Brandl · 14 years ago
  15. 287d1fd Issue #10225: Fixed the simple mistakes in doctests. by Alexander Belopolsky · 14 years ago
  16. 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
  17. b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
  18. fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
  19. cf8a382 Update the email section by Raymond Hettinger · 14 years ago
  20. 9767365 Update the datetime and time section. by Raymond Hettinger · 14 years ago
  21. 3a8ae5f Clean-up threading.Barrier example. by Raymond Hettinger · 14 years ago
  22. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 14 years ago
  23. 6655d11 Add a todo. by Raymond Hettinger · 14 years ago
  24. 51e2107 Fix typos and markup. by Raymond Hettinger · 14 years ago
  25. 5fc850b Improved footnote for the %Y directive slightly. by Alexander Belopolsky · 14 years ago
  26. 085556a Improved description of %Y directive. by Alexander Belopolsky · 14 years ago
  27. 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 14 years ago
  28. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  29. dc004a3 Removed time.ctime from the list of functions that take a time tuple argument by Alexander Belopolsky · 14 years ago
  30. bd96b06 Added entries about removal of year 1900 limit. by Alexander Belopolsky · 14 years ago
  31. aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  32. eb70b90 Misspelling. by Raymond Hettinger · 14 years ago
  33. 05ce079 Missed two source links by Raymond Hettinger · 14 years ago
  34. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  35. 04da1e0 Fixed a footnote reference by Alexander Belopolsky · 14 years ago
  36. de2e618 Fix typos. by Raymond Hettinger · 14 years ago
  37. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  38. 04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. by Georg Brandl · 14 years ago
  39. c900708 Wrap some long examples and signatures. by Georg Brandl · 14 years ago
  40. 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 14 years ago
  41. e3ee66f Issue #10357: Clarify what it means to be a mapping. by Raymond Hettinger · 14 years ago
  42. 4ad934f zlib only works with bytes objects. by Georg Brandl · 14 years ago
  43. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  44. c08ea61 Markup fix by Raymond Hettinger · 14 years ago
  45. 83b1ab0 Issue 9717: Segregate and improve the documentation of "in-place" operators by Raymond Hettinger · 14 years ago
  46. d97b7b5 #10855: document close() semantics of wave objects. by Georg Brandl · 14 years ago
  47. 5254e97 Issue 10533: Need example of using __missing__. by Raymond Hettinger · 14 years ago
  48. 0ab10e4 Issue #10813: Small improvement to decimal money format recipe. by Raymond Hettinger · 14 years ago
  49. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago
  50. 7088abd Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports). by Raymond Hettinger · 14 years ago
  51. 1122fa2 Revert r87823 which moved the source link to the wrong section. by Raymond Hettinger · 14 years ago
  52. 32e8fea Update the digest of PEP 3333 based on comments for Phillip Eby. by Raymond Hettinger · 14 years ago
  53. 2f2a9f7 Fix indent. by Georg Brandl · 14 years ago
  54. fc90213 Combine the two seealso sections. by Raymond Hettinger · 14 years ago
  55. c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 14 years ago
  56. 696efdd Mention multiprocessing.Queue in the queue docs by Antoine Pitrou · 14 years ago
  57. 4b512f7 Group seealsos by Antoine Pitrou · 14 years ago
  58. 60bcc54 Put those "seealso"s together by Antoine Pitrou · 14 years ago
  59. bdde506 Put those source links together by Antoine Pitrou · 14 years ago
  60. 1bdd6fd atexit.py doesn't exist by Antoine Pitrou · 14 years ago
  61. 39e352c Put link to source at the end. There's nothing edificating in threading.py. by Antoine Pitrou · 14 years ago
  62. fb6fd5d #10856: document (Base)Exception.args better. by Georg Brandl · 14 years ago
  63. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  64. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  65. 388af4b Typo. by Raymond Hettinger · 14 years ago
  66. a572476 #10846: fix typo. by Georg Brandl · 14 years ago
  67. 0034281 Elaborate about the GIL. by Antoine Pitrou · 14 years ago
  68. f60fd00 Add acks where acks are due. by Georg Brandl · 14 years ago
  69. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  70. 77041b2 itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter. by Georg Brandl · 14 years ago
  71. d53dfa3 Issue #10840: make it explicit that "s*" and friends provide contiguous memory. by Antoine Pitrou · 14 years ago
  72. 90a4b31 Nits by Raymond Hettinger · 14 years ago
  73. 3df4621 Add PEP 3333 to whatsnew. by Raymond Hettinger · 14 years ago
  74. e40808a Add more porting notes. by Raymond Hettinger · 14 years ago
  75. 2a5fb47 Remove mention of codes pending further discussion on transform()/untransform(). by Raymond Hettinger · 14 years ago
  76. 2169ee2 RC1 updates to whatsnew by Raymond Hettinger · 14 years ago
  77. dfad7e3 Overhaul the documentation about socket timeouts. by Antoine Pitrou · 14 years ago
  78. 7d96771 Update tests and whatsnew for the 'quiet' flag by Raymond Hettinger · 14 years ago
  79. a83878e Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing. by Antoine Pitrou · 14 years ago
  80. 183fe81 #10130: Prepare for building epub-format docs. by Georg Brandl · 14 years ago
  81. 0691491 Fix duplicate end tag. by Georg Brandl · 14 years ago
  82. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 14 years ago
  83. b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 14 years ago
  84. 2427ab9 logging HOWTO: fixed markup for numbered handler list. by Vinay Sajip · 14 years ago
  85. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 14 years ago
  86. 90efac7 Issue 10502: addition of unittestgui to Tools/ by Michael Foord · 14 years ago
  87. d218e95 Issue 10786: unittest documentation update. by Michael Foord · 14 years ago
  88. e1bc898 Some nits. by Antoine Pitrou · 14 years ago
  89. b205d58 Add a shutdown() call in the server example. by Antoine Pitrou · 14 years ago
  90. 4a67a46 Clarify behaviour of close() and shutdown() on sockets. by Antoine Pitrou · 14 years ago
  91. 8a7e5da Fix code indentation. by Georg Brandl · 14 years ago
  92. 121ff82 #1665333: add more docs for optparse.OptionGroup. by Georg Brandl · 14 years ago
  93. ed13853 Happy New Year! (CET edition) by Georg Brandl · 14 years ago
  94. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  95. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago
  96. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 14 years ago
  97. 627284c Fix Issue10793 - hashlib documentation issue on return type of digest by Senthil Kumaran · 14 years ago
  98. ef1a8b6 Fix same typo in docs. by R. David Murray · 14 years ago
  99. de3aa7f Issue #10783: rephrase the changelog (new try) by Victor Stinner · 14 years ago
  100. 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 14 years ago