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
/
_multiprocessing
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-2/+2
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
3
-6/+16
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
2
-14/+4
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner
2023-11-01
1
-2/+2
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-0/+4
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
1
-5/+1
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-2/+2
*
gh-85283: Build posixshmem extension with Limited C API (#111087)
Victor Stinner
2023-10-19
2
-100/+18
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
4
-3/+12
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
1
-4/+5
*
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
3
-15/+7
*
gh-108623: Fix compile warning in `Modules/_multiprocessing/semaphore.c` (#10...
Nikita Sobolev
2023-08-29
1
-0/+5
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-4/+5
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
3
-9/+9
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-4/+4
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-2/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
2
-4/+0
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
1
-7/+1
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
2
-0/+8
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-1/+3
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
2
-13/+13
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
2
-87/+37
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
3
-8/+191
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
3
-63/+61
*
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
Kumar Aditya
2022-07-11
1
-4/+2
*
gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)
Oleg Iarygin
2022-07-04
2
-7/+33
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
3
-11/+11
*
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes
2021-11-29
4
-11/+84
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-1635741: Port _posixshmem extension module to multiphase initialization (...
Christian Heimes
2020-11-19
1
-13/+9
*
bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
Christian Heimes
2020-10-22
1
-1/+0
*
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
Mohamed Koubaa
2020-08-11
1
-42/+60
*
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz
2020-07-12
5
-94/+797
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-11/+1
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+0
*
bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298)
Victor Stinner
2020-02-01
1
-10/+11
*
Remove some unused defines in multiprocessing.h. (GH-15661)
Sergey Fedoseev
2019-09-07
1
-10/+0
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-3/+3
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-7/+48
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
2
-668/+167
*
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts
2019-02-02
1
-0/+724
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-3/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-2/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-5/+5
*
bpo-31653: Remove deadcode in semlock_acquire() (#4091)
Victor Stinner
2017-10-23
1
-4/+4
*
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphor...
Antoine Pitrou
2017-10-22
1
-10/+20
[next]