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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
53
-1518
/
+464
*
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
xdegaye
2017-07-01
1
-0
/
+128
*
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
Antoine Pitrou
2017-06-30
1
-0
/
+4
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-16
/
+14
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-171
/
+16
*
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
Serhiy Storchaka
2017-06-28
1
-1
/
+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
9
-10
/
+35
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-8
/
+1
*
bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)
Eric N. Vander Weele
2017-06-27
1
-0
/
+4
*
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
1
-4
/
+28
*
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
Serhiy Storchaka
2017-06-24
1
-2
/
+1
*
bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)
Victor Stinner
2017-06-24
1
-2
/
+2
*
bpo-30730: Prevent environment variables injection in subprocess on Windows. ...
Serhiy Storchaka
2017-06-23
1
-5
/
+21
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
1
-2
/
+2
*
bpo-30602: Fix lastarg in os.spawnve() (#2287)
Victor Stinner
2017-06-23
1
-3
/
+3
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-22
3
-31177
/
+32262
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
Victor Stinner
2017-06-21
8
-158
/
+878
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
2
-15
/
+15
*
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan
2017-06-18
1
-4
/
+3
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-15
1
-3
/
+5
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
2
-8
/
+16
*
bpo-30602: Fix refleak in os.spawnv() (#2212)
Victor Stinner
2017-06-15
1
-1
/
+1
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
Victor Stinner
2017-06-15
13
-476
/
+523
*
bpo-30602: Fix refleak in os.spawnve() (#2184)
Victor Stinner
2017-06-14
1
-2
/
+2
*
bpo-30650: Fixed a syntax error: missed right parentheses (#2154)
messi Liao
2017-06-13
1
-1
/
+1
*
bpo-30636: Fix the indentation for the help (#2131)
Stéphane Wirtel
2017-06-13
1
-1
/
+1
*
bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125)
Stéphane Wirtel
2017-06-12
1
-0
/
+4
*
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
Serhiy Storchaka
2017-06-12
1
-1
/
+1
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov
2017-06-11
1
-1
/
+17
*
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware
2017-06-10
1
-111
/
+111
*
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka
2017-06-10
2
-2
/
+2
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
37
-871
/
+871
*
bpo-30524: Write unit tests for FASTCALL (#2022)
Victor Stinner
2017-06-09
1
-0
/
+101
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
2
-2
/
+2
*
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Victor Stinner
2017-06-08
1
-3
/
+2
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
7
-14
/
+14
*
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
Nathaniel J. Smith
2017-06-08
1
-2
/
+1
*
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts
2017-06-07
1
-4
/
+4
*
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Erik Bray
2017-06-07
2
-2
/
+39
*
Simplify X.509 extension handling code (#1855)
Alex Gaynor
2017-06-06
1
-30
/
+4
*
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
[next]