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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre
2017-06-26
2
-0
/
+2
*
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
Antoine Pitrou
2017-06-26
1
-0
/
+2
*
bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)
csabella
2017-06-26
1
-0
/
+3
*
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
1
-0
/
+3
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0
/
+1
*
bpo-30664: The description of a unittest subtest now preserves the (#2265)
Serhiy Storchaka
2017-06-23
1
-0
/
+3
*
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
Alexandru Ardelean
2017-06-23
2
-0
/
+5
*
bpo-30730: Prevent environment variables injection in subprocess on Windows. ...
Serhiy Storchaka
2017-06-23
1
-0
/
+3
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
1
-0
/
+3
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-22
1
-0
/
+3
*
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
larryhastings
2017-06-22
11
-0
/
+11
*
bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)
Gregory P. Smith
2017-06-21
1
-0
/
+4
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
1
-0
/
+3
*
bpo-30616: Functional API of enum allows to create empty enums. (#2304)
Dong-hee Na
2017-06-21
1
-0
/
+3
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
Victor Stinner
2017-06-21
1
-0
/
+9
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
1
-0
/
+3
*
bpo-30500: Fix the NEWS entry (#2293)
Victor Stinner
2017-06-20
1
-1
/
+1
*
bpo-30597: Show expected input in custom 'print' error message. (#2009)
Sanyam Khurana
2017-06-20
1
-0
/
+3
*
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters
2017-06-20
2
-1
/
+7
*
bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
Motoki Naruse
2017-06-20
1
-0
/
+1
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
1
-0
/
+3
*
bpo-30038: add Misc/NEWS entry. (#2258)
Ned Deily
2017-06-16
1
-0
/
+3
*
bpo-23894: add Misc/NEWS entry. (#2256)
Ned Deily
2017-06-16
1
-0
/
+2
*
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...
ericvsmith
2017-06-16
1
-0
/
+3
*
Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
terryjreedy
2017-06-16
1
-0
/
+14
*
bpo-30450: Add NEWS and whatsnew (GH-2236)
Zachary Ware
2017-06-15
1
-0
/
+5
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-15
1
-1
/
+3
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
Victor Stinner
2017-06-15
1
-0
/
+4
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0
/
+4
*
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana
2017-06-13
1
-0
/
+3
*
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
Antoine Pitrou
2017-06-13
1
-0
/
+2
*
bpo-30177: add NEWS entry (#2135)
Antoine Pietri
2017-06-12
1
-0
/
+3
*
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou
2017-06-12
1
-0
/
+4
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
mircea-cosbuc
2017-06-11
2
-0
/
+4
*
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
Serhiy Storchaka
2017-06-12
1
-0
/
+3
*
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...
Yury Selivanov
2017-06-11
1
-4
/
+0
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov
2017-06-11
1
-0
/
+3
*
bpo-30501: Make the compiler producing optimized code for condition expressio...
Serhiy Storchaka
2017-06-11
1
-0
/
+4
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
1
-0
/
+3
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-0
/
+5
*
Add IDLE NEWS items for 3.7 (#2090)
terryjreedy
2017-06-10
1
-0
/
+16
*
#30624 / selectors: use bare except clause in order to not leave the fd in a ...
Giampaolo Rodola
2017-06-10
1
-0
/
+4
*
bpo-28556: Updates to typing module (#2076)
Ivan Levkivskyi
2017-06-10
1
-0
/
+4
*
bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
Victor Stinner
2017-06-10
1
-1
/
+5
*
bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)
Roy Williams
2017-06-10
2
-0
/
+4
*
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
Nikolay Kim
2017-06-10
1
-0
/
+4
*
Add a NEWS entry for #29870 (PR #981) (#2047)
Yury Selivanov
2017-06-09
1
-0
/
+3
*
Closing transport during handshake process leaks socket (#480)
Nikolay Kim
2017-06-09
1
-0
/
+3
*
bpo-27585: Add a NEWS entry for #1031 (#2036)
Yury Selivanov
2017-06-09
1
-0
/
+3
*
bpo-30014: make poll-like selector's modify() method faster (#1030)
Giampaolo Rodola
2017-06-09
1
-0
/
+3
[next]