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
*
Document a workaround for a curses bug (GH-13209)
Toshio Kuratomi
2019-05-17
1
-3/+10
*
Correct typos in the Barrier specification (GH-9395)
Géry Ogam
2019-05-17
1
-2/+2
*
docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)
redshiftzero
2019-05-17
1
-5/+10
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
2
-9/+8
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
74
-76/+76
*
Doc: Add link threading.settrace to sys.settrace (GH-13345)
Stefan Hoelzl
2019-05-17
1
-2/+2
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
2
-9/+0
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
1
-3/+4
*
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
Terry Jan Reedy
2019-05-16
1
-2/+2
*
Fix typos in documentation (#13344)
Xtreak
2019-05-16
2
-2/+2
*
bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191)
zlohhcuB treboR
2019-05-15
1
-1/+10
*
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou
2019-05-15
1
-1/+5
*
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen
2019-05-15
2
-0/+22
*
Reference zipimport source code from docs. (GH-13310)
Xtreak
2019-05-15
1
-0/+2
*
bpo-36799: Fix typo in ctypes.rst (GH-13104)
Yavor Konstantinov
2019-05-15
1
-2/+2
*
bpo-36760: Clarify subprocess capture_output docs. (GH-13322)
Gregory P. Smith
2019-05-14
1
-1/+3
*
bpo-32995 - Added context variable in glossary (GH-9741)
Vinodhini Balusamy
2019-05-14
1
-0/+9
*
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Nick Coghlan
2019-05-14
13
-70/+57
*
Doc: Update pip and setuptools when creating the virtual environment (GH-13307)
Stéphane Wirtel
2019-05-14
1
-0/+1
*
Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)
wim glenn
2019-05-14
1
-1/+1
*
bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)
Anders Hovmöller
2019-05-13
1
-1/+5
*
bpo-36895: Undocument removed time.clock (GH-13286)
Matthias Bussonnier
2019-05-13
2
-24/+4
*
Docs: Add bz2 usage examples (GH-13258)
Brad
2019-05-13
1
-5/+79
*
bpo-36867: DOC update multiprocessing.rst (GH-13289)
Pierre Glaser
2019-05-13
1
-6/+10
*
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
Victor Stinner
2019-05-13
1
-7/+0
*
bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org...
divyag9
2019-05-13
3
-13/+13
*
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta
2019-05-13
3
-10/+10
*
Changes to the documentation of normcase (GH-4725)
Kexuan Sun
2019-05-13
1
-4/+4
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
1
-0/+5
*
bpo-36778: Update cp65001 codec documentation (GH-13240)
Victor Stinner
2019-05-13
1
-5/+4
*
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
Zackery Spytz
2019-05-13
2
-0/+13
*
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Edison A
2019-05-13
2
-6/+23
*
Correct misspelling (GH-11470)
Johnny Gérard
2019-05-13
1
-1/+1
*
bpo-36895: remove time.clock() as per removal notice. (GH-13270)
Matthias Bussonnier
2019-05-13
1
-1/+1
*
bpo-36886: Document changes in code object in What's new section (GH-13255)
Pablo Galindo
2019-05-12
1
-0/+4
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
2
-0/+43
*
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
Sanyam Khurana
2019-05-11
1
-4/+4
*
Hide module name from local (anchor) links in shutil docs (GH-6695)
Aurelio Jargas
2019-05-11
1
-4/+4
*
bpo-21536: Update What's New in Python 3.8 entry (GH-13242)
Victor Stinner
2019-05-11
1
-1/+2
*
Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)
Pablo Galindo
2019-05-10
1
-1/+1
*
bpo-33071: remove outdated PyPI docs (GH-13087)
Kojo Idrissa
2019-05-10
2
-243/+6
*
bpo-36676: Update what's new document. (#13226)
Stefan Behnel
2019-05-10
1
-0/+7
*
bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)
Rémi Lapeyre
2019-05-10
1
-2/+8
*
bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)
Victor Stinner
2019-05-10
1
-2/+1
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
1
-31/+59
*
doc: fix broken link on howto/unicode page (#13160)
redshiftzero
2019-05-09
1
-1/+1
*
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
Aviv Palivoda
2019-05-09
1
-0/+4
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
4
-9/+8
*
bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)
Pierre Glaser
2019-05-08
1
-0/+71
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
1
-0/+14
[next]