- 00773df Issue #18874: apply Jim Jewett's patch on tracemalloc doc by Victor Stinner · 11 years ago
- dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
- 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
- c7cf5fc Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
- 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
- d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
- d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
- 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
- db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
- fb310a9 Merge broken link fix from 3.3. by Ezio Melotti · 11 years ago
- f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
- 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago
- 4d01c4b merge with 3.3 by Georg Brandl · 11 years ago
- 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
- ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
- 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
- a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
- d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
- 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
- 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
- 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
- 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
- 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
- 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
- c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
- 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
- be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
- 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
- 5de397e merge by Christian Heimes · 11 years ago
- 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
- 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
- 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 11 years ago
- 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
- a30d82f Document create_connection by Antoine Pitrou · 11 years ago
- 9a62a19 Start documenting the event loop by Antoine Pitrou · 11 years ago
- 4d1046c Document asyncio transport APIs by Antoine Pitrou · 11 years ago
- 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
- ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
- 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
- 44a0db0 Issue #19551: Update whatsnew. by Ned Deily · 11 years ago
- 7bc4b3b Update What's New with PEP 453 progress by Nick Coghlan · 11 years ago
- 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
- f8d0ff9 Add source link for asyncio. by Guido van Rossum · 11 years ago
- 74193af Finish protocol documentation by Antoine Pitrou · 11 years ago
- a035e1b Start documenting protocols by Antoine Pitrou · 11 years ago
- f0f5d38 Mention threadpool interface in asyncio overview. by Guido van Rossum · 11 years ago
- bba8682 Issue #19291: add crude stubs to the asyncio docs by Antoine Pitrou · 11 years ago
- b3931d2 Wording changes by Andrew Kuchling · 11 years ago
- 7a4e2d1 Wording changes to pathlib docs. by Andrew Kuchling · 11 years ago
- 4da459c Fix markup of notes recommending asyncio. by Guido van Rossum · 11 years ago
- 9ae8742 Merge heads by Zachary Ware · 11 years ago
- e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
- e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
- aa40775 Add note to asyncore/asynchat recommending asyncio for new code. by Guido van Rossum · 11 years ago
- 5467da8 Move select, selectors, asyncio to section 18 (IPC). by Guido van Rossum · 11 years ago
- 7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). by Guido van Rossum · 11 years ago
- 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
- b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
- 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
- 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
- 8afc8f6 Issue #19619: Update What's New for codec blacklist by Nick Coghlan · 11 years ago
- f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
- 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
- 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
- c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
- bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
- efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
- e6e2d9b Clarify where "Documenting Python" can be found. by Guido van Rossum · 11 years ago
- c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
- 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
- 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
- 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
- 0e60f85 Merge from 3.3 by Andrew Kuchling · 11 years ago
- 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
- 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
- fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
- 6dd0d46 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. by Antoine Pitrou · 11 years ago
- 58b7166 Merge indentation fix in doc example from 3.3. by Ezio Melotti · 11 years ago
- e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
- cfac518 Merge. by Richard Oudkerk · 11 years ago
- edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
- 6b2b084 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
- 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
- c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
- eb8ea26 #19238: merge with 3.3. by Ezio Melotti · 11 years ago
- 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
- 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 11 years ago
- 452bab4 Issue #16685: Added support for writing any bytes-like objects in the aifc, by Serhiy Storchaka · 11 years ago
- 7714ebb Issue #5202: Added support for unseekable files in the wave module. by Serhiy Storchaka · 11 years ago
- 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
- 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
- 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
- 2a1838b Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. by Andrew Kuchling · 11 years ago
- 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
- 5e2d456 Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. by Andrew Kuchling · 11 years ago
- d4fdbcc Issue #17839: mention base64 change in What's New by Nick Coghlan · 11 years ago
- 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
- 7150787 Merge from 3.3 by Andrew Kuchling · 11 years ago
- d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
- 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago