summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Miss Islington (bot)2019-07-272-17/+39
* bpo-37502: handle default parameter for buffers argument of pickle.loads corr...Miss Islington (bot)2019-07-251-1/+1
* [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (G...Stefan Behnel2019-07-241-24/+64
* [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)Kyle Stanley2019-07-222-2/+2
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)Miss Islington (bot)2019-07-132-39/+45
* bpo-37120: Fix _ssl get_num_tickets() (GH-14668)Miss Islington (bot)2019-07-091-1/+1
* Fix some typos (GH-14435)Miss Islington (bot)2019-07-052-3/+3
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Miss Islington (bot)2019-07-021-0/+4
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Miss Islington (bot)2019-07-011-0/+21
* bpo-36763: Use PyConfig_Clear() (GH-14445)Miss Islington (bot)2019-07-011-4/+8
* [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)Christian Heimes2019-07-011-17/+26
* bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)Miss Islington (bot)2019-06-308-16/+491
* bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)Miss Islington (bot)2019-06-281-1/+1
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-286-32/+21
* closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...Miss Islington (bot)2019-06-271-0/+3
* bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp...Miss Islington (bot)2019-06-261-1/+1
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Miss Islington (bot)2019-06-261-59/+64
* [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)Jeroen Demeyer2019-06-251-0/+4
* bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...Miss Islington (bot)2019-06-241-3/+6
* bpo-37363: Add audit events for a range of modules (GH-14301)Miss Islington (bot)2019-06-242-0/+13
* bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)Steve Dower2019-06-211-1/+1
* Fix name of '\0'. (GH-14222)Miss Islington (bot)2019-06-191-1/+1
* Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)Miss Islington (bot)2019-06-161-1/+1
* Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125)Miss Islington (bot)2019-06-161-10/+16
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Miss Islington (bot)2019-06-131-0/+14
* bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)Miss Islington (bot)2019-06-131-15/+17
* bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)Miss Islington (bot)2019-06-133-5/+3
* bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)Miss Islington (bot)2019-06-1210-1/+171
* closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...Miss Islington (bot)2019-06-111-1/+1
* bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)Miss Islington (bot)2019-06-082-6/+19
* bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)Miss Islington (bot)2019-06-081-0/+8
* [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911)Miss Islington (bot)2019-06-081-1/+1
* bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895)Victor Stinner2019-06-071-13/+14
* [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-0/+22
* bpo-37165: Convert _count_elements to the argument clinic (GH-13848)Miss Islington (bot)2019-06-052-12/+48
* bpo-35431: Drop the k <= n requirement (GH-13798)Raymond Hettinger2019-06-042-24/+31
* Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)Victor Stinner2019-06-041-1/+1
* bpo-37120: Add SSLContext.num_tickets (GH-13719)Christian Heimes2019-06-031-0/+37
* bpo-34271: Fix compatibility with 1.0.2 (GH-13728)Christian Heimes2019-06-031-1/+10
* Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...Victor Stinner2019-06-032-11/+2
* bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13...Petr Viktorin2019-06-021-1/+1
* bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)Petr Viktorin2019-06-021-1/+1
* bpo-37128: Add math.perm(). (GH-13731)Serhiy Storchaka2019-06-022-2/+165
* bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...Eric Snow2019-06-012-2/+11
* Fix the error handling in bytesio_sizeof(). (GH-10459)Zackery Spytz2019-06-011-2/+7
* bpo-34303: Micro-optimizations in functools.reduce() (GH-8598)Sergey Fedoseev2019-06-011-3/+6
* bpo-35431: Refactor math.comb() implementation. (GH-13725)Serhiy Storchaka2019-06-012-92/+87
* bpo-35431: Implemented math.comb (GH-11414)Yash Aggarwal2019-06-012-1/+171
* bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)Eric Snow2019-06-011-1/+1
* bpo-26826: Expose copy_file_range in the os module (GH-7255)Pablo Galindo2019-05-312-1/+178