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-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
*
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
Eric Wieser
2019-06-07
1
-1/+1
*
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz
2019-06-06
1
-0/+22
*
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Raymond Hettinger
2019-06-05
2
-12/+48
*
bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger
2019-06-04
2
-24/+31
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-1/+1
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+37
*
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Christian Heimes
2019-06-03
1
-1/+10
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
2
-11/+2
*
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13...
Petr Viktorin
2019-06-02
1
-1/+1
*
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin
2019-06-02
1
-1/+1
*
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
2019-06-02
2
-2/+165
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
2
-2/+11
*
Fix the error handling in bytesio_sizeof(). (GH-10459)
Zackery Spytz
2019-06-01
1
-2/+7
*
bpo-34303: Micro-optimizations in functools.reduce() (GH-8598)
Sergey Fedoseev
2019-06-01
1
-3/+6
*
bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka
2019-06-01
2
-92/+87
*
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal
2019-06-01
2
-1/+171
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-1/+1
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
2
-1/+178
*
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Christian Heimes
2019-05-31
1
-1/+9
*
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz
2019-05-31
1
-0/+26
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
2
-11/+306
[next]