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
*
Fix calling order of PyEval_InitThreads. (GH-15836)
Miss Islington (bot)
2019-09-10
1
-1/+1
*
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
Steve Dower
2019-09-10
1
-29/+27
*
bpo-37649: Fix exec_prefix check (GH-14897)
Miss Islington (bot)
2019-09-09
1
-1/+1
*
bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782)
Miss Islington (bot)
2019-09-09
1
-0/+2
*
bpo-38037: Fix reference counters in signal module (GH-15753)
Miss Islington (bot)
2019-09-09
1
-8/+17
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
Steve Dower
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Miss Islington (bot)
2019-09-09
2
-2/+5
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Miss Islington (bot)
2019-09-09
1
-0/+9
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Miss Islington (bot)
2019-09-04
1
-6/+13
*
closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15...
Miss Islington (bot)
2019-09-04
1
-24/+51
*
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Miss Islington (bot)
2019-09-03
1
-2/+2
*
bpo-37798: Fix _statistics module doc (GH-15546)
Miss Islington (bot)
2019-09-03
1
-1/+4
*
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-1...
Serhiy Storchaka
2019-09-01
5
-22/+28
*
[3.8] bpo-37990: fix gc stats (GH-15626)
Inada Naoki
2019-08-31
1
-2/+3
*
Fix typos mostly in comments, docs and test names (GH-15209)
Miss Islington (bot)
2019-08-30
8
-11/+11
*
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
Miss Islington (bot)
2019-08-30
1
-14/+59
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)
Miss Islington (bot)
2019-08-30
1
-4/+0
*
[3.8] bpo-37034: Display argument name on errors with keyword arguments with ...
Serhiy Storchaka
2019-08-29
39
-332/+332
*
bpo-37960: Silence only necessary errors in repr() of buffered and text strea...
Miss Islington (bot)
2019-08-29
2
-18/+16
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-1/+1
*
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
Miss Islington (bot)
2019-08-27
1
-2/+4
*
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
Miss Islington (bot)
2019-08-27
1
-1/+1
*
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)
Miss Islington (bot)
2019-08-26
1
-13/+22
*
bpo-37055: fix warnings in _blake2 module (GH-14646)
Miss Islington (bot)
2019-08-26
3
-19/+0
*
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
Raymond Hettinger
2019-08-25
5
-92/+266
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...
Miss Islington (bot)
2019-08-23
3
-0/+173
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Miss Islington (bot)
2019-08-23
1
-1/+2
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
Steve Dower
2019-08-21
3
-199/+214
*
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
Paul Ganssle
2019-08-15
1
-2/+9
*
[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standa...
Miss Islington (bot)
2019-08-15
1
-1/+1
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Miss Islington (bot)
2019-08-14
1
-1/+5
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Miss Islington (bot)
2019-08-14
1
-0/+11
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Miss Islington (bot)
2019-08-14
1
-3/+15
*
Delete leftover clinic-generated file for C zipimport. (GH-15174)
Miss Islington (bot)
2019-08-10
1
-325/+0
*
bpo-37729: gc: write stats at once (GH-15050)
Miss Islington (bot)
2019-08-05
1
-20/+25
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Miss Islington (bot)
2019-08-04
1
-5/+2
*
bpo-37695: Correct unget_wch error message. (GH-14986)
Miss Islington (bot)
2019-07-31
1
-2/+2
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
Miss Islington (bot)
2019-07-31
1
-0/+19
*
bpo-37587: Make json.loads faster for long strings (GH-14752)
Miss Islington (bot)
2019-07-30
1
-1/+1
*
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...
Miss Islington (bot)
2019-07-27
2
-17/+39
*
bpo-37502: handle default parameter for buffers argument of pickle.loads corr...
Miss Islington (bot)
2019-07-25
1
-1/+1
*
[3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (G...
Stefan Behnel
2019-07-24
1
-24/+64
*
[3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)
Kyle Stanley
2019-07-22
2
-2/+2
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
Miss Islington (bot)
2019-07-13
2
-39/+45
*
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Miss Islington (bot)
2019-07-09
1
-1/+1
*
Fix some typos (GH-14435)
Miss Islington (bot)
2019-07-05
2
-3/+3
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
Miss Islington (bot)
2019-07-02
1
-0/+4
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Miss Islington (bot)
2019-07-01
1
-0/+21
*
bpo-36763: Use PyConfig_Clear() (GH-14445)
Miss Islington (bot)
2019-07-01
1
-4/+8
*
[3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)
Christian Heimes
2019-07-01
1
-17/+26
[next]