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
...
*
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
Victor Stinner
2020-01-22
1
-2/+6
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
6
-94/+12
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
9
-25/+120
*
bpo-39425: Fix list.count performance regression (GH-18119)
Dong-hee Na
2020-01-22
1
-0/+4
*
bpo-39377: json: Update doc about the encoding option. (GH-18076)
Inada Naoki
2020-01-22
2
-8/+11
*
closes bpo-39415: Remove unused codes from longobject.c complexobject.c float...
Dong-hee Na
2020-01-22
3
-68/+0
*
PyLong_AsLongLong() docs should say 'long long' (#18082)
Keith Erskine
2020-01-21
1
-1/+1
*
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
Victor Stinner
2020-01-21
1
-15/+37
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
6
-12/+92
*
Move test_math tests (GH-18098)
Victor Stinner
2020-01-21
1
-148/+148
*
bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099)
Victor Stinner
2020-01-21
1
-1/+1
*
bpo-39389: gzip: fix compression level metadata (GH-18077)
William Chargin
2020-01-21
3
-3/+31
*
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)
Victor Stinner
2020-01-21
3
-79/+86
*
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
Cheryl Sabella
2020-01-21
6
-39/+154
*
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
Carl Friedrich Bolz-Tereick
2020-01-21
1
-8/+10
*
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
Peter Bittner
2020-01-20
1
-3/+2
*
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
Andrew Svetlov
2020-01-20
3
-4/+49
*
Fix asyncio.get_event_loop() documentation (GH-18051)
Andrew Svetlov
2020-01-20
2
-2/+6
*
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052)
Nick Coghlan
2020-01-20
2
-74/+95
*
bpo-39377: json: Remove the encoding option. (GH-18075)
Inada Naoki
2020-01-20
3
-15/+2
*
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
Inada Naoki
2020-01-20
3
-2/+5
*
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Zackery Spytz
2020-01-19
1
-0/+8
*
Fix typo from base to based (GH-18055)
Michael Haas
2020-01-19
1
-1/+1
*
bpo-39372: Clean header files of declared interfaces with no implementations ...
Pablo Galindo
2020-01-18
17
-67/+8
*
Run doctests in GitHub actions Docs targer (GH-18041)
Pablo Galindo
2020-01-17
1
-9/+9
*
Fix Lock.locked() to remove extra bold highlighting (#18042)
Grant Jenks
2020-01-17
1
-0/+1
*
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
Victor Stinner
2020-01-17
1
-19/+9
*
bpo-39357: Update bz2 docstring: remove buffering (GH-18036)
Victor Stinner
2020-01-17
1
-2/+0
*
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
Victor Stinner
2020-01-16
5
-15/+26
*
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Niklas Fiekas
2020-01-16
4
-54/+35
*
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Victor Stinner
2020-01-16
5
-60/+9
*
bpo-39351: Remove base64.encodestring() (GH-18022)
Victor Stinner
2020-01-16
5
-36/+8
*
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
Oz N Tiram
2020-01-15
1
-1/+3
*
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
Daniel Olshansky
2020-01-15
4
-4/+90
*
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
[prev]
[next]