- aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
- c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
- 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
- e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
- b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
- 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
- a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
- f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
- 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
- cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
- d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
- 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
- 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
- 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
- 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
- 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
- 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
- ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
- 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
- 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
- eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
- f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
- 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
- ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
- 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
- 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
- b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
- 0ef4966 linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again). by Georg Brandl · 10 years ago
- 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
- 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
- 77fe77d Fixing broken links in doc, part 1: faq/ by Georg Brandl · 10 years ago
- 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
- 5e722f6 Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. by Georg Brandl · 10 years ago
- 485922e Update "where is python.org hosted" FAQ. by Georg Brandl · 10 years ago
- e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
- 46761ec Use https:// URLs in the HTML templates. by Georg Brandl · 10 years ago
- 69a7203 Doc readme: Fix markup, use https:// URLs. by Georg Brandl · 10 years ago
- 9ab33ea Adjust the author field of the .tex files to reflect that docs are now maintained by all of us by Georg Brandl · 10 years ago
- a1f8486 Move HTML templates to their own subdir. by Georg Brandl · 10 years ago
- e039029 Move Sphinx extensions to their own subdir. by Georg Brandl · 10 years ago
- 9a333a6 Remove a few config values that keep the default values, move values to the correct section by Georg Brandl · 10 years ago
- 3fdea95 Remove deprecated and now unnecessary config value from conf.py. by Georg Brandl · 10 years ago
- fe85807 Fix link to ABOP install chapter. by Georg Brandl · 10 years ago
- ce64ced Fix module name. by Georg Brandl · 10 years ago
- 946faa3 Using "-m module" is easier to read and understand than "-mmodule". by Georg Brandl · 10 years ago
- 4ab5733 Update Opensolaris advice to OpenCSW instead of defunct Blastwave. by Georg Brandl · 10 years ago
- 2b07b0e Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 10 years ago
- c943e79 Remove duplicate bullet point. by Georg Brandl · 10 years ago
- e48ec21 Fix typo. by Georg Brandl · 10 years ago
- bb2d669 Closes #22736: move seealso to the bottom of the section about RE syntax. by Georg Brandl · 10 years ago
- 89c558d Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 10 years ago
- 01546a8 Closes #22749: remove outdated advice to use clock() for accurate timing. by Georg Brandl · 10 years ago
- 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 10 years ago
- 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
- 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
- 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
- 16e7f97 Update OpenSSL version in PCbuild\readme.txt by Zachary Ware · 10 years ago
- 3894ae2 Issue #22711: improve links in new distribution docs by Nick Coghlan · 10 years ago
- 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 10 years ago
- 6d1c149 Issue #22723: Make link styling more accessible. by Berker Peksag · 10 years ago
- 2cef300 asyncio doc: fix typo in an example by Victor Stinner · 10 years ago
- a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
- c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 10 years ago
- 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
- 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
- 2514f52 Closes #22675: fix typo. by Georg Brandl · 10 years ago
- f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
- 0fc08fd merge 3.3 by Benjamin Peterson · 10 years ago
- 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
- 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
- 8e120ac Issue20689: add missing API pieces to __all__ by Ethan Furman · 10 years ago
- dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 10 years ago
- f87f515 Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
- 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
- 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
- 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
- d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
- baa6d3a Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
- be16d68 Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built by Zachary Ware · 10 years ago
- baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
- 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
- cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
- 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
- fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
- 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
- b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
- c966103 merge heads by Benjamin Peterson · 10 years ago
- 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
- 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
- 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
- 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
- 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
- 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
- c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago