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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka
2021-10-03
1
-2/+2
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
Victor Stinner
2021-10-01
1
-12/+41
*
Move predispatch logic from DISPATCH macro to juts before switch. Reduces siz...
Mark Shannon
2021-09-29
1
-7/+15
*
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...
Serhiy Storchaka
2021-09-28
1
-0/+17
*
[3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...
Brett Cannon
2021-09-18
1
-1/+1
*
[3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH...
Łukasz Langa
2021-09-15
1
-7/+6
*
bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)
Miss Islington (bot)
2021-09-09
1
-2/+14
*
[3.10] bpo-45083: Include the exception class qualname when formatting an exc...
Miss Islington (bot)
2021-09-08
2
-36/+38
*
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) ...
Łukasz Langa
2021-09-08
4
-4611/+4641
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...
Miss Islington (bot)
2021-09-07
1
-1/+1
*
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(...
Miss Islington (bot)
2021-08-31
1
-2/+4
*
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
Miss Islington (bot)
2021-08-31
1
-1/+1
*
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
Victor Stinner
2021-08-30
1
-5/+5
*
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
Dong-hee Na
2021-08-26
1
-0/+4
*
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...
Miss Islington (bot)
2021-08-10
1
-1/+15
*
Remove unused variable. (GH-27677) (#27680)
Mark Shannon
2021-08-09
1
-3/+0
*
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...
Mark Shannon
2021-08-09
4
-3803/+3814
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Miss Islington (bot)
2021-08-07
1
-22/+13
*
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
Miss Islington (bot)
2021-08-06
1
-3/+4
*
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Miss Islington (bot)
2021-08-06
2
-0/+24
*
bpo-39091: Fix segfault when Exception constructor returns non-exception for ...
Miss Islington (bot)
2021-08-03
1
-4/+16
*
bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448)
Miss Islington (bot)
2021-07-29
1
-2/+28
*
[3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST vali...
Miss Islington (bot)
2021-07-29
1
-20/+28
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
1
-1/+1
*
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-2734...
Miss Islington (bot)
2021-07-26
1
-4/+12
*
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) ...
Miss Islington (bot)
2021-07-19
1
-1/+6
*
bpo-44655: Include the name of the type in unset __slots__ attribute errors (...
Miss Islington (bot)
2021-07-17
1
-4/+9
*
bpo-44655: Don't include suggestions for attributes that are the same as the ...
Miss Islington (bot)
2021-07-16
1
-0/+3
*
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G...
Miss Islington (bot)
2021-07-16
1
-6/+1
*
bpo-44626: Merge basic blocks earlier to enable better handling of exit block...
Mark Shannon
2021-07-16
3
-3819/+3856
*
[3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH...
Mark Shannon
2021-07-16
1
-1/+6
*
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27...
Mark Shannon
2021-07-15
1
-1/+3
*
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate li...
Miss Islington (bot)
2021-07-15
1
-4/+41
*
bpo-44616: Mark all clean up instructions at end of named exception block as ...
Mark Shannon
2021-07-14
1
-3/+2
*
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH...
Miss Islington (bot)
2021-07-13
1
-0/+3
*
[3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074)
Batuhan Taskaya
2021-07-10
1
-31/+123
*
bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067)
Mark Shannon
2021-07-08
1
-19/+13
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
1
-10/+20
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
Victor Stinner
2021-06-23
1
-0/+3
*
bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
Victor Stinner
2021-06-21
1
-0/+4
*
bpo-44297: Fix missing line number in generator expressions (GH-26821)
Mark Shannon
2021-06-21
2
-958/+959
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Miss Islington (bot)
2021-06-20
1
-4/+10
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Miss Islington (bot)
2021-06-03
1
-0/+808
*
[3.10] bpo-44298: Backport #26513 to 3.10 (#26516)
Mark Shannon
2021-06-03
3
-2853/+2862
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Miss Islington (bot)
2021-05-13
1
-2/+8
*
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)
Mark Shannon
2021-05-13
1
-0/+29
*
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
Miss Islington (bot)
2021-05-07
1
-5/+13
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Miss Islington (bot)
2021-05-07
1
-8/+5
*
Correct location for syntax error in try-except (GH-25939)
Mark Shannon
2021-05-06
1
-1/+1
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
1
-59/+130
[next]