GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-23
1
-2
/
+15
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-23
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-22
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-04
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-25
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-20
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-14
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
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0
/
+103
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
1
-4
/
+30
*
Correct typo (#976)
Angus Hollands
2017-04-03
1
-1
/
+1
*
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka
2017-03-31
1
-11
/
+10
*
suppress compiler warnings in _ctypes_test (#902)
Benjamin Peterson
2017-03-31
1
-3
/
+3
*
bpo-29946: Fix "sqrtpi defined but not used" (#908)
Louie Lu
2017-03-30
1
-1
/
+3
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889)
T. Wouters
2017-03-30
1
-24
/
+28
[next]