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-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
1
-3/+15
*
bpo-32050: Fix -x option documentation (#4475)
Victor Stinner
2017-11-20
1
-2/+0
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
2
-5/+14
*
Remove outdated .pyo reference from msilib docs (GH-4461)
Berker Peksag
2017-11-19
1
-1/+1
*
Document parameters of BaseServer.finish_request() (GH-4445)
Masayuki Yamamoto
2017-11-19
1
-1/+1
*
[Doc] Update opcode for var-positional arguments (#4446)
Moses Koledoye
2017-11-18
1
-1/+1
*
Fix typo in atexit documentation. (GH-4419)
Erik Bray
2017-11-16
1
-1/+1
*
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka
2017-11-16
2
-5/+12
*
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner
2017-11-16
2
-1/+26
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
3
-2/+27
*
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...
Serhiy Storchaka
2017-11-16
1
-6/+6
*
bpo-32025: Add time.thread_time() (#4410)
Antoine Pitrou
2017-11-15
2
-0/+31
*
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
Serhiy Storchaka
2017-11-15
1
-2/+6
*
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
Serhiy Storchaka
2017-11-15
1
-0/+14
*
bpo-31948: Fix broken links in msilib docs (GH-4397)
Jesse-Bakker
2017-11-14
1
-33/+33
*
bpo-15606: Improve the re.VERBOSE documentation. (#4366)
Serhiy Storchaka
2017-11-14
1
-1/+2
*
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye
2017-11-12
1
-1/+2
*
The termios man page is in section 3 (GH-2450)
Edward Betts
2017-11-11
1
-1/+1
*
Remove redundant 'exc = True' line (GH-4357)
Berker Peksag
2017-11-11
1
-1/+0
*
bpo-31824: Document default value of 'errors' parameters (GH-4328)
Pablo Galindo
2017-11-10
1
-2/+2
*
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
[next]