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-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner
2020-04-28
9
-26/+35
*
bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)
Eric Snow
2020-04-28
2
-11/+46
*
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner
2020-04-28
7
-48/+45
*
bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic me...
Karthikeyan Singaravelan
2020-04-28
3
-12/+12
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott
2020-04-28
5
-0/+21
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
12
-25/+58
*
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner
2020-04-28
7
-165/+175
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
19
-42/+63
*
Post 3.9.0a6
Łukasz Langa
2020-04-28
1
-1/+1
*
Merge tag 'v3.9.0a6'
Łukasz Langa
2020-04-28
122
-291/+1313
|
\
|
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
122
-291/+1313
*
|
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
8
-90/+219
*
|
bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)
Lysandros Nikolaou
2020-04-28
1
-1/+0
*
|
bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743)
Lysandros Nikolaou
2020-04-28
2
-5/+6
*
|
bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)
Victor Stinner
2020-04-27
1
-63/+85
*
|
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Victor Stinner
2020-04-27
2
-0/+4
*
|
bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)
Pablo Galindo
2020-04-27
2
-2/+1
*
|
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
12
-327/+437
*
|
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
5
-0/+38
*
|
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na
2020-04-27
5
-0/+59
*
|
bpo-40217: Clean code in PyType_FromSpec_Alloc and add NEWS entry (GH-19733)
Pablo Galindo
2020-04-27
2
-9/+22
|
/
*
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
[next]