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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
1
-0/+4
*
bpo-29879: Update typing documentation. (GH-4573)
Ivan Levkivskyi
2017-11-26
1
-0/+12
*
bpo-32071: Add unittest -k option (#4496)
Jonas Haag
2017-11-25
1
-0/+34
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
1
-3/+8
*
Improve Scheduler Objects documentation. (GH-4556)
Mariatta
2017-11-25
1
-1/+1
*
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
Ashley Camba
2017-11-24
1
-2/+2
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
Berker Peksag
2017-11-23
1
-4/+4
*
bpo-32099 Add deque variant of roundrobin() recipe (#4497)
Raymond Hettinger
2017-11-23
1
-0/+19
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
1
-18/+22
*
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...
AraHaan
2017-11-21
1
-0/+3
*
bpo-31672 - Add one last minor clarification for idpattern (#4483)
Barry Warsaw
2017-11-21
1
-2/+4
*
Add comment and improve variable name in roundrobin() (#4486)
Raymond Hettinger
2017-11-21
1
-4/+5
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
1
-3/+15
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
1
-1/+8
*
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
1
-5/+9
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
1
-1/+15
*
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
1
-0/+27
*
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
*
The termios man page is in section 3 (GH-2450)
Edward Betts
2017-11-11
1
-1/+1
*
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
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
3
-4/+4
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
1
-4/+94
*
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
Sanyam Khurana
2017-11-08
1
-1/+6
*
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Justus Schwabedal
2017-11-07
1
-10/+14
*
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
*
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
1
-2/+16
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
3
-3/+3
*
Add version{changed,added} markers and make minor style changes (GH-4273)
Berker Peksag
2017-11-04
2
-3/+5
*
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
*
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
1
-6/+49
*
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
1
-0/+35
*
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
[prev]
[next]