.. |
_ctypes
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
|
2012-08-25 11:18:48 +02:00 |
_io
|
Fixes Issue #12268 for the io module - File readline, readlines and
|
2012-10-12 13:02:06 -07:00 |
_multiprocessing
|
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
|
2012-06-11 15:11:35 +01:00 |
_sqlite
|
Issue #14572: Prevent build failures with pre-3.5.0 versions of
|
2012-05-19 23:35:05 -07:00 |
cjkcodecs
|
Issue #12016: Reindent decoders of HK and JP codecs
|
2011-06-03 23:35:27 +02:00 |
expat
|
Fixes Issue 14234: fix for the previous commit, keep compilation when
|
2012-03-14 18:12:23 -07:00 |
zlib
|
Revert typo fixes in zlib/*
|
2011-03-16 12:46:40 +02:00 |
Setup.config.in
|
Patch to make _codecs a builtin module. This is necessary since
|
2002-12-12 17:37:50 +00:00 |
Setup.dist
|
- Mention _heapq in Setup.dist.
|
2012-09-10 11:56:47 +02:00 |
_bisectmodule.c
|
Issue #14829: Fix bisect issues under 64-bit Windows.
|
2012-05-16 15:01:40 +02:00 |
_bsddb.c
|
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
|
2012-01-16 23:57:34 +01:00 |
_codecsmodule.c
|
Merged revisions 79779 via svnmerge from
|
2010-06-09 17:55:28 +00:00 |
_collectionsmodule.c
|
Fix docstring for deque ctor to mark iterable parameter optional
|
2012-10-31 11:50:00 +02:00 |
_csv.c
|
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
|
2012-09-25 02:48:21 -07:00 |
_curses_panel.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
_cursesmodule.c
|
Merged revisions 83306 via svnmerge from
|
2010-08-05 16:35:53 +00:00 |
_elementtree.c
|
Issue #2892: preserve iterparse events in case of SyntaxError
|
2011-11-01 23:34:41 +01:00 |
_functoolsmodule.c
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +02:00 |
_hashopenssl.c
|
Issue #15219: Fix a reference leak when hashlib.new() is called with
|
2012-06-29 01:42:46 +02:00 |
_heapqmodule.c
|
#11515: fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-15 18:55:01 +02:00 |
_hotshot.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
_json.c
|
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
|
2012-11-01 20:07:40 +01:00 |
_localemodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +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
|
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines.
|
2012-06-30 17:19:35 +01:00 |
_sre.c
|
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
|
2012-12-02 12:52:36 +01:00 |
_ssl.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:16:51 +02:00 |
_struct.c
|
#14897: Enhance error messages of struct.pack and struct.pack_into
|
2012-10-29 21:20:19 +02:00 |
_testcapimodule.c
|
Issue #13093: Fix _testcapi.unicode_encodedecimal()
|
2011-11-29 00:53:09 +01:00 |
_tkinter.c
|
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
|
2011-10-04 13:55:37 +02:00 |
_weakref.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
|
2007-12-19 02:37:44 +00:00 |
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 #15424: Add a __sizeof__ implementation for array objects.
|
2012-08-10 22:05:45 -05:00 |
audioop.c
|
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
|
2012-01-28 22:01:59 +01:00 |
binascii.c
|
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
|
2011-10-04 13:55:37 +02:00 |
bsddb.h
|
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
|
2012-01-16 23:57:34 +01:00 |
bsddbmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
bz2module.c
|
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
|
2012-10-21 23:09:08 +02:00 |
cPickle.c
|
Issue #7689: Allow pickling of dynamically created classes when their
|
2011-10-04 09:34:48 +02:00 |
cStringIO.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:16:51 +02:00 |
cdmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00: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
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
cmathmodule.c
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +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 #11576: Fixed timedelta subtraction glitch on big timedelta values
|
2011-04-05 22:12:22 -04:00 |
dbmmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
dlmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +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
|
Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from
|
2010-10-06 09:28:45 +00:00 |
flmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
fmmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
fpectlmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
fpetestmodule.c
|
Check return result from Py_InitModule*(). This API can fail.
|
2006-01-19 06:09:39 +00:00 |
future_builtins.c
|
Fix issue10065 - future_builtins' docstring lacks some functions
|
2010-10-14 13:15:33 +00:00 |
gc_weakref.txt
|
SF 1055820: weakref callback vs gc vs threads
|
2004-10-30 23:09:22 +00:00 |
gcmodule.c
|
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
|
2012-05-28 22:22:34 +02:00 |
gdbmmodule.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
getaddrinfo.c
|
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
|
2012-08-02 20:37:12 +02: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
|
copy_absolute(): keep the relative path if getcwd() failed
|
2010-10-07 23:37:08 +00:00 |
glmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
grpmodule.c
|
Merged revisions 87238 via svnmerge from
|
2010-12-14 16:26:30 +00:00 |
imageop.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
imgfile.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
itertoolsmodule.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:16:51 +02:00 |
ld_so_aix.in
|
Small fix to ld_so_aix.in for 2.x
|
2010-09-10 22:22:58 +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
|
#16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka.
|
2012-11-23 18:46:11 +02:00 |
makesetup
|
Patch #786737: Allow building in a tree of symlinks pointing to
|
2007-09-05 11:47:34 +00:00 |
makexp_aix
|
- Changes donated by Elemental Security to make it work on AIX 5.3
|
2005-09-14 18:09:42 +00:00 |
mathmodule.c
|
Merged revisions 82221 via svnmerge from
|
2010-06-25 20:21:43 +00: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
|
#15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2)
|
2012-09-10 22:57:34 +02:00 |
nismodule.c
|
Merged revisions 84172 via svnmerge from
|
2010-08-19 09:09:04 +00:00 |
operator.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
ossaudiodev.c
|
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
|
2011-09-29 19:43:01 +02:00 |
parsermodule.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:16:51 +02:00 |
posixmodule.c
|
Issue #15765: Fix quirky NetBSD getcwd() behaviour.
|
2012-08-29 09:20:41 -04:00 |
puremodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
pwdmodule.c
|
Merged revisions 84106 via svnmerge from
|
2010-08-16 20:30:26 +00:00 |
pyexpat.c
|
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
|
2012-09-24 13:17:08 +02:00 |
python.c
|
Apparently FreeBSD enables some HW floating-point exceptions by default.
|
2002-12-28 21:56:08 +00:00 |
readline.c
|
Merged revisions 87356 via svnmerge from
|
2010-12-18 03:52:09 +00:00 |
resource.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
rotatingtree.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
rotatingtree.h
|
Fix comment typo
|
2006-04-22 01:58:40 +00:00 |
selectmodule.c
|
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
|
2012-11-01 20:13:54 +01:00 |
sgimodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
sha256module.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
sha512module.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +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
|
Fixes issue #9535: Fix pending signals that have been received but not yet
|
2012-11-10 20:38:17 -08:00 |
socketmodule.c
|
Modules/socketmodule.c: netdb_lock: define static.
|
2012-08-14 17:24:47 +02:00 |
socketmodule.h
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
spwdmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
sre.h
|
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
|
2012-11-20 22:30:42 +01:00 |
sre_constants.h
|
Implemented non-recursive SRE matching.
|
2003-10-17 22:13:16 +00:00 |
stropmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
sunaudiodev.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
svmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
symtablemodule.c
|
initialize more global type objects (closes #16369)
|
2012-10-30 23:21:10 -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
|
protect this call, too
|
2012-04-02 11:18:18 -04:00 |
timemodule.c
|
Plug a leak in timemodule. The module dictionary is saved during
|
2012-11-27 10:19:29 -08:00 |
timing.h
|
Remove the advertising clause from the BSD license in timing.h.
|
2008-04-01 23:57:36 +00:00 |
timingmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
tkappinit.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
tkinter.h
|
Include tkinter.h only after including tk.h (or the equivalent for another platform).
|
2009-04-05 02:11:19 +00:00 |
unicodedata.c
|
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
|
2011-10-04 13:55:37 +02: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
|
Closes #15897: zipimport.c doesn't check return value of fseek()
|
2012-10-03 02:13:05 +02:00 |
zlibmodule.c
|
Issue #15677: Also fix docstrings in zlib module.
|
2012-11-11 14:01:23 +01:00 |