0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
Victor Stinner b67f096738 Fix datetime.fromtimestamp(): check bounds
Issue #29100: Fix datetime.fromtimestamp() regression introduced in Python
3.6.0: check minimum and maximum years.
2017-02-10 10:34:02 +01:00
..
_blake2
_ctypes Issue #25659: Merge ctypes fix from 3.5 2016-11-20 22:07:29 +00:00
_decimal Merge 3.5. 2017-01-09 13:11:51 +01:00
_io Adds precheck for console filename to fix Windows 7. 2017-02-04 17:36:47 -08:00
_multiprocessing
_sha3
_sqlite Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
cjkcodecs Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
clinic Issue #29092: Sync os.stat's doc and docstring on path type. 2017-01-22 13:04:17 +08:00
expat
zlib - Issue #29169: Update zlib to 1.2.10. 2017-01-31 13:49:48 +01:00
_asynciomodule.c _asyncio uses _PyObject_CallMethodIdObjArgs() 2016-12-15 09:05:11 +01:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Merge doc fixes from 3.5 2017-01-14 09:54:57 +00:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c Issue #28549: Fixed segfault in curses's addch() with ncurses6. 2016-10-30 22:53:09 +02:00
_datetimemodule.c Fix datetime.fromtimestamp(): check bounds 2017-02-10 10:34:02 +01:00
_dbmmodule.c
_elementtree.c Merge from 3.5. 2016-12-21 12:35:11 +02:00
_functoolsmodule.c Issue #28969: Fixed race condition in C implementation of functools.lru_cache. 2017-01-12 19:12:21 +02:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c Py_SIZE() was misused for dict. 2017-01-13 08:37:05 +02:00
_localemodule.c
_lsprof.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 2016-11-16 10:19:20 +02:00
_lzmamodule.c Issue #27517: LZMA compressor and decompressor no longer raise exceptions if 2016-10-31 08:31:13 +02:00
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c Issue #29190: Fixed possible errors in comparing strings in the pickle module. 2017-01-09 10:09:43 +02:00
_posixsubprocess.c
_randommodule.c fix error check, so that Random.seed actually uses OS randomness (closes #29085) 2016-12-28 20:02:35 -08:00
_scproxy.c
_sre.c Issue #29444: Fixed out-of-bounds buffer access in the group() method of 2017-02-04 22:55:40 +02:00
_ssl_data.h
_ssl.c
_stat.c
_struct.c
_testbuffer.c Add comment why the change in d83884b3a427 wasn't necessary. 2017-01-08 01:36:00 +01:00
_testcapimodule.c Issue #28147: Fix a memory leak in split-table dictionaries 2016-12-20 09:54:24 +09:00
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c
_weakref.c Issue #28427: old keys should not remove new values from 2016-12-27 14:19:20 +01:00
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c Issue #29004: Merge crc_hqx() doc from 3.5 2016-12-24 07:44:03 +00:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Issue #19398: Extra slash no longer added to sys.path components in case of 2016-11-11 12:06:38 +02:00
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 2016-11-20 07:56:37 +00:00
ld_so_beos
main.c Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. 2017-02-04 15:39:38 -08:00
makesetup generate spaces instead of tabs into config.c 2017-01-16 00:05:12 -08:00
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c Issue #28715: Added error checks for PyUnicode_AsUTF8(). 2016-11-20 08:48:07 +02:00
overlapped.c
parsermodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
posixmodule.c Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. 2017-02-09 20:02:37 +02:00
posixmodule.h
pwdmodule.c
pyexpat.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 2016-11-16 10:19:20 +02:00
readline.c
README
resource.c Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that 2016-12-19 08:05:39 +02:00
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c Add TCP_CONGESTION and TCP_USER_TIMEOUT 2016-11-29 16:55:04 +01:00
socketmodule.h
spwdmodule.c
sre_constants.h
sre_lib.h
sre.h
symtablemodule.c
syslogmodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
termios.c
testcapi_long.h
timemodule.c Fixes maximum usable length of buffer for formatting time zone in localtime(). 2016-12-14 11:22:05 -08:00
tkappinit.c
tkinter.h
unicodedata_db.h
unicodedata.c
unicodename_db.h
winreparse.h
xxlimited.c merge 3.5 (#29398) 2017-01-31 23:31:10 -08:00
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c

Source files for standard library extension modules,
and former extension modules that are now builtin modules.