- d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
- 4775def merge by Raymond Hettinger · 13 years ago
- 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
- 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
- 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
- 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
- ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
- 38b968b deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
- 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
- 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
- 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
- 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
- e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
- ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
- 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
- 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
- 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
- c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
- 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
- f5a1d76 Fix indentation. by Georg Brandl · 13 years ago
- 4dcf474 Fix indentation. by Georg Brandl · 13 years ago
- 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
- 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
- 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
- f67e494 merge by Brett Cannon · 13 years ago
- bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
- 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
- 80f7102 Improve packaging.database documentation by Éric Araujo · 13 years ago
- e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
- 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
- a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
- 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
- 83ac013 Clarify importlib.machinery.PathFinder's difference from what __import__() does. by Brett Cannon · 13 years ago
- 75321e8 Minor doc cleanup. by Brett Cannon · 13 years ago
- b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
- 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
- 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
- be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
- 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
- 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
- 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
- 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
- 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
- 0109e3c merge with 3.2 by Sandro Tosi · 13 years ago
- 83c4882 s/div/truediv/; thanks to Félix-Antoine Fortin from docs@ by Sandro Tosi · 13 years ago
- b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
- ad8586d typo by Benjamin Peterson · 13 years ago
- 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
- 3bbdc8e Issue #14123: Explicitly mention that old style % string formatting has caveats by Gregory P. Smith · 13 years ago
- ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
- 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
- 408026c Merge 3.2 by Éric Araujo · 13 years ago
- a609199 Use const markup instead of a misleading string literal by Éric Araujo · 13 years ago
- 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
- 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
- 335d628 merge with 3.2 by Georg Brandl · 13 years ago
- eb25fb7 Fix markup errors. by Georg Brandl · 13 years ago
- fb36e66 adjust docs for unicode 6.1 by Benjamin Peterson · 13 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- 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
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 5743691 Merged upstream changes. by Vinay Sajip · 13 years ago
- aa8a62d Merged documentation update from 3.2. by Vinay Sajip · 13 years ago
- fee358b logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
- ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 13 years ago
- 4a57846 Merge by Antoine Pitrou · 13 years ago
- a7e594b Merge 3.2 by Éric Araujo · 13 years ago
- 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
- c3ef037 Add missing “::” markup. by Éric Araujo · 13 years ago
- 32ac92c Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- 0467686 Issue #13605: use print() in argparse nargs example by Sandro Tosi · 13 years ago
- 1ee86a1 merge with 3.2 by Sandro Tosi · 13 years ago
- 76dea27 Indent 'File' in memoryview example, so it is correctly highlighted by Sandro Tosi · 13 years ago
- b5d2710 merge with 3.2 by Sandro Tosi · 13 years ago
- c33ae06 fix error in memoryview example; thanks to kan lianlian from docs@ by Sandro Tosi · 13 years ago
- c48cfe3 #14020: merge with 3.2. by Ezio Melotti · 13 years ago
- 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
- 17f1be6 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- b389022 sqlite3: Fix documentation errors concerning Cursor.rowcount by Petri Lehtinen · 13 years ago
- cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 13 years ago
- 5cb522c Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
- be2cf33 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
- 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
- ccddc47 Improve doc for atexit.register and unregister (#12297) by Éric Araujo · 13 years ago
- 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 13 years ago
- 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
- 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
- a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 13 years ago
- db66310 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
- 58f23ff Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
- d1a1071 Merge: #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
- 30d94b7 Issue #13989: Document that GzipFile does not support text mode. by Nadeem Vawda · 14 years ago
- d049d5c fix Sphinx error in os.rst by Eli Bendersky · 14 years ago
- bc35beb Undocument and clean up sqlite3.OptimizedUnicode by Petri Lehtinen · 14 years ago
- f0f9679 merge from 3.2 by Senthil Kumaran · 14 years ago
- 5b14d73 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry by Senthil Kumaran · 14 years ago
- 0bfa963 merged from 3.2 by Senthil Kumaran · 14 years ago
- 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago