index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-26510: make argparse subparsers required by default (#3027)
Anthony Sottile
2017-09-20
1
-2/+5
*
bpo-31533: fix broken link to OpenSSL docs (#3674)
Felipe
2017-09-20
1
-2/+2
*
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...
Antoine Pitrou
2017-09-18
5
-31/+19
*
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes
2017-09-15
1
-1/+11
*
bpo-31386: Custom wrap_bio and wrap_socket type (#3426)
Christian Heimes
2017-09-15
1
-5/+31
*
bpo-314777: IDLE - improve rstrip entry in doc (#3602)
Terry Jan Reedy
2017-09-15
1
-1/+3
*
bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)
Feanil Patel
2017-09-14
1
-0/+9
*
Improve code examples in hashlib cookie signing (GH-3562)
sww
2017-09-14
1
-3/+4
*
bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)
Mariatta
2017-09-13
1
-2/+3
*
bpo-31394: Clarify documentation about token type attribute (GH-3469)
Aivar Annamaa
2017-09-13
1
-2/+2
*
bpo-31421: Document how IDLE runs tkinter programs. (#3513)
Terry Jan Reedy
2017-09-12
1
-6/+29
*
bpo-27099: Finish updating IDLE doc and help text. (#3510)
Terry Jan Reedy
2017-09-12
1
-4/+4
*
bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)
wohlganger
2017-09-10
1
-20/+3
*
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...
Raymond Hettinger
2017-09-10
1
-14/+4
*
Improve IncrementalEncoder documentation (GH-2746)
Zhiming Wang
2017-09-10
1
-9/+9
*
Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)
Sergey Fedoseev
2017-09-09
1
-1/+1
*
bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes
2017-09-08
1
-1/+16
*
Show example of itemgetter() applied to a dictionary (#3431)
Raymond Hettinger
2017-09-08
1
-0/+3
*
bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes
2017-09-08
1
-2/+26
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-1/+16
*
bpo-31270: Modification of Pr 3200 (#3427)
Raymond Hettinger
2017-09-07
1
-19/+18
*
bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3...
Elena Oat
2017-09-07
1
-1/+3
*
bpo-22635: subprocess.getstatusoutput doc update. (#3398)
Gregory P. Smith
2017-09-07
1
-7/+12
*
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
2017-09-07
1
-3/+41
*
bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)
Christian Heimes
2017-09-06
1
-0/+6
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
1
-1/+0
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+20
*
link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson
2017-09-05
1
-1/+1
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-6/+3
*
remote note about IRIX in aifc (#3299)
Benjamin Peterson
2017-09-04
1
-6/+0
*
bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw
2017-09-04
1
-3/+15
*
Clarify nature of parse_args 'args' argument. (#3292)
R. David Murray
2017-09-04
1
-3/+15
*
bpo-30096: Use ABC in abc reference examples (#1220)
Eric Appelt
2017-08-30
1
-24/+39
*
bpo-31065: Add doc about Popen.poll returning None. (#3169)
Ivan Chernoff
2017-08-29
1
-1/+1
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-3/+19
*
bpo-26656: Improve re.compile documentation (GH-3211)
Henk-Jaap Wagenaar
2017-08-28
1
-3/+4
*
bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)
Paul Moore
2017-08-26
1
-4/+8
*
bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)
Łukasz Langa
2017-08-24
1
-2/+4
*
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Łukasz Langa
2017-08-21
1
-1/+5
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-9/+21
*
bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)
Christian Heimes
2017-08-15
1
-2/+3
*
bpo-31191: Improve grammar in threading.Barrier docs (GH-3080)
Saurabh Chaturvedi
2017-08-14
1
-2/+2
*
bpo-31072: Add filter to zipapp (#3021)
Jeffrey Rackauckas
2017-08-09
1
-1/+6
*
Improve grammar in asyncio documentation (GH-2993)
Mike DePalatis
2017-08-03
1
-1/+1
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...
Preston Landers
2017-08-02
1
-1/+8
*
Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)
Łukasz Langa
2017-08-01
1
-0/+12
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-21/+49
*
bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...
Vinay Sajip
2017-07-30
1
-0/+13
*
bpo-30803: clarify truth value testing documentation (#2508)
Peter Thomassen
2017-07-29
1
-19/+14
[next]