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
*
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Stefan Krah
2019-07-10
5
-4/+4
*
Really remove vcstdint.h. (#14686)
Stefan Krah
2019-07-10
3
-234/+1
*
bpo-26806: IDLE should run without docstrings (#14657)
Terry Jan Reedy
2019-07-09
2
-8/+19
*
bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)
Hai Shi
2019-07-09
1
-24/+0
*
bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)
Victor Stinner
2019-07-09
1
-15/+18
*
bpo-18374: fix tests to check the correct thing about line numbers (GH-14659)
Carl Friedrich Bolz-Tereick
2019-07-09
1
-4/+4
*
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (G...
Victor Stinner
2019-07-09
1
-1/+0
*
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Victor Stinner
2019-07-09
1
-1/+1
*
bpo-37526: Add support.catch_threading_exception() (GH-14664)
Victor Stinner
2019-07-09
3
-0/+92
*
bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)
Victor Stinner
2019-07-09
1
-0/+1
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Carl Friedrich Bolz-Tereick
2019-07-08
4
-1/+34
*
Doc: Fix example title. (GH-14639)
Julien Palard
2019-07-08
1
-1/+1
*
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
Julien Palard
2019-07-08
1
-1/+1
*
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)
Victor Stinner
2019-07-08
2
-0/+5
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
37
-132/+154
*
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
Jason R. Coombs
2019-07-07
3
-1/+13
*
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Hai Shi
2019-07-07
1
-1/+1
*
bpo-37478: Add missing 'and'. (GH-14631)
Terry Jan Reedy
2019-07-07
1
-1/+1
*
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611)
Kyle Stanley
2019-07-07
2
-0/+4
*
bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
Terry Jan Reedy
2019-07-06
2
-4/+1
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy
2019-07-06
2
-3/+4
*
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Tal Einat
2019-07-06
6
-135/+181
*
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
[next]