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
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.7.1rc2
v3.7.1rc2
Ned Deily
2018-10-13
20
-35
/
+166
*
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
Ned Deily
2018-10-13
2
-55
/
+24
*
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-98...
Miss Islington (bot)
2018-10-13
1
-0
/
+4
*
bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)
Miss Islington (bot)
2018-10-12
1
-6
/
+8
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Miss Islington (bot)
2018-10-12
3
-1
/
+17
*
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...
Miss Islington (bot)
2018-10-12
1
-0
/
+1
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Miss Islington (bot)
2018-10-12
1
-1
/
+2
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Miss Islington (bot)
2018-10-10
1
-2
/
+4
*
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Serhiy Storchaka
2018-10-11
3
-1
/
+21
*
bpo-34576 warn users on security for http.server (GH-9720)
Miss Islington (bot)
2018-10-10
1
-0
/
+8
*
[3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
28
-53
/
+53
*
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
Miss Islington (bot)
2018-10-09
1
-6
/
+93
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
Miss Islington (bot)
2018-10-09
3
-4
/
+71
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Miss Islington (bot)
2018-10-09
2
-1
/
+33
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
Miss Islington (bot)
2018-10-08
3
-1
/
+42
*
bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)
Miss Islington (bot)
2018-10-07
1
-0
/
+4
*
bpo-6721: Hold logging locks across fork() (GH-4071) (#9291)
Miss Islington (bot)
2018-10-07
3
-0
/
+119
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)
Miss Islington (bot)
2018-10-07
4
-5
/
+23
*
Correct grammar mistake in re.rst. (GH-9745)
Miss Islington (bot)
2018-10-06
1
-1
/
+1
*
bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738)
Miss Islington (bot)
2018-10-06
2
-3
/
+22
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Miss Islington (bot)
2018-10-06
2
-2
/
+5
*
[3.7] bpo-34158: Documentation UTC offset update (GH-8377) (GH-9732)
Miss Islington (bot)
2018-10-05
1
-20
/
+21
*
[3.7] Make it clear that the msg argument to assertWarns/assertWarnsRegex/ass...
Miss Islington (bot)
2018-10-05
1
-3
/
+3
*
Fix markup for xml.sax in 3.7.rst (GH-9604)
Andrés Delfino
2018-10-05
1
-1
/
+1
*
Clarify that AsyncExitStack works with coroutine functions (GH-9405) (GH-9408)
Miss Islington (bot)
2018-10-05
1
-2
/
+2
*
bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ...
Miss Islington (bot)
2018-10-05
1
-2
/
+2
*
bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-...
Miss Islington (bot)
2018-10-05
1
-1
/
+1
*
[3.7] Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726)
Serhiy Storchaka
2018-10-05
1
-1
/
+1
*
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725)
Serhiy Storchaka
2018-10-05
1
-1
/
+1
*
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
Miss Islington (bot)
2018-10-05
2
-2
/
+2
*
bpo-34825: Add more entries to os to pathlib reference table (GH-9608) (#9717)
Miss Islington (bot)
2018-10-05
1
-20
/
+27
*
bpo-34906: Doc: Fix typos (GH-9712)
Miss Islington (bot)
2018-10-05
6
-6
/
+6
*
Fix a typo ssl.py docstring (GH-9697) (GH-9709)
Miss Islington (bot)
2018-10-05
1
-1
/
+1
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (#9701)
Miss Islington (bot)
2018-10-04
2
-1
/
+3
*
[3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...
Elvis Pranskevichus
2018-10-03
3
-3
/
+45
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Miss Islington (bot)
2018-10-02
2
-1
/
+3
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...
Miss Islington (bot)
2018-10-02
3
-24
/
+57
*
Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)
Miss Islington (bot)
2018-10-01
1
-1
/
+1
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Miss Islington (bot)
2018-10-01
2
-8
/
+12
*
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9663)
Miss Islington (bot)
2018-10-01
1
-1
/
+1
*
bpo-34476: Document that asyncio.sleep() always suspends. (GH-9643) (#9654)
Miss Islington (bot)
2018-10-01
1
-0
/
+3
*
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
Miss Islington (bot)
2018-09-30
1
-2
/
+2
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Miss Islington (bot)
2018-09-30
3
-5
/
+11
*
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Miss Islington (bot)
2018-09-29
2
-9
/
+10
*
Fix astuple in dataclasses documentation (GH-9631)
Miss Islington (bot)
2018-09-29
1
-1
/
+1
*
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
Miss Islington (bot)
2018-09-28
1
-1
/
+1
*
bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPAC...
Miss Islington (bot)
2018-09-28
1
-1
/
+1
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Miss Islington (bot)
2018-09-27
2
-4
/
+12
*
bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)
Miss Islington (bot)
2018-09-27
1
-2
/
+1
*
[3.7] bpo-34762: Update PyContext* refs to PyObject* in asyncio and decimal (...
Yury Selivanov
2018-09-27
2
-12
/
+11
[next]