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-34749: Improved performance of binascii.a2b_base64(). (GH-9444)
Sergey Fedoseev
2019-07-14
1
-86/+56
*
Fix inconsequential typo in math.remainder algorithm comments. (#14746)
Mark Dickinson
2019-07-13
1
-1/+1
*
bpo-37358: Use vectorcall for functools.partial (GH-14284)
Jeroen Demeyer
2019-07-13
1
-66/+98
*
bpo-37548: Document range of atan, acos and asin (GH-14717)
Giovanni Cappellotto
2019-07-13
1
-3/+6
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
2
-39/+45
*
Remove redundant check from arraymodule b_getitem (GH-14676)
Disconnect3d
2019-07-11
1
-3/+1
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
2
-3/+2
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
13
-71/+56
*
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Stefan Krah
2019-07-10
2
-1/+1
*
Really remove vcstdint.h. (#14686)
Stefan Krah
2019-07-10
3
-234/+1
*
bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)
Hai Shi
2019-07-09
1
-24/+0
*
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Victor Stinner
2019-07-09
1
-1/+1
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
22
-102/+98
*
Fix some typos (GH-14435)
Min ho Kim
2019-07-05
2
-3/+3
*
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer
2019-07-04
5
-15/+14
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
20
-80/+59
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
Benjamin Peterson
2019-07-02
1
-0/+4
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-0/+21
*
bpo-36763: Use PyConfig_Clear() (GH-14445)
Victor Stinner
2019-07-01
1
-4/+8
*
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
Christian Heimes
2019-07-01
1
-17/+26
*
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Ammar Askar
2019-06-30
8
-16/+491
*
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
Victor Stinner
2019-06-28
1
-1/+1
*
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
Victor Stinner
2019-06-28
1
-1/+1
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-6/+13
*
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Benjamin Peterson
2019-06-28
6
-32/+21
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Brandt Bucher
2019-06-27
1
-0/+3
*
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp...
Zackery Spytz
2019-06-26
1
-1/+1
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
1
-59/+64
*
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
2019-06-26
3
-13/+5
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
1
-0/+43
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
2
-29/+25
*
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...
ziheng
2019-06-24
1
-3/+6
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
2
-0/+13
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
1
-0/+11
*
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz
2019-06-21
1
-1/+1
*
Fix name of '\0'. (GH-14222)
Benjamin Peterson
2019-06-19
1
-1/+1
*
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
2019-06-18
1
-0/+1
*
bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
Serhiy Storchaka
2019-06-17
1
-0/+6
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
6
-16/+16
*
Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)
Mark Dickinson
2019-06-16
1
-1/+1
*
Simplify negativity checks in math.comb and math.perm. (GH-13870)
Mark Dickinson
2019-06-16
1
-10/+16
*
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
2
-0/+46
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Jeffrey Kintscher
2019-06-13
1
-15/+17
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner
2019-06-13
3
-5/+3
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Paul Monson
2019-06-12
1
-0/+14
*
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Ammar Askar
2019-06-12
10
-1/+171
*
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...
aaronpaulhurst
2019-06-11
1
-1/+1
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
2
-6/+19
*
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Ammar Askar
2019-06-08
1
-0/+8
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
2019-06-07
1
-13/+14
[next]