summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-30096: Use ABC in abc reference examples (#1220)Eric Appelt2017-08-301-24/+39
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-308-14/+14
* Fix the indentation in Extending Python code example (GH-3244)Sergey Fedoseev2017-08-301-6/+6
* bpo-31065: Add doc about Popen.poll returning None. (#3169)Ivan Chernoff2017-08-291-1/+1
* Fix a typo in the Programming FAQ. (#3230)Gregory P. Smith2017-08-281-1/+1
* bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)Pier-Yves Lessard2017-08-281-3/+19
* bpo-26656: Improve re.compile documentation (GH-3211)Henk-Jaap Wagenaar2017-08-281-3/+4
* bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)Paul Moore2017-08-262-4/+15
* bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)Łukasz Langa2017-08-241-2/+4
* bpo-31095: fix potential crash during GC (GH-2974)INADA Naoki2017-08-242-9/+21
* bpo-23835: [docs] configparser converts defaults to strings (#3176)Łukasz Langa2017-08-211-1/+5
* Fix a minor grammar issue in the logging cookbook (GH-3136)Brett Cannon2017-08-181-1/+1
* Fix broken `Show Source` links on documentation pages (GH-3113)Elmar Ritsch2017-08-181-1/+1
* bpo-31183: `dis` now handles coroutines & async generators (GH-3077)syncosmic2017-08-181-9/+21
* Update the language selection in the docs language switch. (GH-3114)Julien Palard2017-08-171-1/+1
* bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)Christian Heimes2017-08-151-2/+3
* bpo-31191: Improve grammar in threading.Barrier docs (GH-3080)Saurabh Chaturvedi2017-08-141-2/+2
* Fix typo in 3.7 What's New (GH-3069)Daniel Himmelstein2017-08-111-1/+1
* bpo-31159: fix language switch regex on unknown yet built languages. (#3039)Julien Palard2017-08-091-2/+2
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-091-1/+6
* bpo-31149: Doc: Add Japanese to the language switcher. (#3028)Julien Palard2017-08-081-0/+1
* bpo-31045: Language switch (#2652)Julien2017-08-074-71/+151
* Improve grammar in asyncio documentation (GH-2993)Mike DePalatis2017-08-031-1/+1
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...Preston Landers2017-08-021-1/+8
* Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)Łukasz Langa2017-08-011-0/+12
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky2017-07-311-21/+49
* bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...Vinay Sajip2017-07-301-0/+13
* bpo-30803: clarify truth value testing documentation (#2508)Peter Thomassen2017-07-291-19/+14
* Fix trivial typo in multiprocessing documentation (GH-2930)Yuval Langer2017-07-281-1/+1
* bpo-30302: Update WhatsNew and documentation. (#2929)Utkarsh Upadhyay2017-07-282-1/+4
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-258-3/+23
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-251-3/+4
* Minor typo in curses.rst (#2763)waxmoon2017-07-241-1/+1
* bpo-30456: Clarify example for duplicates in second argument of isinstance (G...Eli Boyarski2017-07-241-1/+2
* bpo-30964: Mention ensurepip in package installation docs (GH-2786)Nicholas2017-07-211-0/+11
* Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)靳阳2017-07-201-1/+1
* Update doc download files size estimates. (#2771)Ned Deily2017-07-201-9/+9
* bpo-30794: added kill() method to multiprocessing.Process (#2528)Vitor Pereira2017-07-181-0/+6
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-1/+12
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721)Ned Deily2017-07-151-1/+1
* Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)Łukasz Rogalski2017-07-142-2/+2
* bpo-30466: Add brief explanation of classes to tutorial (GH-1804)Trey Hunner2017-07-131-0/+6
* bpo-26506: hex() documentation: mention %x % int (GH-2525)Manvisha Kodali2017-07-061-10/+52
* bpo-30862: Updated Logger.setLevel documentation. (GH-2604)Vinay Sajip2017-07-061-4/+8
* Remove outdated FOX from GUI FAQ (GH-2538)Berker Peksag2017-07-041-9/+0
* bpo-6691: Pyclbr now reports nested classes and functions. (#2503)csabella2017-07-041-55/+92
* bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)Segev Finer2017-06-281-0/+4
* bpo-30362 : Add list options to launcher. (#1578)Steve (Gadget) Barnes2017-06-281-0/+15
* Clarification to the `break` statement (GH-2453)regexaurus2017-06-271-1/+1