You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christian Heimes 5bb414d176 Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. 12 years ago
..
_ctypes silence unused-value warnings in libffi's dlmalloc.c 12 years ago
_decimal Make a couple of parameters constant. 12 years ago
_io Issue #15204: Deprecated the 'U' mode in file-like objects. 12 years ago
_multiprocessing Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_sha3 Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 13 years ago
_sqlite sqlite: Use Py_ssize_t to store a size instead of an int 13 years ago
cjkcodecs Issue #19515: Remove identifiers duplicated in the same file. 13 years ago
expat Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. 12 years ago
zlib Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
Setup.config.in Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
Setup.dist Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
_bisectmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_bz2module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_codecsmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_collectionsmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_cryptmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_csv.c Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append() 13 years ago
_curses_panel.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_cursesmodule.c ncurses' winch and mvwinch return an unsigned long 12 years ago
_datetimemodule.c Silence more PyObject_INIT() unused value warnings. 12 years ago
_dbmmodule.c Issue #19296: Silence compiler warning in dbm_open. 12 years ago
_elementtree.c Issue #19815: Fix segfault when parsing empty namespace declaration. 12 years ago
_freeze_importlib.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_functoolsmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_gdbmmodule.c Close #19282: Native context management in dbm 13 years ago
_hashopenssl.c exclude _hashopenssl.c:_setException() from LCOV coverage 12 years ago
_heapqmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_json.c Issue #11489: JSON decoder now accepts lone surrogates. 12 years ago
_localemodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_lsprof.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_lzmamodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_math.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_math.h Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_opcode.c Issue #19674: inspect.signature() now produces a correct signature 12 years ago
_operator.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_pickle.c Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 12 years ago
_posixsubprocess.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_randommodule.c Fix compiler warning on Windows 64-bit: explicit cast size_t to unsigned long 13 years ago
_scproxy.c Fix for issue #9568. 16 years ago
_sre.c Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 years ago
_ssl.c Issue #19509: Add SSLContext.check_hostname to match the peer's certificate 12 years ago
_ssl_data.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_stat.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_struct.c - Modules/_struct.c (unpackiter_type): Define static. 12 years ago
_testbuffer.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_testcapimodule.c Issue #19674: inspect.signature() now produces a correct signature 12 years ago
_testembed.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_testimportmultiple.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_threadmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_tkinter.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_tracemalloc.c Close #19741: tracemalloc_realloc() does not release the table lock anymore 12 years ago
_weakref.c Issue #19674: inspect.signature() now produces a correct signature 12 years ago
_winapi.c Issue #19565: Prevent warnings at shutdown about pending overlapped ops. 13 years ago
addrinfo.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 25 years ago
arraymodule.c Issue #3693: Fix array obscure error message when given a str. 12 years ago
atexitmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
audioop.c Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
binascii.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
cmathmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
config.c.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
fcntlmodule.c Issue #18994: Add a missing check for a return value in fcntmodule. Patch by 12 years ago
fpectlmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fpetestmodule.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
getaddrinfo.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
getbuildinfo.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getnameinfo.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
getpath.c calculate_path() now fails with a fatal error when it fails to allocate memory 13 years ago
grpmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
hashlib.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
hashtable.c Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
hashtable.h Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
itertoolsmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
ld_so_aix.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
makesetup Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running 16 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
md5module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
mmapmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
nismodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ossaudiodev.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
overlapped.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
parsermodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
posixmodule.c Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() 12 years ago
posixmodule.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pwdmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyexpat.c silence an overflow warning. slen is smaller than 1MB 12 years ago
python.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
readline.c make char* const 12 years ago
resource.c Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. 12 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c Fix indentation of switch cases. 12 years ago
sha1module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sha256module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sha512module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
signalmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
socketmodule.c Fix broken docstring continuation line for detach(). 12 years ago
socketmodule.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
spwdmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sre.h Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 years ago
sre_constants.h Issue #13592: Improved the repr for regular expression pattern objects. 12 years ago
sre_lib.h Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 years ago
symtablemodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
syslogmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
termios.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given 12 years ago
tkappinit.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tkinter.h Include tkinter.h only after including tk.h (or the equivalent for another platform). 17 years ago
unicodedata.c Issue #19674: inspect.signature() now produces a correct signature 12 years ago
unicodedata_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
unicodename_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
xxlimited.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xxmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
zipimport.c Issue #19515: Remove duplicated identifiers in zipimport.c 13 years ago
zlibmodule.c Clinic: fix "self converters" with METH_NOARGS functions. 12 years ago