FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/grpmodule.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
grpmodule.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 14, 2018
Remove PyModule_GetDict from new C API
Dino Viehland
committed
52590bc
View commit details
Copy full SHA for 52590bc
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Show description for f7eae0a
serhiy-storchaka
authored
f7eae0a
View commit details
Copy full SHA for f7eae0a
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
Issue #26129: Deprecated accepting non-integers in grp.getgrgid().
serhiy-storchaka
committed
9cc4ed5
View commit details
Copy full SHA for 9cc4ed5
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
merge with 3.4
birkenfeld
committed
54eec2d
View commit details
Copy full SHA for 54eec2d
View code at this point
Browse repository at this point
Closes #19342: improve docstrings in grp module.
birkenfeld
committed
41ea1f4
View commit details
Copy full SHA for 41ea1f4
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
Issue #20152: Convert the grp module to Argument Clinic.
brettcannon
committed
8fb7bb2
View commit details
Copy full SHA for 8fb7bb2
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #16136: Remove VMS support and VMS-related code
tiran
committed
af01f66
View commit details
Copy full SHA for af01f66
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks Vajrasky Kok.
mdickinson
committed
e5192cd
View commit details
Copy full SHA for e5192cd
View code at this point
Browse repository at this point
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
mdickinson
committed
fb29a16
View commit details
Copy full SHA for fb29a16
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Show description for 1c8f059
vstinner
committed
1c8f059
View commit details
Copy full SHA for 1c8f059
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Issue #4591: Uid and gid values larger than 2**31 are supported now.
serhiy-storchaka
committed
7cf5599
View commit details
Copy full SHA for 7cf5599
View code at this point
Browse repository at this point
Commits on Dec 14, 2010
#775964: skip YP/NIS entries instead of failing the test
Show description for ec07331
bitdancer
committed
ec07331
View commit details
Copy full SHA for ec07331
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
birkenfeld
committed
71c23d4
View commit details
Copy full SHA for 71c23d4
View code at this point
Browse repository at this point
Commits on May 15, 2010
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Show description for ae6265f
Victor Stinner
committed
ae6265f
View commit details
Copy full SHA for ae6265f
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 May 7, 2010
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
Show description for 97c18ab
Victor Stinner
committed
97c18ab
View commit details
Copy full SHA for 97c18ab
View code at this point
Browse repository at this point
Commits on May 29, 2009
Merged revisions 73016 via svnmerge from
Show description for e23c868
loewis
committed
e23c868
View commit details
Copy full SHA for e23c868
View code at this point
Browse repository at this point
Issue #4859: Implement PEP 383 for pwd, spwd, and grp.
loewis
committed
b6a748b
View commit details
Copy full SHA for b6a748b
View code at this point
Browse repository at this point
Commits on Jan 17, 2009
Replace PyNumber_Int with PyNumber_Long.
mdickinson
committed
17c7cd8
View commit details
Copy full SHA for 17c7cd8
View code at this point
Browse repository at this point
Commits on Aug 7, 2008
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Show description for 4cc0f24
malemburg
committed
4cc0f24
View commit details
Copy full SHA for 4cc0f24
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on Dec 2, 2007
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
tiran
committed
217cfd1
View commit details
Copy full SHA for 217cfd1
View code at this point
Browse repository at this point
Commits on Nov 15, 2007
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Show description for 519a042
Thomas Heller
committed
519a042
View commit details
Copy full SHA for 519a042
View code at this point
Browse repository at this point
Commits on Aug 26, 2007
Use unicode
nnorwitz
committed
6777c85
View commit details
Copy full SHA for 6777c85
View code at this point
Browse repository at this point
Commits on May 27, 2006
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Show description for 477c8d5
Yhg1s
committed
477c8d5
View commit details
Copy full SHA for 477c8d5
View code at this point
Browse repository at this point
Commits on Apr 21, 2006
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Show description for 49fd7fa
Yhg1s
committed
49fd7fa
View commit details
Copy full SHA for 49fd7fa
View code at this point
Browse repository at this point
Commits on Jan 19, 2006
Check return result from Py_InitModule*(). This API can fail.
Show description for 1ac754f
nnorwitz
committed
1ac754f
View commit details
Copy full SHA for 1ac754f
View code at this point
Browse repository at this point
Commits on Sep 14, 2005
- Changes donated by Elemental Security to make it work on AIX 5.3
Show description for 8ee3e5a
gvanrossum
committed
8ee3e5a
View commit details
Copy full SHA for 8ee3e5a
View code at this point
Browse repository at this point
Commits on Jan 20, 2004
grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error
Show description for c7a7709
warsaw
committed
c7a7709
View commit details
Copy full SHA for c7a7709
View code at this point
Browse repository at this point
Commits on May 3, 2003
Patch #708495: Port more stuff to OpenVMS.
loewis
committed
c16f3bd
View commit details
Copy full SHA for c16f3bd
View code at this point
Browse repository at this point
Commits on Sep 17, 2002
Deal with a NULL gr_passwd. Reported by Anders Qvist.
loewis
committed
ceb7c18
View commit details
Copy full SHA for ceb7c18
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL