cpython/Modules
Steve Dower 27f26ad962 Issue #28161: Opening CON for write access fails
Issue #28162: WindowsConsoleIO readall() fails if first line starts with Ctrl+Z
Issue #28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandle
Issue #28164: _PyIO_get_console_type fails for various paths
2016-09-17 13:51:23 -07:00
..
_blake2
_ctypes Issue #28139: Fix messed up indentation 2016-09-17 03:26:16 +00:00
_decimal
_io Issue #28161: Opening CON for write access fails 2016-09-17 13:51:23 -07:00
_multiprocessing
_sha3 Issue #27810: Regenerate Argument Clinic. 2016-09-11 21:25:45 +03:00
_sqlite Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually 2016-09-12 07:16:43 +03:00
cjkcodecs Issue #27810: Regenerate Argument Clinic. 2016-09-11 21:25:45 +03:00
clinic Issue #28156: Export os.getpid() conditionally 2016-09-15 20:45:16 +03:00
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Revert part of 3471a3515827 that caused a performance regression 2016-09-11 22:45:53 -07:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c #28067: Fixed another typo. 2016-09-10 16:51:17 -04:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c Issue #27137: align Python & C implementations of functools.partial 2016-09-10 20:00:02 +10:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 2016-09-17 07:59:14 +00:00
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c Issue 24454: Removed unused match_getitem_doc. 2016-09-11 10:20:27 -04:00
_ssl.c Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c. 2016-09-13 20:48:13 +02:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 2016-09-13 20:22:02 +02:00
atexitmodule.c
audioop.c Use uint16_t instead of short in audioop. 2016-09-11 14:48:16 +03:00
binascii.c Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). 2016-09-14 16:37:34 +03:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c Issue #28139: Fix messed up indentation 2016-09-17 03:26:16 +00:00
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Don't run garbage collection on interpreter exit if it was explicitly disabled 2016-09-09 21:47:46 -07:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
hashtable.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 2016-09-13 20:22:02 +02:00
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 2016-09-13 20:22:02 +02:00
itertoolsmodule.c Issue #28019: itertools.count() no longer rounds non-integer step in range 2016-09-10 09:53:51 +03:00
ld_so_aix.in
ld_so_beos
main.c Issue #28192: Don't import readline in isolated mode 2016-09-17 12:22:41 -07:00
makesetup Issue #28145: Spelling fixes 2016-09-16 00:46:05 +00:00
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c Issue #28075: Merge from 3.5 2016-09-17 15:51:14 +03:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #28153: Make kqueue()'s event filters optional 2016-09-14 18:16:59 +03:00
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 2016-09-17 07:59:14 +00:00
socketmodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 2016-09-17 07:59:14 +00:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c more granular configure checks for clock_* functions (closes #28081) 2016-09-13 22:55:09 -07:00
tkappinit.c
tkinter.h
unicodedata.c Unicode 9.0.0 2016-09-14 23:53:47 -07:00
unicodedata_db.h Unicode 9.0.0 2016-09-14 23:53:47 -07:00
unicodename_db.h Unicode 9.0.0 2016-09-14 23:53:47 -07:00
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c Issue #28131: Fix a regression in zipimport's compile_source() 2016-09-14 08:09:48 +03:00
zlibmodule.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 2016-09-13 20:22:02 +02:00

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