Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3aca40d3cb4b9b6741cf3073d71fbfc682cab96d
/
Modules
3aca40d
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
by Benjamin Peterson
· 6 years ago
289f1f8
bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)
by Pierre Glaser
· 6 years ago
65d98d0
bpo-35900: Add a state_setter arg to save_reduce (GH-12588)
by Pierre Glaser
· 6 years ago
96aeaec
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
by Serhiy Storchaka
· 6 years ago
1a2252e
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
by Zackery Spytz
· 6 years ago
6b95149
bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109)
by Stefan Behnel
· 6 years ago
f090019
Suppress clang warning (GH-12384)
by Rémi Lapeyre
· 6 years ago
4754168
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997)
by Stefan Behnel
· 6 years ago
70005ac
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
by Victor Stinner
· 6 years ago
dde3eeb
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885)
by Stefan Behnel
· 6 years ago
43851a2
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883)
by Stefan Behnel
· 6 years ago
db71975
bpo-36763: Rework _PyInitError API (GH-13031)
by Victor Stinner
· 6 years ago
b84cb70
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
by Victor Stinner
· 6 years ago
88c0937
bpo-36004: Add date.fromisocalendar (GH-11888)
by Paul Ganssle
· 6 years ago
99fcc61
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
by Victor Stinner
· 6 years ago
b36e5d6
bpo-36356: Destroy the GIL at exit (GH-12453)
by Victor Stinner
· 6 years ago
21a9ba1
bpo-2091: Fix typo in exception message (GH-12987)
by Berker Peksag
· 6 years ago
4d8c8c0
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
by Paul Ganssle
· 6 years ago
4cb525a
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
by Victor Stinner
· 6 years ago
9db0324
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
by Victor Stinner
· 6 years ago
8e91c24
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
by Victor Stinner
· 6 years ago
b930a2d
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
by Victor Stinner
· 6 years ago
8bb3230
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
by Victor Stinner
· 6 years ago
359bd4f
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
by Zackery Spytz
· 6 years ago
09415ff
fix warnings by adding more const (GH-12924)
by Inada Naoki
· 6 years ago
ab86521
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
by Marcin Niemira
· 6 years ago
9541bd3
bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765)
by Joannah Nanjekye
· 6 years ago
14adbd4
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881)
by Raymond Hettinger
· 6 years ago
9d062d6
ctypes: remove use of legacy unicode API (GH-12340)
by Inada Naoki
· 6 years ago
23bace2
bpo-36635: Add _testinternalcapi module (GH-12841)
by Victor Stinner
· 6 years ago
11efd79
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
by Paul Monson
· 6 years ago
5c75f37
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
by Victor Stinner
· 6 years ago
6fec905
bpo-36642: make unicodedata const (GH-12855)
by Inada Naoki
· 6 years ago
926b0cb
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
by Inada Naoki
· 6 years ago
0810fa7
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
by Victor Stinner
· 6 years ago
f1464f4
bpo-31904: Port the time module on VxWorks (GH-12305)
by pxinwr
· 6 years ago
b75b1a35
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806)
by Eric Snow
· 6 years ago
f13c5c8
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360)
by Eric Snow
· 6 years ago
4423504
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
by Victor Stinner
· 6 years ago
536a35b
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
by Inada Naoki
· 6 years ago
2b00db6
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
by Victor Stinner
· 6 years ago
0e10766
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
by Vidar Tonaas Fauske
· 6 years ago
8709490
bpo-34373: Fix time.mktime() on AIX (GH-12726)
by Victor Stinner
· 6 years ago
cb0748d
bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565)
by tyomitch
· 6 years ago
487b73a
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)
by Zackery Spytz
· 6 years ago
10654c1
bpo-20844: open script file with "rb" mode (GH-12616)
by Inada Naoki
· 6 years ago
5f2c508
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106)
by Zackery Spytz
· 6 years ago
48600c7
bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). (GH-12629)
by Zackery Spytz
· 6 years ago
2438cdf
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
by Steve Dower
· 6 years ago
32119e1
bpo-35947: Update Windows to the current version of libffi (GH-11797)
by Paul Monson
· 6 years ago
2f54908
bpo-36471: Add _Py_RunMain() (GH-12618)
by Victor Stinner
· 6 years ago
5f45979
bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432)
by Alexey Izbyshev
· 6 years ago
d93fbbf
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
by kctherookie
· 6 years ago
3eca28c
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
by Giampaolo Rodola
· 6 years ago
8abd7c7
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)
by Serhiy Storchaka
· 6 years ago
d929f18
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
by Victor Stinner
· 6 years ago
5ac27a5
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
by Victor Stinner
· 6 years ago
364f0b0
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
by Eddie Elizondo
· 6 years ago
484f20d
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
by Victor Stinner
· 6 years ago
8b9dbc0
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
by Victor Stinner
· 6 years ago
f8ba6f5
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
by Victor Stinner
· 6 years ago
414b1cd
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
by Victor Stinner
· 6 years ago
0523c39
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
by Zackery Spytz
· 6 years ago
2000495
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
by Victor Stinner
· 6 years ago
f78a5e9
bpo-36301: Add _Py_GetEnv() function (GH-12542)
by Victor Stinner
· 6 years ago
1075d16
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
by Victor Stinner
· 6 years ago
f72346c
bpo-36301: Cleanup preconfig code (GH-12535)
by Victor Stinner
· 6 years ago
5e33378
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530)
by Zackery Spytz
· 6 years ago
c5c6cda
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
by Inada Naoki
· 6 years ago
9a0000d
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
by Pablo Galindo
· 6 years ago
aa3ecb8
bpo-36285: Fix integer overflow in the array module. (GH-12317)
by sth
· 6 years ago
e9a1dcb
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
by Inada Naoki
· 6 years ago
c5a216e
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464)
by Inada Naoki
· 6 years ago
f29084d
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
by Victor Stinner
· 6 years ago
dcf6171
bpo-36236: Handle removed cwd at Python init (GH-12424)
by Victor Stinner
· 6 years ago
f5f336a
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
by Victor Stinner
· 6 years ago
fecc4f2
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
by Victor Stinner
· 6 years ago
29198ea
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
by Inada Naoki
· 6 years ago
faddaed
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
by Victor Stinner
· 6 years ago
5f9cf23
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
by Victor Stinner
· 6 years ago
7b14f0c
bpo-36352: Add error handling to getpath.c (GH-12421)
by Victor Stinner
· 6 years ago
c183444
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
by Victor Stinner
· 6 years ago
6a16b18
bpo-36297: remove "unicode_internal" codec (GH-12342)
by Inada Naoki
· 6 years ago
c11183c
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
by Eric Snow
· 6 years ago
74f6568
bpo-36301: Add _PyWstrList structure (GH-12343)
by Victor Stinner
· 6 years ago
3191391
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
by Serhiy Storchaka
· 6 years ago
d53fe5f
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
by Serhiy Storchaka
· 6 years ago
8b5bdda
bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)
by pxinwr
· 6 years ago
8b91eda
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)
by sth
· 6 years ago
738c19f
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
by Benjamin Peterson
· 6 years ago
0411411
Rework integer overflow path in math.prod and add more tests (GH-11809)
by Pablo Galindo
· 6 years ago
1b304f9
Remove d_initial from the parser as it is unused (GH-12212)
by tyomitch
· 6 years ago
8479a34
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
by Eric Snow
· 6 years ago
495da29
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
by Guido van Rossum
· 6 years ago
dc07894
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
by Davide Rizzo
· 6 years ago
bb9593a
closes bpo-36139: release GIL around munmap(). (GH-12073)
by Davide Rizzo
· 6 years ago
b71e28e
bpo-36209: Fix typo on hashlib error message (GH-12194)
by Emmanuel Arias
· 6 years ago
c656e25
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
by Victor Stinner
· 6 years ago
7d2ef3e
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
by Victor Stinner
· 6 years ago
adfffc7
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)
by Serhiy Storchaka
· 6 years ago
Next »