summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Improve IncrementalEncoder documentation (GH-2746)Zhiming Wang2017-09-101-9/+9
* Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)Sergey Fedoseev2017-09-091-1/+1
* bpo-28182: Expose OpenSSL verification results (#3412)Christian Heimes2017-09-081-1/+16
* Show example of itemgetter() applied to a dictionary (#3431)Raymond Hettinger2017-09-081-0/+3
* bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)Christian Heimes2017-09-081-2/+26
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-1/+16
* bpo-31270: Modification of Pr 3200 (#3427)Raymond Hettinger2017-09-071-19/+18
* bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3...Elena Oat2017-09-071-1/+3
* bpo-22635: subprocess.getstatusoutput doc update. (#3398)Gregory P. Smith2017-09-071-7/+12
* bpo-14191 Add parse_intermixed_args. (#3319)R. David Murray2017-09-071-3/+41
* bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)Christian Heimes2017-09-061-0/+6
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-1/+0
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-0/+20
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-051-1/+1
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-6/+3
* remote note about IRIX in aifc (#3299)Benjamin Peterson2017-09-041-6/+0
* bpo-1198569: Allow string.Template braced pattern to be different (#3288)Barry Warsaw2017-09-041-3/+15
* Clarify nature of parse_args 'args' argument. (#3292)R. David Murray2017-09-041-3/+15
* bpo-30096: Use ABC in abc reference examples (#1220)Eric Appelt2017-08-301-24/+39
* bpo-31065: Add doc about Popen.poll returning None. (#3169)Ivan Chernoff2017-08-291-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-261-4/+8
* bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)Łukasz Langa2017-08-241-2/+4
* bpo-23835: [docs] configparser converts defaults to strings (#3176)Łukasz Langa2017-08-211-1/+5
* bpo-31183: `dis` now handles coroutines & async generators (GH-3077)syncosmic2017-08-181-9/+21
* 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
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-091-1/+6
* 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-281-1/+1
* 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
* bpo-30456: Clarify example for duplicates in second argument of isinstance (G...Eli Boyarski2017-07-241-1/+2
* Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)靳阳2017-07-201-1/+1
* bpo-30794: added kill() method to multiprocessing.Process (#2528)Vitor Pereira2017-07-181-0/+6
* Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)Łukasz Rogalski2017-07-142-2/+2
* 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
* bpo-6691: Pyclbr now reports nested classes and functions. (#2503)csabella2017-07-041-55/+92
* Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)Antoine Pitrou2017-06-241-0/+10
* bpo-21071: struct.Struct.format type is now str (#845)Victor Stinner2017-06-231-0/+3
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-232-5/+5