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
*
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
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
1
-11/+8
*
bpo-24755: Document asyncio.wrap_future (GH-603)
adisbladis
2017-06-09
1
-0/+5
*
bpo-30486: Allow setting cell value (#1840)
Lisa Roach
2017-06-08
1
-0/+6
*
bpo-29596: Improve clinic howto documentation (GH-1710)
gfyoung
2017-06-06
1
-3/+3
*
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
wim glenn
2017-06-06
1
-2/+2
*
bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)
Serhiy Storchaka
2017-06-06
2
-39/+39
*
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip
2017-06-06
1
-0/+2
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
2
-8/+96
*
bpo-30530: Update Descriptor How To Documentation (GH-1845)
Mariano Anaya
2017-06-05
1
-1/+1
*
bpo-30538: Update count() in Functional Programming HOWTO (#1919)
csabella
2017-06-04
1
-9/+14
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
1
-0/+18
*
bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)
Jamiel Almeida
2017-06-02
1
-0/+33
*
bpo-30052: Always regenerate cross-references (#1339)
Nick Coghlan
2017-06-02
1
-2/+7
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)
Matthias Bussonnier
2017-06-01
1
-3/+11
*
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
Eric Snow
2017-06-01
1
-0/+4
*
bpo-30499: Remove a deprecated note about sets. (GH-1848)
Julien
2017-06-01
1
-3/+1
*
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)
csabella
2017-06-01
1
-2/+3
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
1
-0/+8
*
bpo-17188: add missing periods at the end of sentences (GH-1875)
Mariatta
2017-05-30
1
-2/+2
*
Improve grammar in The Import System documentation (GH-1862)
kms70847
2017-05-30
1
-6/+6
*
bpo-30361: Use better example for mixed-type operands (#1701)
gfyoung
2017-05-29
1
-4/+2
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
2
-11/+20
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
2
-4/+13
[next]