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-30557: faulthandler now correctly filters and displays exception codes on...
Steve Dower
2017-06-05
1
-4/+4
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
2
-1/+96
*
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
1
-2/+5
*
Change error message for array methods to use 'array' instead of 'list'. (#1853)
Jim Fasarakis-Hilliard
2017-05-29
1
-2/+2
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
3
-54/+76
*
bpo-30248: Convert boolean arguments only once in _json. (#1423)
Serhiy Storchaka
2017-05-28
1
-40/+24
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
2
-13/+37
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
4
-59/+212
*
bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)
Gregory P. Smith
2017-05-24
1
-9/+36
*
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow
2017-05-24
1
-2/+15
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-24
1
-16/+19
*
bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769)
Christian Heimes
2017-05-23
1
-19/+11
*
bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765)
Eric Snow
2017-05-23
1
-1/+1
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-107/+180
*
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Xiang Zhang
2017-05-22
1
-13/+12
*
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).
xdegaye
2017-05-22
1
-18/+5
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-0/+24
*
bpo-30038: fix race condition in signal delivery + wakeup fd (#1082)
Nathaniel J. Smith
2017-05-16
1
-7/+26
*
bpo-30242: resolve some undefined behaviours in struct (#1418)
Xiang Zhang
2017-05-15
1
-5/+9
*
bpo-30224: remove outdated checks in struct (#1374)
Xiang Zhang
2017-05-15
1
-47/+15
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
1
-0/+12
*
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Serhiy Storchaka
2017-05-09
2
-1/+97
*
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Xiang Zhang
2017-05-09
1
-1/+3
*
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...
Serhiy Storchaka
2017-05-05
2
-21/+57
*
bpo-30243: Fixed the possibility of a crash in _json. (#1420)
Serhiy Storchaka
2017-05-05
1
-66/+20
*
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka
2017-05-05
3
-3/+74
*
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
Serhiy Storchaka
2017-05-03
1
-2/+2
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
2
-11/+23
*
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou
2017-05-02
1
-3/+3
*
bpo-30228: FileIO seek() and tell() set seekable (#1384)
Victor Stinner
2017-05-02
1
-15/+21
*
restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)
Xiang Zhang
2017-05-01
2
-4/+5
*
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
2017-04-26
1
-0/+3
*
timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294)
Victor Stinner
2017-04-26
1
-1/+1
*
tmtotuple(): use time_t for gmtoff (#1276)
Victor Stinner
2017-04-24
1
-3/+3
*
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan
2017-04-22
1
-1/+4
*
bpo-30125: Fix faulthandler.disable() on Windows (#1240)
Victor Stinner
2017-04-21
1
-24/+19
*
remove configure test for inline keyword (#1231)
Benjamin Peterson
2017-04-21
1
-3/+1
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+1
*
Only define get_zone() and get_gmtoff() if needed (#1193)
Victor Stinner
2017-04-20
1
-0/+2
*
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka
2017-04-19
1
-20/+23
*
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...
Serhiy Storchaka
2017-04-19
1
-52/+79
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
8
-34/+72
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
22
-89/+89
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
2
-164/+19
*
bpo-28765: Use concrete types API in _sre.c. (#1009)
Serhiy Storchaka
2017-04-16
1
-37/+37
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-8/+17
*
bpo-29738: Fix memory leak in _get_crl_dp (GH-526)
Olivier Vielpeau
2017-04-15
1
-7/+1
*
convert from long long to PyLong loselessly (#1106)
Benjamin Peterson
2017-04-13
1
-1/+1
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
5
-25/+24
[next]