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-35537: Fix function name in os.posix_spawnp() errors (GH-11719)
Victor Stinner
2019-02-01
1
-11/+13
*
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH...
Joannah Nanjekye
2019-02-01
2
-31/+57
*
Speed-up argument parsing for common cases in deque.__init__()(GH-11717)
Raymond Hettinger
2019-02-01
1
-3/+7
*
Consistently move the misses update to just before the user function call (GH...
Raymond Hettinger
2019-01-31
1
-3/+5
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-0/+6
*
Move float conversion into a macro. Apply to fsum (GH-11698)
Raymond Hettinger
2019-01-30
1
-49/+32
*
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
Andreas Schwab
2019-01-29
1
-1/+1
*
Fast path for int inputs to math.dist() and math.hypot() (GH-11692)
Raymond Hettinger
2019-01-28
1
-3/+24
*
bpo-35780: Fix errors in lru_cache() C code (GH-11623)
Raymond Hettinger
2019-01-26
1
-84/+188
*
bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528)
Lucas Cimon
2019-01-22
1
-0/+1
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-1/+1
*
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye
2019-01-16
2
-35/+175
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Christian Heimes
2019-01-15
1
-0/+4
*
bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
MichaelSaah
2019-01-14
1
-5/+8
*
bpo-35719: Optimize multi-argument math functions. (GH-11527)
Serhiy Storchaka
2019-01-12
1
-19/+18
*
bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524)
Serhiy Storchaka
2019-01-12
1
-11/+10
*
bpo-34838: Use subclass_of for math.dist. (GH-9659)
Ammar Askar
2019-01-12
2
-9/+12
*
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow
2019-01-11
1
-0/+6
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
16
-256/+355
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
41
-522/+4621
*
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Victor Stinner
2019-01-11
1
-24/+54
*
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
Joannah Nanjekye
2019-01-10
1
-0/+3
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
3
-22/+60
*
bpo-35664: Optimize operator.itemgetter (GH-11435)
Raymond Hettinger
2019-01-07
1
-5/+37
*
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...
Mickaël Schoentgen
2019-01-02
1
-1/+1
*
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
Serhiy Storchaka
2018-12-31
1
-8/+8
*
bpo-35214: Annotate posix calls for clang MSan. (#11389)
Gregory P. Smith
2018-12-31
1
-0/+16
*
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík
2018-12-31
4
-5/+5
*
Dead code removal from _hashopenssl. (GH-11379)
Gregory P. Smith
2018-12-31
2
-121/+19
*
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith
2018-12-31
2
-0/+27
*
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith
2018-12-30
1
-1/+9
*
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...
Pablo Galindo
2018-12-30
2
-0/+191
*
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt
2018-12-28
1
-12/+33
*
bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213)
Tal Einat
2018-12-27
2
-100/+303
*
bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)
Michael Felt
2018-12-26
1
-4/+14
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
33
-206/+1004
*
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Zackery Spytz
2018-12-20
1
-5/+8
*
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
Serhiy Storchaka
2018-12-18
1
-0/+5
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
6
-0/+32
*
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
Serhiy Storchaka
2018-12-17
2
-14/+10
*
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek
2018-12-17
1
-20/+29
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
6
-22/+26
*
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-1...
Vladimir Matveev
2018-12-14
2
-8/+26
*
bpo-33106: change dbm key deletion error for readonly file from KeyError to d...
Xiang Zhang
2018-12-12
2
-5/+19
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
3
-8/+17
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
3
-8/+6
*
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
Victor Stinner
2018-12-10
1
-1/+3
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
5
-121/+128
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Victor Stinner
2018-12-10
1
-0/+1
[next]