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-30456: Clarify example for duplicates in second argument of isinstance (G...
Eli Boyarski
2017-07-24
1
-1/+2
*
bpo-30964: Mention ensurepip in package installation docs (GH-2786)
Nicholas
2017-07-21
1
-0/+11
*
Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)
靳阳
2017-07-20
1
-1/+1
*
Update doc download files size estimates. (#2771)
Ned Deily
2017-07-20
1
-9/+9
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-0/+6
*
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Steve Dower
2017-07-17
1
-1/+12
*
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721)
Ned Deily
2017-07-15
1
-1/+1
*
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)
Łukasz Rogalski
2017-07-14
2
-2/+2
*
bpo-30466: Add brief explanation of classes to tutorial (GH-1804)
Trey Hunner
2017-07-13
1
-0/+6
*
bpo-26506: hex() documentation: mention %x % int (GH-2525)
Manvisha Kodali
2017-07-06
1
-10/+52
*
bpo-30862: Updated Logger.setLevel documentation. (GH-2604)
Vinay Sajip
2017-07-06
1
-4/+8
*
Remove outdated FOX from GUI FAQ (GH-2538)
Berker Peksag
2017-07-04
1
-9/+0
*
bpo-6691: Pyclbr now reports nested classes and functions. (#2503)
csabella
2017-07-04
1
-55/+92
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-0/+4
*
bpo-30362 : Add list options to launcher. (#1578)
Steve (Gadget) Barnes
2017-06-28
1
-0/+15
*
Clarification to the `break` statement (GH-2453)
regexaurus
2017-06-27
1
-1/+1
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
2
-5/+15
*
bpo-30733: Fix typos in "What's New" entry (GH-2414)
Walter Dörwald
2017-06-26
1
-2/+2
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0/+10
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
2
-0/+6
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
4
-7/+14
*
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
_ = NaN
2017-06-23
1
-3/+3
*
bpo-30619: Clarify typing.Union documentation (GH-2326)
khyox
2017-06-22
1
-1/+1
*
Fix typo in 3.7 whatsnew (#2308)
Daniel Porteous
2017-06-21
1
-1/+1
*
bpo-29933: Improve set_write_buffer_limits description (GH-2262)
Kojo Idrissa
2017-06-20
1
-1/+7
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
2
-0/+35
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
1
-81/+80
*
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan
2017-06-18
2
-14/+10
*
bpo-29783: Replace codecs.open() with io.open() (#599)
Victor Stinner
2017-06-16
1
-5/+2
*
bpo-30450: Add NEWS and whatsnew (GH-2236)
Zachary Ware
2017-06-16
1
-0/+6
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-16
1
-10/+46
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0/+5
*
Fix trivial typo in Readme (GH-2185)
csabella
2017-06-14
1
-1/+1
*
bpo-25514: Improve IDLE's connection refused message (#2177)
terryjreedy
2017-06-14
1
-0/+44
*
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)
Ben Hoyt
2017-06-13
1
-1/+1
*
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
Emily Morehouse
2017-06-13
1
-1/+1
*
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana
2017-06-13
1
-0/+4
*
Mention how to disable signal fd wakeup (#2140)
Antoine Pitrou
2017-06-13
1
-2/+4
*
bpo-6519: Improve Python Input Output Tutorial (GH-2143)
Andrew Kuchling
2017-06-13
1
-21/+29
*
bpo-30621: Update Input Output Tutorial Example(GH-2074)
suketa
2017-06-12
1
-0/+1
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
2
-2/+19
*
remove extra word (#2101)
Benjamin Peterson
2017-06-11
1
-2/+2
*
clarify recv() and send() on SSLObject (#2100)
Benjamin Peterson
2017-06-11
1
-2/+2
*
Show what's changed when Travis fails regen check (GH-2095)
Zachary Ware
2017-06-11
1
-130/+130
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
2
-0/+81
*
bpo-30312: Small correction in datastructures set code sample (GH-2081)
KatherineMichel
2017-06-10
1
-1/+1
*
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)
csabella
2017-06-10
1
-4/+4
*
bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536)
Jim Fasarakis-Hilliard
2017-06-09
1
-5/+10
*
bpo-30014: make poll-like selector's modify() method faster (#1030)
Giampaolo Rodola
2017-06-09
1
-0/+3
*
bpo-30217: Add the operators ~ and | to the index (#1502)
Marco Buttu
2017-06-09
1
-0/+2
[prev]
[next]