FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_multiprocessing/semaphore.c - 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
semaphore.c
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 Jul 23, 2016
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 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 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 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 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 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
Commits on Nov 21, 2011
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
Show description for 6dd381e
pitrou
committed
6dd381e
View commit details
Copy full SHA for 6dd381e
View code at this point
Browse repository at this point
Commits on May 9, 2011
Remove dead code from _multiprocessing
pitrou
committed
2341f9b
View commit details
Copy full SHA for 2341f9b
View code at this point
Browse repository at this point
Commits on Oct 18, 2010
Fix compiler warnings about formatting pid_t as an int, by always casting to long.
birkenfeld
committed
c7f4af4
View commit details
Copy full SHA for c7f4af4
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Apr 5, 2009
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Show description for 965ce87
benjaminp
committed
965ce87
View commit details
Copy full SHA for 965ce87
View code at this point
Browse repository at this point
Commits on Mar 31, 2009
merge 70783 to py3k
jnoller
committed
f8d0085
View commit details
Copy full SHA for f8d0085
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679
mdickinson
committed
e94c679
View commit details
Copy full SHA for e94c679
View code at this point
Browse repository at this point
Commits on Nov 30, 2008
Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from
Show description for 4469d0c
benjaminp
committed
4469d0c
View commit details
Copy full SHA for 4469d0c
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Merged revisions 64104,64117 via svnmerge from
Show description for e711caf
benjaminp
committed
e711caf
View commit details
Copy full SHA for e711caf
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL