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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
26
-40/+40
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-7/+8
*
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner
2020-02-06
2
-9/+11
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
1
-7/+42
*
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner
2020-02-05
1
-0/+1
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
1
-0/+1
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
1
-3/+5
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-10/+0
*
bpo-39492: Fix a reference cycle between reducer_override and a Pickler insta...
Pierre Glaser
2020-02-02
1
-4/+18
*
bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270)
Alex Henrie
2020-02-01
1
-20/+6
*
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
Victor Stinner
2020-02-01
1
-10/+11
*
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner
2020-01-30
1
-15/+1
*
bpo-39497: Remove unused variable from pysqlite_cursor_executescript (GH-18271)
Alex Henrie
2020-01-30
1
-3/+0
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
1
-5/+0
*
bpo-39494: Remove extra null terminators from kwlist vars (GH-18267)
Alex Henrie
2020-01-30
2
-3/+3
*
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...
Zackery Spytz
2020-01-28
1
-2/+3
*
bpo-38631: Avoid Py_FatalError() in GC collect() (GH-18164)
Victor Stinner
2020-01-24
1
-7/+1
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
2
-84/+9
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
2
-41/+108
*
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Mark Dickinson
2020-01-24
2
-16/+18
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Pablo Galindo
2020-01-23
1
-9/+26
*
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner
2020-01-22
2
-23/+25
*
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
2
-84/+4
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
2
-12/+32
*
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
2
-4/+82
*
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)
Victor Stinner
2020-01-21
1
-2/+8
*
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Niklas Fiekas
2020-01-16
1
-25/+3
*
bpo-1635741: Port _json extension module to multiphase initialization (PEP 48...
Hai Shi
2020-01-15
1
-23/+30
*
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Václav Bartoš
2020-01-14
1
-1/+1
*
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
2
-1/+30
*
Fix typos in gcmodule.c and restructure comments for clarity (GH-17983)
Pablo Galindo
2020-01-13
1
-44/+36
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
2
-1/+72
*
bpo-16575: Disabled checks for union types being passed by value. (GH-17960)
Vinay Sajip
2020-01-12
1
-0/+18
*
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner
2020-01-12
2
-1/+69
*
bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_locations...
Alex Henrie
2020-01-09
1
-1/+0
*
bpo-39271: Remove dead assignment from pattern_subx (GH-17915)
Alex Henrie
2020-01-09
1
-1/+0
*
closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind...
Alex Henrie
2020-01-09
1
-2/+4
*
bpo-39237, datetime: Remove redundant call to round from delta_new (GH-17877)
Alex Henrie
2020-01-08
1
-1/+0
*
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
Victor Stinner
2020-01-07
1
-5/+0
*
bpo-28367: Add additional baud rates for termios (GH-13142)
Anthony Shaw
2020-01-04
1
-0/+33
*
bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857)
Zackery Spytz
2020-01-03
1
-0/+2
*
Move comment about permanent generation to gcmodule.c (GH-17718)
Pablo Galindo
2019-12-27
1
-2/+34
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
2
-110/+1
*
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
Christian Heimes
2019-12-07
1
-1/+48
*
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python v...
Andrew Svetlov
2019-12-07
1
-1/+17
*
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya
2019-12-07
1
-0/+15
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Benoit Hudson
2019-12-06
1
-5/+5
[next]