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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.7.1rc2
v3.7.1rc2
Ned Deily
2018-10-13
17
-29
/
+159
*
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
Ned Deily
2018-10-13
1
-0
/
+3
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Miss Islington (bot)
2018-10-12
1
-0
/
+2
*
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Serhiy Storchaka
2018-10-11
1
-0
/
+3
*
[3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
23
-44
/
+44
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
Miss Islington (bot)
2018-10-09
1
-0
/
+2
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Miss Islington (bot)
2018-10-09
1
-0
/
+1
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
Miss Islington (bot)
2018-10-08
1
-0
/
+2
*
bpo-6721: Hold logging locks across fork() (GH-4071) (#9291)
Miss Islington (bot)
2018-10-07
1
-0
/
+2
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)
Miss Islington (bot)
2018-10-07
1
-0
/
+2
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Miss Islington (bot)
2018-10-06
1
-0
/
+2
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (#9701)
Miss Islington (bot)
2018-10-04
1
-0
/
+2
*
[3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...
Elvis Pranskevichus
2018-10-03
1
-0
/
+1
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Miss Islington (bot)
2018-10-02
1
-0
/
+2
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...
Miss Islington (bot)
2018-10-02
1
-0
/
+1
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Miss Islington (bot)
2018-09-30
1
-0
/
+2
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
Miss Islington (bot)
2018-09-27
1
-0
/
+1
*
Merge tag 'v3.7.1rc1' into 3.7
Ned Deily
2018-09-26
157
-292
/
+1558
|
\
|
*
3.7.1rc1
v3.7.1rc1
Ned Deily
2018-09-26
158
-295
/
+1558
|
*
bpo-34370: Update Tk 8.6 used with macOS installers
Ned Deily
2018-09-26
1
-0
/
+3
*
|
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
Miss Islington (bot)
2018-09-25
1
-0
/
+1
|
/
*
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...
Miss Islington (bot)
2018-09-25
1
-0
/
+1
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Miss Islington (bot)
2018-09-25
1
-0
/
+3
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Miss Islington (bot)
2018-09-24
1
-0
/
+1
*
[3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)
Christian Heimes
2018-09-24
1
-0
/
+3
*
bpo-34783: Fix Py_Main() (GH-9526)
Victor Stinner
2018-09-24
1
-0
/
+2
*
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Miss Islington (bot)
2018-09-23
1
-0
/
+1
*
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
Christian Heimes
2018-09-23
1
-0
/
+3
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)
Miss Islington (bot)
2018-09-22
2
-0
/
+4
*
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums ...
Ethan Furman
2018-09-21
1
-0
/
+1
*
[3.7] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9488)
Miss Islington (bot)
2018-09-21
1
-2
/
+2
*
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Miss Islington (bot)
2018-09-21
1
-0
/
+2
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Miss Islington (bot)
2018-09-21
1
-0
/
+1
*
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Miss Islington (bot)
2018-09-21
1
-0
/
+1
*
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
Miss Islington (bot)
2018-09-20
1
-0
/
+2
*
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...
Victor Stinner
2018-09-19
2
-5
/
+0
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Miss Islington (bot)
2018-09-18
1
-0
/
+1
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Miss Islington (bot)
2018-09-18
1
-0
/
+2
*
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...
Victor Stinner
2018-09-17
2
-0
/
+5
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Miss Islington (bot)
2018-09-17
1
-0
/
+5
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Miss Islington (bot)
2018-09-17
1
-0
/
+1
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Miss Islington (bot)
2018-09-17
1
-0
/
+2
*
bpo-34710: fix SSL module build (GH-9347)
Miss Islington (bot)
2018-09-17
1
-0
/
+1
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Miss Islington (bot)
2018-09-17
1
-0
/
+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Miss Islington (bot)
2018-09-15
1
-0
/
+1
*
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
Miss Islington (bot)
2018-09-15
1
-0
/
+1
*
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Miss Islington (bot)
2018-09-15
1
-0
/
+2
*
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...
Miss Islington (bot)
2018-09-14
1
-0
/
+1
*
[3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_i...
Andrew Svetlov
2018-09-13
1
-0
/
+2
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Miss Islington (bot)
2018-09-13
1
-0
/
+1
[next]