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-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
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
5
-9/+52
*
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
Erlend Egeberg Aasland
2021-06-03
5
-39/+37
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
21
-5659/+5967
*
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)
Victor Stinner
2021-06-03
2
-14/+9
*
bpo-42213: Check connection in sqlite3.Connection.__enter__ (GH-26512)
Erlend Egeberg Aasland
2021-06-03
2
-16/+35
*
bpo-44298: Fix line numbers for early exits in with statements. (GH-26513)
Mark Shannon
2021-06-03
4
-2971/+3027
*
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
Zackery Spytz
2021-06-03
1
-0/+6
*
bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
andrei kulakov
2021-06-03
4
-1/+21
*
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen
2021-06-03
2
-0/+4
*
bpo-44022: Improve the regression test. (GH-26503)
Gregory P. Smith
2021-06-03
1
-1/+6
*
bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-...
Tal Einat
2021-06-02
3
-43/+49
*
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
Victor Stinner
2021-06-02
2
-2/+11
*
build(deps): bump actions/cache from 2.1.5 to 2.1.6 (GH-26476)
dependabot[bot]
2021-06-02
1
-2/+2
*
Typo fix in asyncio-eventloop.rst (GH-26482)
Zac Bentley
2021-06-02
1
-1/+1
*
bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-...
stratakis
2021-06-02
1
-0/+1
*
bpo-44165: pysqlite_statement_create now returns a Py object, not an int (GH-...
Erlend Egeberg Aasland
2021-06-02
1
-1/+1
*
bpo-17792: more accurate error message for unbound variable access exceptions...
Irit Katriel
2021-06-02
2
-3/+4
*
Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)
Mariusz Felisiak
2021-06-02
1
-1/+0
*
bpo-44165: Optimise sqlite3 statement preparation by passing string size (GH-...
Erlend Egeberg Aasland
2021-06-02
3
-7/+25
*
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
Victor Stinner
2021-06-01
3
-3/+40
*
Fix typo in block comment in Include/internal/pycore_condvar.h (GH-26457)
Rishi
2021-06-01
1
-1/+1
*
bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
MapleCCC
2021-06-01
1
-2/+3
*
bpo-44273: Improve syntax error message for assigning to "..." (GH-26477)
Serhiy Storchaka
2021-06-01
2
-2/+2
*
bpo-42972: Track sqlite3 statement objects (GH-26475)
Erlend Egeberg Aasland
2021-06-01
4
-48/+40
*
bpo-44260: Do not read system entropy without need in Random() (GH-26455)
Serhiy Storchaka
2021-05-31
3
-44/+38
*
bpo-44246: Remove note about access by index now that a compatibility shim is...
Jason R. Coombs
2021-05-31
1
-4/+1
*
bpo-44246: Restore compatibility in entry_points (GH-26468)
Jason R. Coombs
2021-05-31
3
-1/+125
*
bpo-44246: Entry points performance improvements. (GH-26467)
Jason R. Coombs
2021-05-31
3
-1/+30
*
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
Victor Stinner
2021-05-31
2
-2/+9
*
bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452)
Erlend Egeberg Aasland
2021-05-31
6
-41/+44
[prev]
[next]