.. |
_ctypes
|
Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode().
|
2016-09-27 15:24:13 +03:00 |
_io
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00:00 |
_multiprocessing
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
_sqlite
|
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
|
2016-10-01 08:24:55 +03:00 |
cjkcodecs
|
Issue #24366: Fix indentation
|
2016-09-15 01:50:53 +00:00 |
expat
|
Issue #22463: Backport compiler warning fixes and workarounds
|
2016-06-21 23:58:05 +00:00 |
zlib
|
- Issue #22381: Update zlib to 1.2.8.
|
2014-09-11 08:32:46 +02:00 |
Setup.config.in
|
…
|
|
Setup.dist
|
- Use PLATDIR for the platform directory everywhere (refactoring only)
|
2015-04-13 21:55:08 +02:00 |
_bisectmodule.c
|
Issue #14829: Fix bisect issues under 64-bit Windows.
|
2012-05-16 15:01:40 +02:00 |
_bsddb.c
|
Issue #27171: Fix typos in documentation, code comments, and tests
|
2016-06-02 10:35:44 +00:00 |
_codecsmodule.c
|
Merged revisions 79779 via svnmerge from
|
2010-06-09 17:55:28 +00:00 |
_collectionsmodule.c
|
remove some copyright notices supserseded by the toplevel ones
|
2016-01-01 11:53:47 -06:00 |
_csv.c
|
check for overflow in join_append_data (closes #27758)
|
2016-08-13 17:17:06 -07:00 |
_curses_panel.c
|
Issue #25745: Fixed leaking a userptr in curses panel destructor.
|
2016-05-09 00:11:59 +03:00 |
_cursesmodule.c
|
fail when negative values are passed to instr()
|
2016-08-15 21:40:14 -07:00 |
_elementtree.c
|
Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag.
|
2016-06-12 10:06:32 +03:00 |
_functoolsmodule.c
|
Issue #26200: Restored more safe usages of Py_SETREF.
|
2016-04-11 09:53:37 +03:00 |
_hashopenssl.c
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00: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
|
be extremely careful about overflows in encode_basestring_ascii (closes #28284)
|
2016-09-26 23:55:41 -07:00 |
_localemodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
_lsprof.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
_math.c
|
Add workaround for log1p(-0.0) on platforms where it's broken.
|
2012-08-18 12:31:34 +01:00 |
_math.h
|
Add workaround for log1p(-0.0) on platforms where it's broken.
|
2012-08-18 12:31:34 +01:00 |
_randommodule.c
|
Issue #24620: Random.setstate() now validates the value of state last element.
|
2015-07-24 09:02:53 +03:00 |
_sre.c
|
do not decref value borrowed from list (closes #27774)
|
2016-08-15 22:01:41 -07:00 |
_ssl.c
|
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
|
2016-09-06 23:25:35 +02:00 |
_ssl_data.h
|
Issue #23248: Update ssl error codes from latest OpenSSL git master.
|
2015-01-18 17:39:32 +01:00 |
_struct.c
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:51:18 +03:00 |
_testcapimodule.c
|
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
|
2016-05-20 22:31:24 +03:00 |
_tkinter.c
|
Fix English spelling and grammar errors
|
2016-06-20 07:52:50 +00:00 |
_weakref.c
|
…
|
|
addrinfo.h
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
almodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
ar_beos
|
…
|
|
arraymodule.c
|
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
|
2016-09-07 11:04:41 +00:00 |
audioop.c
|
Corrections for a/an in code comments and documentation
|
2016-05-08 13:45:55 +00:00 |
binascii.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
bsddb.h
|
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
|
2013-03-19 14:46:29 -07:00 |
bsddbmodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
bz2module.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
cPickle.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00: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
|
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
|
2008-05-15 02:33:55 +00:00 |
cgensupport.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
cgensupport.h
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
clmodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
cmathmodule.c
|
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
|
2015-06-23 14:31:11 +02:00 |
config.c.in
|
Merged revisions 81602 via svnmerge from
|
2010-05-29 21:03:13 +00:00 |
cryptmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
cstubs
|
…
|
|
datetimemodule.c
|
Issue #22463: Backport compiler warning fixes and workarounds
|
2016-06-21 23:58:05 +00:00 |
dbmmodule.c
|
Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.
|
2013-05-08 01:51:37 +02:00 |
dlmodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
errnomodule.c
|
Issue #14662: Prevent shutil failures on OS X when destination does not
|
2012-05-10 17:45:49 -07:00 |
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
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
fpetestmodule.c
|
…
|
|
future_builtins.c
|
Fix issue10065 - future_builtins' docstring lacks some functions
|
2010-10-14 13:15:33 +00:00 |
gc_weakref.txt
|
…
|
|
gcmodule.c
|
remove trailing spaces.
|
2013-12-18 11:25:26 -08:00 |
gdbmmodule.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
getaddrinfo.c
|
Issue #26505: Fix typos in getaddrinfo license text.
|
2016-03-07 14:51:19 -05:00 |
getbuildinfo.c
|
let's keep parenthesis around sizeof
|
2011-03-28 17:25:15 -05:00 |
getnameinfo.c
|
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
|
2012-08-02 20:37:12 +02:00 |
getpath.c
|
remove (hilarious) defaults for various constants getpath.c needs
|
2016-06-02 12:41:35 -07:00 |
glmodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
grpmodule.c
|
Closes #19342: improve docstrings in grp module.
|
2014-10-02 08:34:41 +02:00 |
imageop.c
|
Issue #24264: Fixed buffer overflow in the imageop module.
|
2015-05-31 09:05:10 +03:00 |
imgfile.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
itertoolsmodule.c
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
ld_so_aix.in
|
Issue #27171: Fix typos in documentation, code comments, and tests
|
2016-06-02 10:35:44 +00:00 |
ld_so_beos
|
…
|
|
linuxaudiodev.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
main.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
makesetup
|
Issue #28145: Spelling fixes
|
2016-09-16 00:46:05 +00:00 |
makexp_aix
|
…
|
|
mathmodule.c
|
Issue #26114: Remove mention of 'Numerical Recipes'.
|
2016-01-15 09:41:49 -08:00 |
md5.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
md5.h
|
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
|
2009-02-13 03:00:00 +00:00 |
md5module.c
|
Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
|
2012-09-10 21:39:07 +02:00 |
mmapmodule.c
|
make 'where' Py_ssize_t
|
2016-10-05 23:26:24 -07:00 |
nismodule.c
|
Merged revisions 84172 via svnmerge from
|
2010-08-19 09:09:04 +00:00 |
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
|
Issue #16404: Add checks for return value of PyInt_FromLong() in
|
2013-12-17 15:09:45 +02:00 |
parsermodule.c
|
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
|
2015-12-19 20:07:48 +02:00 |
posixmodule.c
|
Issue #23908: os functions, open() and the io.FileIO constructor now reject
|
2016-07-01 23:34:44 +03:00 |
posixmodule.h
|
Removed useless Py_LIMITED_API checks.
|
2014-08-17 13:29:13 +03:00 |
puremodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
pwdmodule.c
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
2013-02-12 09:27:53 +02:00 |
pyexpat.c
|
Issue #6676: Ensure a meaningful exception is raised when attempting
|
2014-03-27 16:38:32 -07:00 |
python.c
|
Replace fpgetmask() with fedisableexcept()
|
2016-01-20 22:30:58 +01:00 |
readline.c
|
Issue #19884: Avoid spurious output on OS X with Gnu Readline
|
2016-08-27 02:54:43 +00:00 |
resource.c
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
|
2013-02-04 12:45:46 +02:00 |
rotatingtree.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
rotatingtree.h
|
…
|
|
selectmodule.c
|
Issue #23652: Make the select module compile against LSB headers.
|
2015-08-01 21:30:11 -05:00 |
sgimodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
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
|
Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
|
2012-09-10 21:39:07 +02:00 |
signalmodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
socketmodule.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
socketmodule.h
|
make _socket.socket weakrefable (closes #22569)
|
2014-10-06 14:38:20 -04:00 |
spwdmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
sre.h
|
Issue #17998: Fix an internal error in regular expression engine.
|
2013-08-03 19:26:33 +03:00 |
sre_constants.h
|
…
|
|
stropmodule.c
|
proper overflow checks for mymemreplace (closes #24708)
|
2015-07-24 23:25:35 -07:00 |
sunaudiodev.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
svmodule.c
|
Issue #20437: Fixed 43 potential bugs when deleting objects references.
|
2014-02-09 13:14:04 +02:00 |
symtablemodule.c
|
just return toplevel symbol table rather than all blocks (closes #19393)
|
2013-10-26 13:13:51 -04:00 |
syslogmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
termios.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
testcapi_long.h
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
threadmodule.c
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
|
2015-05-30 17:45:12 +03:00 |
timemodule.c
|
issue #9090 : Take the same approach for socketmodule as daytimemodule
|
2013-03-19 13:53:56 -07:00 |
timing.h
|
Remove the advertising clause from the BSD license in timing.h.
|
2008-04-01 23:57:36 +00:00 |
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
|
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
|
2015-04-21 21:17:33 +03:00 |
unicodedata.c
|
fix possible overflow bugs in unicodedata (closes #23367)
|
2015-03-02 11:17:05 -05:00 |
unicodedata_db.h
|
Issue #8024: Update the Unicode database to 5.2
|
2010-03-18 21:50:06 +00:00 |
unicodename_db.h
|
Issue #8024: Update the Unicode database to 5.2
|
2010-03-18 21:50:06 +00:00 |
xxmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
xxsubtype.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
yuv.h
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
yuvconvert.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
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 |