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.3
v3.7.3
Ned Deily
2019-03-25
3
-5
/
+13
*
Fix registry key for Windows SDK detection (GH-12445)
Miss Islington (bot)
2019-03-24
1
-1
/
+1
*
Fix "catchs" typos in NEWS entries (GH-12364)
Harmon
2019-03-24
2
-4
/
+4
*
Remove NEWS entries duplicated from 3.7.2final. (GH-12309)
Ned Deily
2019-03-24
1
-40
/
+1
*
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Miss Islington (bot)
2019-03-24
4
-9
/
+4
*
Correct minor edit to news entry. (GH-12299)
Ned Deily
2019-03-24
1
-1
/
+1
*
3.7.3rc1
v3.7.3rc1
Ned Deily
2019-03-12
127
-317
/
+1313
*
Minor edits to news entries for 3.7.3 (GH-12292)
Ned Deily
2019-03-12
3
-2
/
+3
*
bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)
Miss Islington (bot)
2019-03-12
2
-1
/
+2
*
[3.7] bpo-35931: Gracefully handle any exception in pdb debug command (GH-121...
Miss Islington (bot)
2019-03-11
4
-12
/
+24
*
[3.7] Doc: Fix inconsistency in multiprocessing (GH-12273) (GH-12275)
Miss Islington (bot)
2019-03-11
1
-1
/
+1
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Miss Islington (bot)
2019-03-11
2
-8
/
+22
*
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (GH-12262)
Miss Islington (bot)
2019-03-10
4
-3
/
+10
*
bpo-35647: Fix path check in cookiejar (GH-11436)
Miss Islington (bot)
2019-03-10
3
-5
/
+36
*
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Miss Islington (bot)
2019-03-10
4
-0
/
+47
*
Fix padding on asyncio.IncompleteReadError docs (GH-12258)
Miss Islington (bot)
2019-03-10
1
-3
/
+3
*
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
Miss Islington (bot)
2019-03-10
3
-2
/
+4
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...
Miss Islington (bot)
2019-03-09
3
-2
/
+45
*
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)
Miss Islington (bot)
2019-03-09
1
-3
/
+3
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Miss Islington (bot)
2019-03-08
4
-2
/
+3
*
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Miss Islington (bot)
2019-03-08
3
-8
/
+27
*
bpo-34162: Add entries for idlelib/NEWS.txt (GH-12232)
Miss Islington (bot)
2019-03-08
1
-0
/
+6
*
Fix typo (double 'the') in CODEOWNERS (GH-12227)
Miss Islington (bot)
2019-03-07
1
-1
/
+1
*
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
Miss Islington (bot)
2019-03-07
1
-1
/
+1
*
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
Miss Islington (bot)
2019-03-07
1
-1
/
+1
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
4
-0
/
+61
*
Fix the documentation for set.copy() (GH-12176)
Miss Islington (bot)
2019-03-06
1
-1
/
+1
*
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
Miss Islington (bot)
2019-03-06
1
-1
/
+1
*
bpo-36209: Fix typo on hashlib error message (GH-12194)
Miss Islington (bot)
2019-03-06
1
-1
/
+1
*
[3.7] bpo-29571: Fix test_re.test_locale_flag() (GH-12178)
Victor Stinner
2019-03-05
2
-2
/
+18
*
Doc: Use `option` word for command line interface. (GH-12142)
Miss Islington (bot)
2019-03-04
1
-1
/
+1
*
Fixed a missing . and a missing capital letter. (GH-12170)
Miss Islington (bot)
2019-03-04
1
-2
/
+2
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Miss Islington (bot)
2019-03-04
2
-5
/
+9
*
bpo-35198 Fix C++ extension compilation on AIX (GH-10437)
Miss Islington (bot)
2019-03-04
2
-1
/
+10
*
bpo-20906: Various revisions to the Unicode howto (GH-8394)
Miss Islington (bot)
2019-03-04
1
-158
/
+183
*
fixed duplicated method name of test_getuserbase() (GH-12140)
Miss Islington (bot)
2019-03-03
1
-1
/
+3
*
Autospec functions should propagate mock calls to parent GH-11273 (#12039)
Miss Islington (bot)
2019-03-03
3
-0
/
+23
*
bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)
Miss Islington (bot)
2019-03-03
2
-1
/
+2
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Miss Islington (bot)
2019-03-01
2
-1
/
+3
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Miss Islington (bot)
2019-03-01
3
-1
/
+22
*
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Miss Islington (bot)
2019-03-01
3
-18
/
+6
*
[3.7] Add versionadded directives to ssl.minimum_version and ssl.maxi… (GH-...
Cheryl Sabella
2019-02-28
1
-6
/
+10
*
Document the surprising sideeffect PyErr_Print(). (GH-12081)
Miss Islington (bot)
2019-02-27
1
-2
/
+6
*
Fix grammar error in timeit module docs (GH-12066)
Miss Islington (bot)
2019-02-27
1
-1
/
+1
*
[3.7] Update FAQ to point to Infrastructure Team website. (GH-12077) (GH-12078)
Miss Islington (bot)
2019-02-27
1
-8
/
+2
*
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) (GH-12075)
Miss Islington (bot)
2019-02-27
3
-21
/
+58
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
Miss Islington (bot)
2019-02-27
2
-0
/
+48
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Miss Islington (bot)
2019-02-26
2
-2
/
+4
*
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
Miss Islington (bot)
2019-02-25
2
-4
/
+5
*
Run autoreconf.
Benjamin Peterson
2019-02-25
2
-5
/
+19
[next]