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-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
Brian Curtin
2017-11-10
2
-0/+4
*
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
Cody Scott
2017-11-09
1
-3/+3
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
5
-14/+14
*
bpo-31810: added missing keywords to docs. (#4140)
Tom Floyer
2017-11-08
1
-7/+7
*
bpo-29179: Document the Py_UNUSED macro (#4341)
Petr Viktorin
2017-11-08
1
-0/+7
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
1
-4/+94
*
bpo-31338: C API intro: add missing versionadded (#4339)
Victor Stinner
2017-11-08
1
-0/+10
*
Fix broken link in Doc/whatsnew/3.7.rst (GH-4335)
Berker Peksag
2017-11-08
1
-3/+3
*
Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)
Petr Viktorin
2017-11-08
1
-0/+2
*
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
Sanyam Khurana
2017-11-08
2
-1/+12
*
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Justus Schwabedal
2017-11-07
1
-10/+14
*
bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)
Julien Palard
2017-11-07
1
-0/+2
*
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
Jelle Zijlstra
2017-11-07
1
-19/+11
*
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
Antoine Pitrou
2017-11-07
1
-1/+1
*
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
Berker Peksag
2017-11-07
1
-0/+6
*
bpo-31950: Improve event loop policy doc (#4306)
Antoine Pitrou
2017-11-07
1
-3/+30
*
Add asyncio.Handle.cancelled() method (#2388)
Marat Sharafutdinov
2017-11-07
1
-0/+6
*
Fix a minor typo and hyphenate "multi-threading" (#4237)
Barry Warsaw
2017-11-07
1
-5/+5
*
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...
Anders Lorentsen
2017-11-07
1
-3/+10
*
bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)
Nir Soffer
2017-11-06
2
-2/+23
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
5
-7/+7
*
bpo-22257: Mention startup refactoring in What's New (GH-4286)
Nick Coghlan
2017-11-05
1
-0/+14
*
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
davy wybiral
2017-11-04
1
-1/+1
*
Add version{changed,added} markers and make minor style changes (GH-4273)
Berker Peksag
2017-11-04
4
-5/+11
*
bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085)
Serhiy Storchaka
2017-11-04
1
-0/+9
*
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
Phobosmir
2017-11-04
1
-1/+1
*
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou
2017-11-04
1
-6/+42
*
bpo-18699: Corrected documentation for window.chgat in curses module (#1430)
Chillar Anand
2017-11-04
1
-4/+4
*
Fix a grammatical problem and reword for clarity. (#4257)
Barry Warsaw
2017-11-03
1
-5/+4
*
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime...
Barry Warsaw
2017-11-02
1
-2/+12
*
Returning 1 from the set_progress_handler handler cancels query (GH-4120)
Simon Willison
2017-11-02
1
-0/+4
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
2
-6/+84
*
bpo-31307: Make ConfigParser.read() accept bytes objects (GH-3420)
Vincent Michel
2017-11-02
1
-1/+5
*
bpo-31917: Add 3 new clock identifiers (#4207)
Victor Stinner
2017-11-02
2
-0/+49
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-0/+16
*
bpo-20064: Document PyObject_Malloc() (#4199)
Victor Stinner
2017-10-31
1
-1/+64
*
bpo-31304: Update starmap_async documentation. (GH-4168)
Pablo Galindo
2017-10-30
1
-1/+1
*
bpo-31245: Asyncio unix socket datagram (#3164)
Quentin Dawans
2017-10-30
1
-3/+4
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
1
-4/+6
*
bpo-31545: Update documentation containing timedelta repr. (GH-3687)
Utkarsh Upadhyay
2017-10-27
1
-6/+6
*
Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)
Arthur Darcet
2017-10-27
1
-4/+4
*
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
cocoatomo
2017-10-27
1
-1/+1
*
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
Alexander Belopolsky
2017-10-26
1
-3/+5
*
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira
2017-10-26
1
-0/+4
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-0/+5
*
bpo-30937: Make usage of newline='' consistent in csv docs (GH-2730)
Ammar Askar
2017-10-26
1
-3/+3
*
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
Mario Corchero
2017-10-26
1
-0/+7
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
2
-28/+37
*
Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....
Alexander Belopolsky
2017-10-24
1
-3/+26
*
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka
2017-10-24
2
-8/+27
[next]