summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix calling order of PyEval_InitThreads. (GH-15836)Miss Islington (bot)2019-09-101-1/+1
* bpo-35941: Fix performance regression in SSL certificate code (GH-12610)Steve Dower2019-09-101-29/+27
* bpo-37649: Fix exec_prefix check (GH-14897)Miss Islington (bot)2019-09-091-1/+1
* bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782)Miss Islington (bot)2019-09-091-0/+2
* bpo-38037: Fix reference counters in signal module (GH-15753)Miss Islington (bot)2019-09-091-8/+17
* bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)Steve Dower2019-09-091-0/+1
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Miss Islington (bot)2019-09-092-2/+5
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Miss Islington (bot)2019-09-091-0/+9
* bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)Miss Islington (bot)2019-09-041-6/+13
* closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15...Miss Islington (bot)2019-09-041-24/+51
* bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)Miss Islington (bot)2019-09-031-2/+2
* bpo-37798: Fix _statistics module doc (GH-15546)Miss Islington (bot)2019-09-031-1/+4
* [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-1...Serhiy Storchaka2019-09-015-22/+28
* [3.8] bpo-37990: fix gc stats (GH-15626)Inada Naoki2019-08-311-2/+3
* Fix typos mostly in comments, docs and test names (GH-15209)Miss Islington (bot)2019-08-308-11/+11
* bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)Miss Islington (bot)2019-08-301-14/+59
* bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)Miss Islington (bot)2019-08-301-4/+0
* [3.8] bpo-37034: Display argument name on errors with keyword arguments with ...Serhiy Storchaka2019-08-2939-332/+332
* bpo-37960: Silence only necessary errors in repr() of buffered and text strea...Miss Islington (bot)2019-08-292-18/+16
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Miss Islington (bot)2019-08-291-1/+1
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Miss Islington (bot)2019-08-271-2/+4
* bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)Miss Islington (bot)2019-08-271-1/+1
* bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)Miss Islington (bot)2019-08-261-13/+22
* bpo-37055: fix warnings in _blake2 module (GH-14646)Miss Islington (bot)2019-08-263-19/+0
* [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)Raymond Hettinger2019-08-255-92/+266
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...Miss Islington (bot)2019-08-233-0/+173
* bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)Miss Islington (bot)2019-08-231-1/+2
* bpo-37834: Normalise handling of reparse points on Windows (GH-15370)Steve Dower2019-08-213-199/+214
* bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)Paul Ganssle2019-08-151-2/+9
* [3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standa...Miss Islington (bot)2019-08-151-1/+1
* bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)Miss Islington (bot)2019-08-141-1/+5
* bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)Miss Islington (bot)2019-08-141-0/+11
* bpo-37738: Fix curses addch(str, color_pair) (GH-15071)Miss Islington (bot)2019-08-141-3/+15
* Delete leftover clinic-generated file for C zipimport. (GH-15174)Miss Islington (bot)2019-08-101-325/+0
* bpo-37729: gc: write stats at once (GH-15050)Miss Islington (bot)2019-08-051-20/+25
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Miss Islington (bot)2019-08-041-5/+2
* bpo-37695: Correct unget_wch error message. (GH-14986)Miss Islington (bot)2019-07-311-2/+2
* bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)Miss Islington (bot)2019-07-311-0/+19
* bpo-37587: Make json.loads faster for long strings (GH-14752)Miss Islington (bot)2019-07-301-1/+1
* 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