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-44345: Fix 'generated by' comment in parser.c (GH-26615)
Akira Nonaka
2021-06-09
2
-2/+2
*
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
Terry Jan Reedy
2021-06-09
2
-201/+216
*
bpo-44349: Fix edge case when displaying text from files with encoding in syn...
Pablo Galindo
2021-06-08
3
-2/+22
*
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Serhiy Storchaka
2021-06-08
5
-3/+246
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
16
-4231/+4467
*
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Terry Jan Reedy
2021-06-08
3
-139/+190
*
bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH...
Pablo Galindo
2021-06-08
1
-3/+17
*
bpo-11105: document the new test.support.infinite_recursion context manager (...
Batuhan Taskaya
2021-06-08
1
-1/+7
*
bpo-11105: reduce the recursion limit for tests (GH-26550)
Batuhan Taskaya
2021-06-08
2
-2/+13
*
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Petr Viktorin
2021-06-08
1
-0/+10
*
bpo-44329: Refactor sqlite3 statement creation (GH-26566)
Erlend Egeberg Aasland
2021-06-08
1
-43/+35
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
16
-4466/+4231
*
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo
2021-06-08
2
-1/+2
*
bpo-44335: Fix a regression when identifying invalid characters in syntax err...
Pablo Galindo
2021-06-08
3
-1/+6
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
5
-52/+9
*
Use `from` imports (GH-26594)
Machinexa2
2021-06-08
1
-5/+4
*
bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)
Julien Palard
2021-06-08
2
-2/+2
*
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
Ned Batchelder
2021-06-08
2
-3/+3
*
bpo-43693: Silence some compiler warnings. (gh-26588)
Eric Snow
2021-06-07
2
-5/+2
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
16
-4231/+4466
*
Use absolute imports in IDLE tests (GH-26581)
Terry Jan Reedy
2021-06-07
1
-1/+1
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Ryan Hileman
2021-06-07
2
-4/+11
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
23
-5707/+6041
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
12
-12/+416
*
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev
2021-06-07
5
-11/+85
*
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)
wim glenn
2021-06-07
3
-5/+5
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
2
-2/+11
*
bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)
Erlend Egeberg Aasland
2021-06-06
2
-16/+2
*
bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
Erlend Egeberg Aasland
2021-06-06
2
-8/+0
*
Update bisect docstrings (GH-26548)
hrchu
2021-06-06
2
-11/+11
*
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
NAKAMURA Osamu
2021-06-06
1
-1/+1
*
bpo-44304: Ensure the sqlite3 destructor callback is always called with the G...
Pablo Galindo
2021-06-05
2
-0/+7
*
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...
Pablo Galindo
2021-06-05
3
-7/+23
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Pablo Galindo
2021-06-04
1
-0/+2
*
Update nonstandard variable names (GH-26540)
Raymond Hettinger
2021-06-04
1
-5/+5
*
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
Irit Katriel
2021-06-04
1
-1/+1
*
Align comment for better readability. (GH-26192)
Kazantcev Andrey
2021-06-04
1
-5/+5
*
bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
Erlend Egeberg Aasland
2021-06-04
4
-7/+8
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Erlend Egeberg Aasland
2021-06-04
3
-13/+21
*
bpo-44041: Add test for sqlite3 column count (GH-25907)
Erlend Egeberg Aasland
2021-06-04
1
-0/+11
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
23
-6026/+5705
*
bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470)
stratakis
2021-06-04
1
-2/+10
*
Removing myself from ssl code ownership (GH-26529)
Christian Heimes
2021-06-04
1
-3/+3
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
11
-209/+222
*
bpo-32280: Store _PyRuntime in a named section (GH-4802)
Max BĂ©langer
2021-06-03
1
-2/+28
*
bpo-44305: Improve syntax error for try blocks without except or finally (GH-...
Pablo Galindo
2021-06-03
5
-269/+383
*
bpo-44042: Optimize sqlite3 begin transaction (GH-25908)
Erlend Egeberg Aasland
2021-06-03
3
-46/+38
*
bpo-43921: Cleanup test_ssl.test_wrong_cert_tls13() (GH-26520)
Victor Stinner
2021-06-03
1
-12/+5
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Batuhan Taskaya
2021-06-03
4
-4/+840
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
12
-438/+77
[next]