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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
2017-09-07
2
-3/+50
*
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
3
-5/+4
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+20
*
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...
Steve Dower
2017-09-06
1
-0/+24
*
link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson
2017-09-05
2
-2/+2
*
Prevent a few make suspicious warnings. (#3341)
Ned Deily
2017-09-05
1
-0/+2
*
Include additional changes to support blurbified NEWS (#3340)
Ned Deily
2017-09-05
2
-2/+17
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
2
-0/+10
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
2
-13/+7
*
What's New for bpo-1198569 (#3303)
Barry Warsaw
2017-09-04
1
-0/+7
*
Fixes doc/make.bat to properly handle quoted paths. (#3302)
Steve Dower
2017-09-04
1
-8/+8
*
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
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
1
-3/+0
*
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-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
8
-14/+14
*
Fix the indentation in Extending Python code example (GH-3244)
Sergey Fedoseev
2017-08-30
1
-6/+6
*
bpo-31065: Add doc about Popen.poll returning None. (#3169)
Ivan Chernoff
2017-08-29
1
-1/+1
*
Fix a typo in the Programming FAQ. (#3230)
Gregory P. Smith
2017-08-28
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
2
-4/+15
*
bpo-23835: Restore legacy defaults= behavior for RawConfigParser (#3191)
Łukasz Langa
2017-08-24
1
-2/+4
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
2
-9/+21
*
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Łukasz Langa
2017-08-21
1
-1/+5
*
Fix a minor grammar issue in the logging cookbook (GH-3136)
Brett Cannon
2017-08-18
1
-1/+1
*
Fix broken `Show Source` links on documentation pages (GH-3113)
Elmar Ritsch
2017-08-18
1
-1/+1
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-9/+21
*
Update the language selection in the docs language switch. (GH-3114)
Julien Palard
2017-08-17
1
-1/+1
*
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
*
Fix typo in 3.7 What's New (GH-3069)
Daniel Himmelstein
2017-08-11
1
-1/+1
*
bpo-31159: fix language switch regex on unknown yet built languages. (#3039)
Julien Palard
2017-08-09
1
-2/+2
*
bpo-31072: Add filter to zipapp (#3021)
Jeffrey Rackauckas
2017-08-09
1
-1/+6
*
bpo-31149: Doc: Add Japanese to the language switcher. (#3028)
Julien Palard
2017-08-08
1
-0/+1
*
bpo-31045: Language switch (#2652)
Julien
2017-08-07
4
-71/+151
*
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
*
Fix trivial typo in multiprocessing documentation (GH-2930)
Yuval Langer
2017-07-28
1
-1/+1
*
bpo-30302: Update WhatsNew and documentation. (#2929)
Utkarsh Upadhyay
2017-07-28
2
-1/+4
*
Add the link to asyncio source code in the docs (GH-2373)
lf
2017-07-25
8
-3/+23
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-3/+4
*
Minor typo in curses.rst (#2763)
waxmoon
2017-07-24
1
-1/+1
[next]