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-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpe...
Pablo Galindo
2020-04-27
1
-1/+83
*
Add files in tests/test_peg_generator to the install target lists (GH-19723)
Pablo Galindo
2020-04-27
2
-0/+8
*
bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720)
Serhiy Storchaka
2020-04-27
3
-3/+12
*
bpo-40348: Fix typos in the programming FAQ (GH-19729)
Zackery Spytz
2020-04-27
1
-2/+2
*
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Brad Solomon
2020-04-27
3
-1/+35
*
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725)
Ammar Askar
2020-04-27
1
-1/+0
*
bpo-40387: Improve queue join() example. (GH-19724)
Raymond Hettinger
2020-04-27
1
-16/+12
*
bpo-40396: Support GenericAlias in the typing functions. (GH-19718)
Serhiy Storchaka
2020-04-26
3
-6/+62
*
Fix typo in Lib/typing.py (GH-19717)
Nickolena Fisher
2020-04-26
1
-1/+1
*
Fix typo in object.__format__ docs (GH-19504)
Heshy Roskes
2020-04-26
1
-1/+1
*
bpo-40275: Avoid importing logging in test.support (GH-19601)
Serhiy Storchaka
2020-04-25
7
-109/+105
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
37
-429/+472
*
bpo-40275: Avoid importing asyncio in test.support (GH-19600)
Serhiy Storchaka
2020-04-25
3
-2/+19
*
bpo-40279: Add some error-handling to the module initialisation docs example ...
Cajetan Rodrigues
2020-04-25
1
-3/+11
*
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
Ammar Askar
2020-04-25
3
-70/+2
*
bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704)
Guido van Rossum
2020-04-25
1
-0/+43
*
bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688)
Cajetan Rodrigues
2020-04-24
1
-4/+5
*
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Carl Meyer
2020-04-24
4
-5/+20
*
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Lysandros Nikolaou
2020-04-24
3
-83/+146
*
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
Victor Stinner
2020-04-24
3
-1/+22
*
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Victor Stinner
2020-04-24
2
-7/+26
*
Expand the implementation comments (GH-19699)
Raymond Hettinger
2020-04-24
1
-0/+7
*
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691)
Victor Stinner
2020-04-24
1
-1/+1
*
Use Py_ssize_t instead of ssize_t (GH-19685)
Pablo Galindo
2020-04-24
1
-1/+1
*
bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)
Pablo Galindo
2020-04-23
2
-11/+12
*
Fix broken mkdir -p call in regen-pegen (#19695)
Guido van Rossum
2020-04-23
1
-1/+1
*
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Guido van Rossum
2020-04-23
1
-1/+1
*
bpo-40336: Refactor typing._SpecialForm (GH-19620)
Serhiy Storchaka
2020-04-23
1
-77/+61
*
bpo-39983: Add test.support.print_warning() (GH-19683)
Victor Stinner
2020-04-23
6
-31/+59
*
Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679)
Dong-hee Na
2020-04-23
1
-4/+2
*
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou
2020-04-23
7
-34/+58
*
bpo-40370: Use the same compile and link args as the interpreter used in test...
Pablo Galindo
2020-04-23
2
-3/+16
*
gdbinit: Use proper define syntax (GH-19557)
Florian Bruhin
2020-04-23
1
-1/+1
*
bpo-40334: Suppress all output in test_peg_generator (GH-19675)
Lysandros Nikolaou
2020-04-23
2
-5/+1
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
4
-2/+17
*
bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671)
Pablo Galindo
2020-04-23
2
-22/+22
*
Compile extensions in test_peg_generator with C99 (GH-19668)
Pablo Galindo
2020-04-23
2
-14/+13
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
26
-54/+83
*
bpo-40334: Fix builds outside the source directory and regenerate autoconf fi...
Pablo Galindo
2020-04-23
4
-7/+76
*
Add @pablogsal as code owner for pegen-related files (GH-19665)
Pablo Galindo
2020-04-22
1
-0/+2
*
bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666)
Pablo Galindo
2020-04-22
1
-10/+14
*
PEP 617: Only run the CI with the new parser (GH-19664)
Pablo Galindo
2020-04-22
2
-46/+0
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
91
-147/+27058
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
13
-6/+597
*
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Anthony Sottile
2020-04-22
1
-1/+1
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
6
-22/+49
*
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
Steve Dower
2020-04-22
1
-5/+3
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
4
-40/+87
*
bpo-38329: python.org macOS installers now update Current symlink (GH-19650)
Ned Deily
2020-04-22
2
-6/+4
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root
2020-04-22
5
-16/+79
[next]