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
*
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Terry Jan Reedy
2019-07-06
2
-2/+4
*
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Hai Shi
2019-07-06
1
-1/+1
*
Fix some typos (GH-14435)
Min ho Kim
2019-07-05
5
-8/+8
*
Typo fix in file Include/object.h (GH-14556)
Hansraj Das
2019-07-05
1
-2/+2
*
Move test_threaded_import.py to test_importlib/ (GH-14582)
Kyle Stanley
2019-07-05
1
-0/+0
*
bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603)
Jeroen Demeyer
2019-07-05
2
-273/+0
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Victor Stinner
2019-07-05
3
-0/+28
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
10
-99/+368
*
bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600)
Jeroen Demeyer
2019-07-05
1
-13/+14
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Victor Stinner
2019-07-05
6
-3/+30
*
Use OSError subclasses in os documentation (GH-14262)
Tim Hoffmann
2019-07-05
1
-17/+24
*
bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...
thatneat
2019-07-04
5
-6/+63
*
bpo-37266: Add bpo number to the What's New entry (GH614584)
Victor Stinner
2019-07-04
1
-0/+1
*
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer
2019-07-04
6
-16/+15
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
44
-146/+128
*
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Victor Stinner
2019-07-04
2
-1/+17
*
bpo-37459: importlib docs improperly reference get_resource_loader() (#14568)
aldwinaldwin
2019-07-04
1
-1/+1
*
bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Kyle Stanley
2019-07-03
3
-2/+4
*
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)
Jeroen Demeyer
2019-07-03
1
-6/+10
*
bpo-37484: use _PyObject_Vectorcall for __exit__ (GH-14557)
Jeroen Demeyer
2019-07-03
1
-5/+3
*
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
Victor Stinner
2019-07-03
3
-23/+36
*
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
Victor Stinner
2019-07-03
2
-7/+24
*
bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)
Victor Stinner
2019-07-03
2
-4/+4
*
Fix typo in 3.9's Whats new. Pyton -> Python (GH-14567)
ILJI CHOI
2019-07-03
1
-1/+1
*
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Hai Shi
2019-07-03
1
-1/+1
*
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Christian Heimes
2019-07-02
3
-10/+32
*
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner
2019-07-02
9
-0/+62
*
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
Victor Stinner
2019-07-02
2
-0/+5
*
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
Jakub Kulík
2019-07-02
2
-19/+6
*
bpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
Jeroen Demeyer
2019-07-02
2
-81/+85
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily
2019-07-02
4
-16/+16
*
Put pyexpatns.h include back. bpo-37437 (GH-14539)
Benjamin Peterson
2019-07-02
1
-0/+4
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
7
-13/+190
*
bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ...
Vinay Sajip
2019-07-01
1
-1/+6
*
bpo-36763: Use PyConfig_Clear() (GH-14445)
Victor Stinner
2019-07-01
4
-186/+151
*
bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListe...
Vinay Sajip
2019-07-01
1
-8/+13
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
4
-1/+29
*
bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
Victor Stinner
2019-07-01
3
-19/+1
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
53
-84/+31
*
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Victor Stinner
2019-07-01
3
-48/+80
*
bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503)
Pierre Glaser
2019-07-01
1
-0/+14
*
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
Miro Hrončok
2019-07-01
3
-2/+7
*
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...
Vinay Sajip
2019-07-01
2
-10/+12
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
8
-34/+79
*
Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501)
Ned Deily
2019-07-01
2
-5/+16
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
4
-0/+32
*
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
Christian Heimes
2019-07-01
3
-17/+61
*
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
Krishna Oza
2019-07-01
1
-1/+1
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz
2019-06-30
5
-4/+21
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
7
-72/+378
[next]