- c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
- 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
- f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
- 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
- 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
- 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 9 years ago
- da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 9 years ago
- bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 9 years ago
- 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
- 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 9 years ago
- 42f740d Issue #26875: Fix mmap example by Zachary Ware · 9 years ago
- a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
- f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
- b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
- a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
- d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 9 years ago
- 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 9 years ago
- e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 9 years ago
- 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 9 years ago
- 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 9 years ago
- 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 9 years ago
- 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 9 years ago
- 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 9 years ago
- 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 9 years ago
- 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 9 years ago
- 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
- 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 9 years ago
- 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 9 years ago
- 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
- b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 9 years ago
- ded4c49 Trivial typo by Jesus Cea · 9 years ago
- 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 9 years ago
- 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 119e502 Fix typos in code comments and documentation by Martin Panter · 9 years ago
- 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 9 years ago
- b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
- b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 9 years ago
- abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 9 years ago
- 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 9 years ago
- 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 9 years ago
- 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 9 years ago
- de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 9 years ago
- a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 9 years ago
- 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 9 years ago
- a1f5f8b Merge heads by Serhiy Storchaka · 9 years ago
- 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 9 years ago
- 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
- 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 9 years ago
- d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 9 years ago
- 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 9 years ago
- 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 9 years ago
- 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
- cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
- af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
- b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 9 years ago
- 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 9 years ago
- d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
- e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
- 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 9 years ago
- 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 9 years ago
- f9cddcc Issue #25314: store_true and store_false also create appropriate defaults. by Raymond Hettinger · 14 years ago
- f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
- fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 9 years ago
- f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 9 years ago
- 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 9 years ago
- 8a20851 Issue #25654: by Victor Stinner · 9 years ago
- 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
- 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
- 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
- 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
- adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 9 years ago
- 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
- 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
- 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
- ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
- f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
- a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 9 years ago
- 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
- 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 9 years ago
- d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
- eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
- 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 9 years ago
- cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
- adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
- b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 9 years ago
- 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
- e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
- ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
- 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
- 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
- 76b2ee0 Fix typo. by Georg Brandl · 9 years ago
- 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
- 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
- 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
- 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
- 06871ef Fix version. by Georg Brandl · 9 years ago
- 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
- adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
- bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago