FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_multiprocessing - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_multiprocessing
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
bpo-31653: Remove deadcode in semlock_acquire() (#4091)
Show description for 828ca59
vstinner
authored
828ca59
View commit details
Copy full SHA for 828ca59
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078)
pitrou
authored
c872d39
View commit details
Copy full SHA for c872d39
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #28152: Fix -Wunreachable-code warning on clang
Show description for 408bfa6
vstinner
committed
408bfa6
View commit details
Copy full SHA for 408bfa6
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
Issue #27591: Merge from 3.5
berkerpeksag
committed
bd8b443
View commit details
Copy full SHA for bd8b443
View code at this point
Browse repository at this point
Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false
Show description for 1fd497e
berkerpeksag
committed
1fd497e
View commit details
Copy full SHA for 1fd497e
View code at this point
Browse repository at this point
Commits on May 7, 2016
Issue #26924: Fix Windows buildbots
Show description for 1a269d0
berkerpeksag
committed
1a269d0
View commit details
Copy full SHA for 1a269d0
View code at this point
Browse repository at this point
Issue #26924: Do not define _multiprocessing.sem_unlink under Android
Show description for 0ce9cd9
berkerpeksag
committed
0ce9cd9
View commit details
Copy full SHA for 0ce9cd9
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
Issue #21704: Fix build error for _multiprocessing when semaphores
Show description for e0e6581
shibturn
committed
e0e6581
View commit details
Copy full SHA for e0e6581
View code at this point
Browse repository at this point
Commits on Sep 7, 2013
Fix conversion from Py_ssize_t to int.
shibturn
committed
b988ee0
View commit details
Copy full SHA for b988ee0
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Show description for 84ed9a6
shibturn
committed
84ed9a6
View commit details
Copy full SHA for 84ed9a6
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Show description for 640c35c
vstinner
committed
640c35c
View commit details
Copy full SHA for 640c35c
View code at this point
Browse repository at this point
Commits on May 15, 2013
- Fix typos in the multiprocessing module.
doko42
committed
94fd53b
View commit details
Copy full SHA for 94fd53b
View code at this point
Browse repository at this point
- Fix typos in the multiprocessing module.
doko42
committed
9df891c
View commit details
Copy full SHA for 9df891c
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
Replace WaitForMultipleObjects with WaitForMultipleObjectEx,
Show description for c8c6563
loewis
committed
c8c6563
View commit details
Copy full SHA for c8c6563
View code at this point
Browse repository at this point
Replace WaitForSingleObject with WaitForSingleObjectEx,
Show description for b26a9b1
loewis
committed
b26a9b1
View commit details
Copy full SHA for b26a9b1
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Issue #9586: Merge.
shibturn
committed
950fab0
View commit details
Copy full SHA for 950fab0
View code at this point
Browse repository at this point
Issue #9586: Merge
shibturn
committed
9b45993
View commit details
Copy full SHA for 9b45993
View code at this point
Browse repository at this point
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
shibturn
committed
9866231
View commit details
Copy full SHA for 9866231
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
Issue #16719: Get rid of WindowsError. Use OSError instead
Show description for 2606a6f
asvetlov
committed
2606a6f
View commit details
Copy full SHA for 2606a6f
View code at this point
Browse repository at this point
Commits on Oct 7, 2012
Get rid of circular import and eliminate unprefixed exported symbols
Show description for 8fb9f4c
shibturn
committed
8fb9f4c
View commit details
Copy full SHA for 8fb9f4c
View code at this point
Browse repository at this point
Commits on Jun 11, 2012
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
Show description for 197651b
shibturn
committed
197651b
View commit details
Copy full SHA for 197651b
View code at this point
Browse repository at this point
Commits on May 26, 2012
Make multiprocessing's shared memory use memoryview instead of raw pointer
shibturn
committed
26cdf1f
View commit details
Copy full SHA for 26cdf1f
View code at this point
Browse repository at this point
Commits on May 5, 2012
Fix for issue 14725 for 3.2 branch
shibturn
committed
7ef909c
View commit details
Copy full SHA for 7ef909c
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Show description for 3e268aa
shibturn
committed
3e268aa
View commit details
Copy full SHA for 3e268aa
View code at this point
Browse repository at this point
Commits on Apr 18, 2012
Issue #11750: The Windows API functions scattered in the _subprocess and
Show description for 23bba4c
pitrou
committed
23bba4c
View commit details
Copy full SHA for 23bba4c
View code at this point
Browse repository at this point
Commits on Mar 5, 2012
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Show description for bdb1cf1
pitrou
committed
bdb1cf1
View commit details
Copy full SHA for bdb1cf1
View code at this point
Browse repository at this point
Commits on Feb 27, 2012
Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt.
skrah
committed
a03422f
View commit details
Copy full SHA for a03422f
View code at this point
Browse repository at this point
Commits on Feb 8, 2012
Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection
Show description for ed4a8fc
Charles-François Natali
committed
ed4a8fc
View commit details
Copy full SHA for ed4a8fc
View code at this point
Browse repository at this point
Commits on Dec 17, 2011
Fix compilation warning on Windows
amauryfa
committed
7e447c8
View commit details
Copy full SHA for 7e447c8
View code at this point
Browse repository at this point
Commits on Dec 16, 2011
Issue #10350: Read and save errno before calling a function which might overwrite it.
Show description for ab0e9f7
pitrou
committed
ab0e9f7
View commit details
Copy full SHA for ab0e9f7
View code at this point
Browse repository at this point
Issue #10350: Read and save errno before calling a function which might overwrite it.
Show description for c345ce1
pitrou
committed
c345ce1
View commit details
Copy full SHA for c345ce1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL