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
...
*
Revert mode change that loses information in directory listings on Linux. (#1...
Stefan Krah
2019-08-21
1
-0/+0
*
bpo-37851: faulthandler allocates its stack on demand (GH-15358)
Victor Stinner
2019-08-21
1
-48/+98
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
4
-0/+0
*
Remove a dead comment from ossaudiodev.c (#15346)
Brett Cannon
2019-08-20
1
-2/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+21
*
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM...
Alex Gaynor
2019-08-15
1
-1/+1
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Victor Stinner
2019-08-14
1
-1/+5
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov
2019-08-14
1
-0/+11
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Victor Stinner
2019-08-14
1
-3/+15
*
Delete leftover clinic-generated file for C zipimport. (GH-15174)
Greg Price
2019-08-10
1
-325/+0
*
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar
2019-08-09
1
-2/+9
*
bpo-37587: optimize json.loads (GH-15134)
Inada Naoki
2019-08-08
1
-20/+19
*
bpo-34488: optimize BytesIO.writelines() (GH-8904)
Sergey Fedoseev
2019-08-07
1
-36/+59
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
2
-5/+4
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-5/+2
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
2
-6/+102
*
bpo-37729: gc: write stats at once (GH-15050)
Inada Naoki
2019-08-02
1
-20/+25
*
bpo-37695: Correct unget_wch error message. (GH-14986)
Anthony Sottile
2019-07-31
1
-2/+2
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+19
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
7
-10/+10
*
bpo-37587: Make json.loads faster for long strings (GH-14752)
Marco Paolini
2019-07-30
1
-1/+1
*
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...
Pablo Galindo
2019-07-30
1
-0/+6
*
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...
Raymond Hettinger
2019-07-27
2
-17/+39
*
bpo-37502: handle default parameter for buffers argument of pickle.loads corr...
Markus Mohrhard
2019-07-25
1
-1/+1
*
bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856)
Stefan Behnel
2019-07-24
1
-24/+64
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
2
-2/+2
*
bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531)
Hai Shi
2019-07-20
1
-0/+44
*
bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785)
Zackery Spytz
2019-07-19
1
-1/+1
*
bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)
Sergey Fedoseev
2019-07-14
1
-86/+56
*
Fix inconsequential typo in math.remainder algorithm comments. (#14746)
Mark Dickinson
2019-07-13
1
-1/+1
*
bpo-37358: Use vectorcall for functools.partial (GH-14284)
Jeroen Demeyer
2019-07-13
1
-66/+98
*
bpo-37548: Document range of atan, acos and asin (GH-14717)
Giovanni Cappellotto
2019-07-13
1
-3/+6
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
2
-39/+45
*
Remove redundant check from arraymodule b_getitem (GH-14676)
Disconnect3d
2019-07-11
1
-3/+1
*
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer
2019-07-11
2
-3/+2
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
13
-71/+56
*
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Stefan Krah
2019-07-10
2
-1/+1
*
Really remove vcstdint.h. (#14686)
Stefan Krah
2019-07-10
3
-234/+1
*
bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)
Hai Shi
2019-07-09
1
-24/+0
*
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Victor Stinner
2019-07-09
1
-1/+1
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
22
-102/+98
*
Fix some typos (GH-14435)
Min ho Kim
2019-07-05
2
-3/+3
*
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer
2019-07-04
5
-15/+14
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
20
-80/+59
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
Benjamin Peterson
2019-07-02
1
-0/+4
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-0/+21
*
bpo-36763: Use PyConfig_Clear() (GH-14445)
Victor Stinner
2019-07-01
1
-4/+8
*
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
Christian Heimes
2019-07-01
1
-17/+26
*
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Ammar Askar
2019-06-30
8
-16/+491
*
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
Victor Stinner
2019-06-28
1
-1/+1
[prev]
[next]