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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)
Christian Heimes
2021-11-20
1
-0/+15
*
bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)
Christian Heimes
2021-11-20
2
-2/+9
*
bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
Christian Heimes
2021-11-19
1
-0/+7
*
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Christian Heimes
2021-11-19
3
-25/+39
*
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Erlend Egeberg Aasland
2021-11-19
2
-1/+6
*
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Christian Heimes
2021-11-18
1
-0/+55
*
bpo-45512: Use Argument Clinic to set sqlite3 isolation level (GH-29593)
Erlend Egeberg Aasland
2021-11-18
2
-72/+67
*
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes
2021-11-18
2
-5/+20
*
bpo-45512: Simplify manage isolation level (GH-29562)
Dong-hee Na
2021-11-17
3
-41/+33
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-16
1
-0/+14
*
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland
2021-11-16
2
-62/+72
*
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Dong-hee Na
2021-11-16
1
-9/+31
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
1
-1/+2
*
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...
Erlend Egeberg Aasland
2021-11-15
1
-3/+3
*
bpo-45512: Simplify isolation_level handling in `sqlite3` (GH-29053)
Erlend Egeberg Aasland
2021-11-15
3
-63/+84
*
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes
2021-11-14
1
-2/+2
*
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes
2021-11-13
2
-2/+6
*
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Christian Heimes
2021-11-10
2
-14/+20
*
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland
2021-11-10
2
-4/+4
*
bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value to NULL...
Irit Katriel
2021-11-10
1
-4/+9
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
2
-12/+0
*
bpo-45743: Move __APPLE_USE_RFC_3542 into socketmodule.c (GH-29456)
Christian Heimes
2021-11-08
1
-0/+2
*
remove the repeat 'the' (#29455)
180909
2021-11-08
1
-1/+1
*
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes
2021-11-06
2
-6/+6
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
1
-0/+30
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
2
-3/+131
*
bpo-42064: Adapt `sqlite3` to multi-phase init (PEP 489) (GH-29234)
Erlend Egeberg Aasland
2021-11-02
1
-20/+99
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
3
-1/+146
*
bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH...
Erlend Egeberg Aasland
2021-10-31
1
-41/+48
*
bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory ...
Erlend Egeberg Aasland
2021-10-29
1
-0/+4
*
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes
2021-10-29
2
-5/+8
*
bpo-45621: Small changes to mmap (GH-29247)
Tim Golden
2021-10-29
1
-16/+5
*
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon
2021-10-28
3
-3/+3
*
bpo-45548: Fix out-of-tree and Debian builds (GH-29263)
Christian Heimes
2021-10-28
1
-55/+52
*
bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
Erlend Egeberg Aasland
2021-10-27
8
-55/+36
*
Remove unused variables. (GH-29231)
Benjamin Peterson
2021-10-26
1
-5/+1
*
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden
2021-10-26
1
-34/+95
*
bpo-45548: makesetup improvements (GH-29225)
Christian Heimes
2021-10-26
1
-2/+11
*
bpo-45548: FreeBSD doesn't like auto vars in makesetup (GH-29216)
Christian Heimes
2021-10-25
1
-2/+2
*
bpo-45548: Add missing extensions to Modules/Setup (GH-29199)
Christian Heimes
2021-10-25
1
-33/+33
*
bpo-45595: Make extensions depend on header files (GH-29198)
Christian Heimes
2021-10-25
1
-2/+3
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
5
-317/+35
*
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Eric Snow
2021-10-22
2
-6/+64
*
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
Christian Heimes
2021-10-22
1
-1/+1
*
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
Christian Heimes
2021-10-22
2
-2/+6
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
37
-37/+160
*
bpo-45548: Make `Modules/Setup` easier to read (GH-29143)
Brett Cannon
2021-10-22
1
-196/+115
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
1
-0/+121
*
bpo-45548: add some missing entries to `Modules/Setup` (GH-29115)
Brett Cannon
2021-10-21
1
-2/+20
*
bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (GH-21649)
Zackery Spytz
2021-10-20
1
-3/+1
[next]