cpython/Modules
Anthony Sottile 27f32e938f bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169)
See https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx?f=255&MSPPError=-2147217396#maxpath

Paths that begin with `\\?\` are "extended-length paths".
2018-01-15 23:39:04 +02:00
..
_ctypes [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3952) 2017-10-12 17:39:01 +03:00
_io [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) 2017-12-07 21:25:39 +01:00
_multiprocessing Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
_sqlite bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) 2017-11-08 01:57:02 -08:00
cjkcodecs bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) 2017-05-23 01:04:27 +08:00
expat bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) 2017-09-05 18:04:39 -07:00
zlib update zlib ChangeLog file 2017-01-31 13:56:50 +01:00
Setup.config.in
Setup.dist
_bisectmodule.c
_bsddb.c bpo-30257: _bsddb: Fix newDBObject() (#1428) 2017-05-03 18:04:18 +02:00
_codecsmodule.c
_collectionsmodule.c bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
_csv.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 2016-05-09 00:11:59 +03:00
_cursesmodule.c correct the typos (GH-4950) (#4952) 2017-12-21 07:42:42 +02:00
_elementtree.c [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950) 2017-10-11 16:29:12 +03:00
_functoolsmodule.c bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
_hashopenssl.c [2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343) 2017-09-05 17:12:12 +02:00
_heapqmodule.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
_hotshot.c move declaration to top of the function to appease the c89 gods 2016-09-05 13:07:48 -07:00
_json.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
_localemodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
_lsprof.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
_math.c inline constant into its single use 2016-12-03 12:32:38 -08:00
_math.h
_randommodule.c [2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845) 2017-10-03 00:31:42 +03:00
_sre.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
_ssl.c [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) 2017-09-07 22:31:17 -07:00
_ssl_data.h
_struct.c bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588) 2017-05-15 13:17:54 +08:00
_testcapimodule.c bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912) 2017-10-09 00:52:06 -07:00
_tkinter.c [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) 2017-10-04 21:37:53 +03:00
_weakref.c Issue #28427: old keys should not remove new values from 2016-12-27 15:08:27 +01:00
addrinfo.h
almodule.c
ar_beos
arraymodule.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
atexitmodule.c [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) 2017-06-12 09:10:53 +03:00
audioop.c [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) 2017-08-26 21:56:31 +03:00
binascii.c Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT 2016-12-24 07:53:57 +00:00
bsddb.h
bsddbmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
bz2module.c bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033) 2017-06-10 14:36:57 +02:00
cPickle.c bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) 2017-03-14 07:29:33 +02:00
cStringIO.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
cdmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:51:18 +03:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
datetimemodule.c [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) 2017-10-23 19:57:04 +03:00
dbmmodule.c
dlmodule.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
errnomodule.c
fcntlmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
flmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
fmmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
fpectlmodule.c
fpetestmodule.c
future_builtins.c
gc_weakref.txt
gcmodule.c
gdbmmodule.c
getaddrinfo.c Issue #26505: Fix typos in getaddrinfo license text. 2016-03-07 14:51:19 -05:00
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg (#1327) 2017-05-02 16:55:50 +02:00
getnameinfo.c
getpath.c Issue #19398: Extra slash no longer added to sys.path components in case of 2016-11-11 12:11:55 +02:00
glmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
grpmodule.c
imageop.c
imgfile.c
itertoolsmodule.c [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772) 2017-09-26 23:15:36 +03:00
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 2016-11-20 09:31:41 +00:00
ld_so_beos
linuxaudiodev.c
main.c bpo-11681: Document the `-b` and `-bb` options (GH-1562) 2017-05-13 09:30:20 -05:00
makesetup generate spaces instead of tabs into config.c 2017-01-16 00:05:12 -08:00
makexp_aix
mathmodule.c Issue #26114: Remove mention of 'Numerical Recipes'. 2016-01-15 09:41:49 -08:00
md5.c
md5.h
md5module.c
mmapmodule.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
nismodule.c
operator.c rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) 2016-08-16 23:35:35 -07:00
ossaudiodev.c
parsermodule.c [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) 2017-04-20 00:48:57 +03:00
posixmodule.c bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) 2018-01-15 23:39:04 +02:00
posixmodule.h
puremodule.c
pwdmodule.c
pyexpat.c bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202) 2017-06-15 02:16:35 +02:00
python.c Replace fpgetmask() with fedisableexcept() 2016-01-20 22:30:58 +01:00
readline.c [2.7] bpo-29854: Fix segfault in call_readline() (GH-728) 2017-07-11 00:06:57 +03:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c bpo-31893: Fix a backporting error in 8cbf4e1064. (#4219) 2017-11-01 17:43:07 +02:00
sgimodule.c
sha256module.c Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
sha512module.c Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
shamodule.c
signalmodule.c [2.7] bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4263) 2017-11-03 20:36:39 +01:00
socketmodule.c [2.7] bpo-31927: Fix reading arbitrary data when parse a AF_BLUETOOTH address (GH-4235) (GH-4352) (#4355) 2017-11-09 23:05:59 +02:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
stropmodule.c
sunaudiodev.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
svmodule.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
symtablemodule.c
syslogmodule.c
termios.c Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
testcapi_long.h
threadmodule.c
timemodule.c bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) 2017-09-06 01:35:39 +02:00
timing.h
timingmodule.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
tkappinit.c Issue #22463: Backport compiler warning fixes and workarounds 2016-06-21 23:58:05 +00:00
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c Issue #24366: Fix indentation 2016-09-15 01:50:53 +00:00
zlibmodule.c Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module 2016-07-23 04:22:09 +00:00