index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-12
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-11
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-10
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-08
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-07
1
-1/+1
*
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
Miss Islington (bot)
2019-03-07
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-05
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-26
2
-4/+5
*
Run autoreconf.
Benjamin Peterson
2019-02-26
2
-5/+19
*
closes bpo-13497: Fix `broken nice` configure test. (GH-12041)
Miss Islington (bot)
2019-02-26
1
-0/+2
*
bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)
Miss Islington (bot)
2019-02-26
3
-12/+16
*
bpo-35512: Resolve string target to patch.dict decorator during function call...
Miss Islington (bot)
2019-02-25
4
-2/+25
*
[3.7] bpo-28450: Fix and improve the documentation for unknown escapes in RE....
Serhiy Storchaka
2019-02-25
1
-2/+5
*
Remove empty Dictionaries section from programming FAQ (GH-12026)
Miss Islington (bot)
2019-02-25
1
-3/+0
*
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-...
Miss Islington (bot)
2019-02-25
1
-1/+1
[next]