1. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
  2. 4775def merge by Raymond Hettinger · 13 years ago
  3. 13ec112 Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release. by Raymond Hettinger · 13 years ago
  4. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  5. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  6. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
  7. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
  8. 38b968b deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
  9. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
  10. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  11. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  12. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  13. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  14. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
  15. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
  16. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  17. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
  18. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
  19. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  20. f5a1d76 Fix indentation. by Georg Brandl · 13 years ago
  21. 4dcf474 Fix indentation. by Georg Brandl · 13 years ago
  22. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
  23. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  24. 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  25. f67e494 merge by Brett Cannon · 13 years ago
  26. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  27. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  28. 80f7102 Improve packaging.database documentation by Éric Araujo · 13 years ago
  29. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
  30. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
  31. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
  32. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
  33. 83ac013 Clarify importlib.machinery.PathFinder's difference from what __import__() does. by Brett Cannon · 13 years ago
  34. 75321e8 Minor doc cleanup. by Brett Cannon · 13 years ago
  35. b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
  36. 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
  37. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  38. be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  39. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  40. 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
  41. 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
  42. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  43. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
  44. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  45. 0109e3c merge with 3.2 by Sandro Tosi · 13 years ago
  46. 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
  47. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
  48. ad8586d typo by Benjamin Peterson · 13 years ago
  49. c45a8a1 Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon. by Gregory P. Smith · 13 years ago
  50. 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
  51. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  52. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 13 years ago
  53. 408026c Merge 3.2 by Éric Araujo · 13 years ago
  54. a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
  55. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  56. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
  57. 335d628 merge with 3.2 by Georg Brandl · 13 years ago
  58. eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
  59. fb36e66 adjust docs for unicode 6.1 by Benjamin Peterson · 13 years ago
  60. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  61. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  62. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  63. 5743691 Merged upstream changes. by Vinay Sajip · 13 years ago
  64. aa8a62d Merged documentation update from 3.2. by Vinay Sajip · 13 years ago
  65. fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  66. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
  67. 4a57846 Merge by Antoine Pitrou · 13 years ago
  68. a7e594b Merge 3.2 by Éric Araujo · 13 years ago
  69. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 13 years ago
  70. c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
  71. 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
  72. 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
  73. 1ee86a1 merge with 3.2 by Sandro Tosi · 13 years ago
  74. 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
  75. b5d2710 merge with 3.2 by Sandro Tosi · 13 years ago
  76. c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
  77. c48cfe3 #14020: merge with 3.2. by Ezio Melotti · 13 years ago
  78. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
  79. 17f1be6 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  80. b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
  81. cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 13 years ago
  82. 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
  83. be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  84. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  85. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
  86. ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
  87. 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 13 years ago
  88. 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  89. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  90. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
  91. db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  92. 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  93. d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
  94. 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
  95. d049d5c fix Sphinx error in os.rst by Eli Bendersky · 14 years ago
  96. bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 14 years ago
  97. f0f9679 merge from 3.2 by Senthil Kumaran · 14 years ago
  98. 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 14 years ago
  99. 0bfa963 merged from 3.2 by Senthil Kumaran · 14 years ago
  100. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago