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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
Antoine
2020-01-15
1
-1/+1
*
Fix compiler warning on Windows (GH-18012)
Ammar Askar
2020-01-15
1
-1/+1
*
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Victor Stinner
2020-01-15
4
-3/+57
*
bpo-1635741: Port _json extension module to multiphase initialization (PEP 48...
Hai Shi
2020-01-15
2
-23/+31
*
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)
Victor Stinner
2020-01-15
1
-1/+1
*
Fix AsyncMock base class in the docs (GH-18008)
Elena Oat
2020-01-15
1
-1/+1
*
Improve test coverage for AsyncMock. (GH-17906)
Karthikeyan Singaravelan
2020-01-15
1
-4/+49
*
Allow pgen to produce a DOT format dump of the grammar (GH-18005)
Pablo Galindo
2020-01-14
3
-2/+46
*
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
Dong-hee Na
2020-01-14
5
-33/+61
*
bpo-38901: Allow setting a venv's prompt to the basename of the current direc...
Vinay Sajip
2020-01-14
4
-1/+16
*
venv: Suppress warning message when bash hashing is disabled. (GH-17966)
Dima
2020-01-14
1
-2/+2
*
Fix documentation in code.py (GH-17988)
Kyle Pollina
2020-01-14
2
-2/+2
*
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Václav Bartoš
2020-01-14
2
-1/+2
*
bpo-39322: Add gc.is_finalized to the gc module docstring (GH-18000)
Pablo Galindo
2020-01-14
1
-0/+1
*
bpo-39322: Add gc.is_finalized to check if an object has been finalised by th...
Pablo Galindo
2020-01-14
6
-1/+75
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
5
-19/+27
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
17
-4847/+4901
*
bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958)
Dong-hee Na
2020-01-14
5
-7/+29
*
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-...
Anthony Shaw
2020-01-14
4
-95/+135
*
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
Dong-hee Na
2020-01-13
5
-5/+27
*
remove unused __version__ from mock.py (#17977)
Chris Withers
2020-01-13
1
-2/+0
*
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
Victor Stinner
2020-01-13
3
-4/+4
*
bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752)
Julien Danjou
2020-01-13
3
-4/+12
*
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
Karthikeyan Singaravelan
2020-01-13
2
-5/+85
*
bpo-20443: Update What's New In Python 3.9 (GH-17986)
Victor Stinner
2020-01-13
1
-1/+1
*
Cleanup exit code for interpreter. (GH-17756)
Mark Shannon
2020-01-13
2
-42/+5
*
Fix typos in gcmodule.c and restructure comments for clarity (GH-17983)
Pablo Galindo
2020-01-13
1
-44/+36
*
Remove unused functions in Parser/parsetok.c (GH-17365)
Emmanuel Arias
2020-01-13
1
-18/+0
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
7
-37/+144
*
bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
Alex Henrie
2020-01-13
1
-0/+1
*
bpo-32021: Support brotli .br encoding in mimetypes (#12200)
Philip McMahon
2020-01-12
2
-0/+2
*
bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-...
Batuhan Taşkaya
2020-01-12
5
-8/+23
*
Fix outdated comment in _strptime.py (GH-17929)
Ram Rachum
2020-01-12
1
-1/+1
*
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AS...
Batuhan Taşkaya
2020-01-12
2
-1/+11
*
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
Guðni Natan Gunnarsson
2020-01-12
3
-3/+5
*
bpo-39288: Add examples to math.nextafter() documentation (GH-17962)
Victor Stinner
2020-01-12
1
-0/+7
*
bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)
Kyle Stanley
2020-01-12
1
-1/+8
*
bpo-12159: Document sys.maxsize limit in len() function reference (GH-17934)
Zac Hatfield-Dodds
2020-01-12
1
-0/+5
*
bpo-16575: Disabled checks for union types being passed by value. (GH-17960)
Vinay Sajip
2020-01-12
2
-1/+20
*
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner
2020-01-12
6
-1/+140
*
bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)
Dong-hee Na
2020-01-11
5
-0/+24
*
bpo-39297: Update for importlib_metadata 1.4. (GH-17947)
Jason R. Coombs
2020-01-11
2
-36/+73
*
bpo-39259: nntplib.NNTP/NNTP_SSL refactoring (GH-17939)
Dong-hee Na
2020-01-11
1
-24/+18
*
Fix host in address of socket.create_server example. (GH-17706)
Karthikeyan Singaravelan
2020-01-11
1
-1/+1
*
bpo-39292: Add missing syslog facility codes. (GH-17945)
Vinay Sajip
2020-01-10
1
-21/+28
*
bpo-39200: Correct the error message for min/max builtin function (GH-17814)
Dong-hee Na
2020-01-10
3
-4/+21
*
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
Dong-hee Na
2020-01-10
5
-6/+26
*
bpo-39166: Fix trace of last iteration of async for loops (#17800)
Pablo Galindo
2020-01-10
3
-5/+87
*
bpo-39235: Check end_lineno and end_col_offset of AST nodes. (GH-17926)
Serhiy Storchaka
2020-01-10
1
-102/+104
*
bpo-39235: Fix end location for genexp in call args (GH-17925)
Guido van Rossum
2020-01-09
2
-8/+10
[next]