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-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
*
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Miss Islington (bot)
2019-06-30
8
-16/+491
*
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)
Miss Islington (bot)
2019-06-28
1
-1/+1
*
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Miss Islington (bot)
2019-06-28
6
-32/+21
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Miss Islington (bot)
2019-06-27
1
-0/+3
*
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp...
Miss Islington (bot)
2019-06-26
1
-1/+1
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Miss Islington (bot)
2019-06-26
1
-59/+64
*
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
Jeroen Demeyer
2019-06-25
1
-0/+4
*
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...
Miss Islington (bot)
2019-06-24
1
-3/+6
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Miss Islington (bot)
2019-06-24
2
-0/+13
*
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Steve Dower
2019-06-21
1
-1/+1
*
Fix name of '\0'. (GH-14222)
Miss Islington (bot)
2019-06-19
1
-1/+1
*
Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)
Miss Islington (bot)
2019-06-16
1
-1/+1
*
Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125)
Miss Islington (bot)
2019-06-16
1
-10/+16
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Miss Islington (bot)
2019-06-13
1
-0/+14
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Miss Islington (bot)
2019-06-13
1
-15/+17
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Miss Islington (bot)
2019-06-13
3
-5/+3
*
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Miss Islington (bot)
2019-06-12
10
-1/+171
*
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...
Miss Islington (bot)
2019-06-11
1
-1/+1
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
Miss Islington (bot)
2019-06-08
2
-6/+19
*
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Miss Islington (bot)
2019-06-08
1
-0/+8
[prev]
[next]