.. |
_ctypes
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
|
2012-07-18 23:51:05 -05:00 |
_io
|
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
|
2012-08-04 00:55:38 +02: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
|
…
|
|
Setup.dist
|
…
|
|
_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
|
…
|
|
_collectionsmodule.c
|
Closes #15469: Correct __sizeof__ support for deque
|
2012-08-03 14:48:23 +02:00 |
_csv.c
|
Issue #13573: The csv.writer now uses the repr() for floats rather than str().
|
2011-12-11 22:31:09 -08:00 |
_curses_panel.c
|
…
|
|
_cursesmodule.c
|
…
|
|
_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
|
…
|
|
_json.c
|
Issue #5067: improve some json error messages.
|
2012-06-29 01:58:26 +02:00 |
_localemodule.c
|
…
|
|
_lsprof.c
|
…
|
|
_math.c
|
…
|
|
_math.h
|
…
|
|
_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
|
Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
|
2011-10-20 02:13:23 +08:00 |
_ssl.c
|
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
|
2012-02-15 22:25:27 +01:00 |
_struct.c
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
|
2012-07-28 21:58:44 -05: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
|
…
|
|
addrinfo.h
|
…
|
|
almodule.c
|
…
|
|
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
|
…
|
|
bz2module.c
|
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
|
2011-10-13 13:52:46 +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 #1548891: The cStringIO.StringIO() constructor now encodes unicode
|
2011-10-22 21:26:01 +02:00 |
cdmodule.c
|
…
|
|
cgen.py
|
…
|
|
cgensupport.c
|
…
|
|
cgensupport.h
|
…
|
|
clmodule.c
|
…
|
|
cmathmodule.c
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +02:00 |
config.c.in
|
…
|
|
cryptmodule.c
|
…
|
|
cstubs
|
…
|
|
datetimemodule.c
|
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
|
2011-04-05 22:12:22 -04:00 |
dbmmodule.c
|
…
|
|
dlmodule.c
|
…
|
|
errnomodule.c
|
Issue #14662: Prevent shutil failures on OS X when destination does not
|
2012-05-10 17:45:49 -07:00 |
fcntlmodule.c
|
…
|
|
flmodule.c
|
…
|
|
fmmodule.c
|
…
|
|
fpectlmodule.c
|
…
|
|
fpetestmodule.c
|
…
|
|
future_builtins.c
|
…
|
|
gc_weakref.txt
|
…
|
|
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
|
…
|
|
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
|
…
|
|
glmodule.c
|
…
|
|
grpmodule.c
|
Merged revisions 87238 via svnmerge from
|
2010-12-14 16:26:30 +00:00 |
imageop.c
|
…
|
|
imgfile.c
|
…
|
|
itertoolsmodule.c
|
Backport issue #12973 itertools fix from 3.x.
|
2011-09-24 09:01:16 +01:00 |
ld_so_aix.in
|
…
|
|
ld_so_beos
|
…
|
|
linuxaudiodev.c
|
…
|
|
main.c
|
Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
|
2012-07-04 19:50:29 -07:00 |
makesetup
|
…
|
|
makexp_aix
|
…
|
|
mathmodule.c
|
…
|
|
md5.c
|
…
|
|
md5.h
|
…
|
|
md5module.c
|
Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes.
|
2012-05-23 23:16:14 +02:00 |
mmapmodule.c
|
Issue 12404: Remove C89 incompatible code from mmap module.
|
2011-06-25 09:55:10 +02:00 |
nismodule.c
|
…
|
|
operator.c
|
…
|
|
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
|
#15512: Declarations reorganization
|
2012-08-03 15:51:11 +02:00 |
posixmodule.c
|
merge 2.6 with hash randomization fix
|
2012-02-20 21:44:56 -05:00 |
puremodule.c
|
…
|
|
pwdmodule.c
|
…
|
|
pyexpat.c
|
Fixes Issue 14234: fix for the previous commit, keep compilation when
|
2012-03-14 18:12:23 -07:00 |
python.c
|
…
|
|
readline.c
|
Merged revisions 87356 via svnmerge from
|
2010-12-18 03:52:09 +00:00 |
resource.c
|
…
|
|
rotatingtree.c
|
…
|
|
rotatingtree.h
|
…
|
|
selectmodule.c
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
|
2011-08-28 16:22:33 +02:00 |
sgimodule.c
|
…
|
|
sha256module.c
|
…
|
|
sha512module.c
|
…
|
|
shamodule.c
|
…
|
|
signalmodule.c
|
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
|
2012-02-02 19:57:19 +01:00 |
socketmodule.c
|
Remove useless test (flowinfo is unsigned).
|
2012-06-23 10:06:56 +02:00 |
socketmodule.h
|
…
|
|
spwdmodule.c
|
…
|
|
sre.h
|
…
|
|
sre_constants.h
|
…
|
|
stropmodule.c
|
…
|
|
sunaudiodev.c
|
…
|
|
svmodule.c
|
…
|
|
symtablemodule.c
|
…
|
|
syslogmodule.c
|
…
|
|
termios.c
|
…
|
|
testcapi_long.h
|
…
|
|
threadmodule.c
|
protect this call, too
|
2012-04-02 11:18:18 -04:00 |
timemodule.c
|
Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya.
|
2011-04-06 14:27:47 +08:00 |
timing.h
|
…
|
|
timingmodule.c
|
…
|
|
tkappinit.c
|
…
|
|
tkinter.h
|
…
|
|
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
|
…
|
|
unicodename_db.h
|
…
|
|
xxmodule.c
|
…
|
|
xxsubtype.c
|
…
|
|
yuv.h
|
…
|
|
yuvconvert.c
|
…
|
|
zipimport.c
|
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
|
2011-05-21 02:13:22 +02:00 |
zlibmodule.c
|
Issue #12839: Fix crash in zlib module due to version mismatch.
|
2011-08-28 11:23:57 +02:00 |