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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
Erlend Egeberg Aasland
2021-02-19
1
-0/+2
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
1
-0/+2
*
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
David CARLIER
2021-02-18
1
-0/+1
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
1
-0/+3
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-0/+3
*
bpo-40170: Move 3 NEWS entries to the C API section (GH-24555)
Erlend Egeberg Aasland
2021-02-17
3
-0/+0
*
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
Erlend Egeberg Aasland
2021-02-17
1
-0/+3
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
1
-0/+3
*
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland
2021-02-16
1
-0/+3
*
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
Erlend Egeberg Aasland
2021-02-16
1
-0/+3
*
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
Zackery Spytz
2021-02-16
1
-0/+1
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
Dustin Rodrigues
2021-02-15
2
-0/+9
*
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
Erlend Egeberg Aasland
2021-02-15
1
-0/+2
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
1
-0/+1
*
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith
2021-02-12
1
-0/+4
*
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Inada Naoki
2021-02-12
1
-0/+1
*
bpo-40956: Fix segfault when Connection.backup is called without target (GH-2...
Erlend Egeberg Aasland
2021-02-10
1
-0/+3
*
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Inada Naoki
2021-02-10
1
-0/+1
*
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo
2021-02-09
1
-0/+2
*
bpo-43162: [Enum] deprecate enum member.member access (GH-24486)
Ethan Furman
2021-02-09
1
-0/+2
*
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber
2021-02-09
1
-0/+2
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
1
-0/+1
*
bpo-43149: Improve error message for exception group without parentheses (GH-...
Pablo Galindo
2021-02-07
1
-0/+2
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
Raymond Hettinger
2021-02-04
1
-0/+2
*
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
Dong-hee Na
2021-02-03
1
-0/+2
*
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Pablo Galindo
2021-02-03
1
-0/+2
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
67
-135/+670
*
bpo-43108: Fix a reference leak in the curses module (GH-24420)
Pablo Galindo
2021-02-02
1
-0/+1
*
bpo-41149: Fix a bug in threading that causes fals-y threads callables to fai...
BarneyStratford
2021-02-02
1
-0/+1
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-0/+1
*
bpo-41748: Handles unquoted attributes with commas (#24072)
Karl Dubost
2021-02-01
1
-0/+2
*
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
Aviral Srivastava
2021-02-01
1
-0/+3
*
bpo-42834: Fix _json internal caches for subinterpreters (GH-24121)
Ken Jin
2021-02-01
1
-0/+1
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
1
-0/+5
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-02-01
1
-0/+3
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
1
-0/+2
*
bpo-42986: Fix parser crash when reporting syntax errors in f-string with new...
Pablo Galindo
2021-01-31
1
-0/+2
*
bpo-41604: Don't decrement the reference count of the previous user_ptr when ...
Anonymous Maarten
2021-01-31
1
-0/+2
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Serhiy Storchaka
2021-01-31
1
-0/+2
*
bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386)
Paul Moore
2021-01-30
1
-0/+1
*
bpo-42927: Inline cache for attributes defined with '__slots__' (#24216)
Guido van Rossum
2021-01-30
1
-0/+2
*
bpo-38631: Replace compiler fatal errors with exceptions (GH-24369)
Victor Stinner
2021-01-30
1
-0/+2
*
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
Steve Dower
2021-01-29
1
-0/+1
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
Terry Jan Reedy
2021-01-29
1
-0/+1
*
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner
2021-01-29
1
-0/+5
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Zackery Spytz
2021-01-28
1
-0/+2
*
bpo-43031: Set a timeout when running tests in PGO build (GH-24339)
Victor Stinner
2021-01-27
1
-0/+2
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Ken
2021-01-26
1
-0/+1
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
2
-0/+6
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1/+1
[next]