| .. |
|
_ctypes
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
|
2012-08-25 11:24:00 +02:00 |
|
_decimal
|
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
|
2012-08-24 18:53:10 +01:00 |
|
_io
|
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
|
2012-09-05 20:13:48 +02:00 |
|
_multiprocessing
|
|
|
|
_sqlite
|
|
|
|
cjkcodecs
|
|
|
|
expat
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
2012-07-14 14:12:35 -07:00 |
|
zlib
|
|
|
|
_bisectmodule.c
|
|
|
|
_bz2module.c
|
|
|
|
_codecsmodule.c
|
|
|
|
_collectionsmodule.c
|
MERGE: Closes #15469: Correct __sizeof__ support for deque
|
2012-08-03 14:52:12 +02:00 |
|
_cryptmodule.c
|
|
|
|
_csv.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:20:39 +02:00 |
|
_curses_panel.c
|
|
|
|
_cursesmodule.c
|
Close #14223: Fix window.addch(curses.ACS_HLINE)
|
2012-09-01 15:00:34 +02:00 |
|
_datetimemodule.c
|
|
|
|
_dbmmodule.c
|
|
|
|
_elementtree.c
|
Raise ImportError if pyexpat's version is incompatible
|
2012-07-21 20:32:39 +03:00 |
|
_freeze_importlib.c
|
Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
|
2012-07-28 21:55:20 +02:00 |
|
_functoolsmodule.c
|
|
|
|
_gdbmmodule.c
|
|
|
|
_gestalt.c
|
|
|
|
_hashopenssl.c
|
|
|
|
_heapqmodule.c
|
|
|
|
_json.c
|
Issue #5067: improve some json error messages.
|
2012-06-29 01:59:54 +02:00 |
|
_localemodule.c
|
|
|
|
_lsprof.c
|
|
|
|
_lzmamodule.c
|
|
|
|
_math.c
|
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
|
2012-08-18 12:24:30 +01:00 |
|
_math.h
|
Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.
|
2012-08-18 12:24:30 +01:00 |
|
_pickle.c
|
|
|
|
_posixsubprocess.c
|
Merge with 3.2
|
2012-08-24 13:32:14 +02:00 |
|
_randommodule.c
|
|
|
|
_scproxy.c
|
|
|
|
_sre.c
|
|
|
|
_ssl.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:20:39 +02:00 |
|
_ssl_data.h
|
|
|
|
_struct.c
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
|
2012-07-28 22:32:50 -05:00 |
|
_testbuffer.c
|
_testbuffer.c: In all current use cases of cmp_structure() dest->format and
|
2012-09-06 09:42:29 +02:00 |
|
_testcapimodule.c
|
Issue #15589: Ensure double-alignment for brute-force capi argument parser test
|
2012-08-08 14:52:22 -07:00 |
|
_testembed.c
|
|
|
|
_threadmodule.c
|
|
|
|
_tkinter.c
|
#15094: fix incorrectly placed #endif in _tkinter.c.
|
2012-07-22 13:56:54 +03:00 |
|
_weakref.c
|
|
|
|
_winapi.c
|
Fix typo in error handling for WaitForMultipleObjects()
|
2012-08-21 14:54:22 +01:00 |
|
addrinfo.h
|
|
|
|
ar_beos
|
|
|
|
arraymodule.c
|
Issue #15424: Add a __sizeof__ implementation for array objects.
|
2012-08-10 23:21:39 -05:00 |
|
atexitmodule.c
|
|
|
|
audioop.c
|
|
|
|
binascii.c
|
|
|
|
cmathmodule.c
|
|
|
|
config.c.in
|
|
|
|
errnomodule.c
|
|
|
|
faulthandler.c
|
faulthandler: fix the handler of user signals
|
2012-08-09 02:43:41 +02:00 |
|
fcntlmodule.c
|
|
|
|
fpectlmodule.c
|
|
|
|
fpetestmodule.c
|
|
|
|
gc_weakref.txt
|
|
|
|
gcmodule.c
|
|
|
|
getaddrinfo.c
|
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
|
2012-08-02 20:37:12 +02:00 |
|
getbuildinfo.c
|
|
|
|
getnameinfo.c
|
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
|
2012-08-02 20:37:12 +02:00 |
|
getpath.c
|
Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
|
2012-07-17 17:33:46 +01:00 |
|
grpmodule.c
|
|
|
|
hashlib.h
|
|
|
|
itertoolsmodule.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:20:39 +02:00 |
|
ld_so_aix.in
|
|
|
|
ld_so_beos
|
|
|
|
main.c
|
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
|
2012-08-22 14:40:35 +02:00 |
|
makesetup
|
|
|
|
makexp_aix
|
|
|
|
mathmodule.c
|
|
|
|
md5module.c
|
|
|
|
mmapmodule.c
|
|
|
|
nismodule.c
|
|
|
|
operator.c
|
|
|
|
ossaudiodev.c
|
|
|
|
parsermodule.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:20:39 +02:00 |
|
posixmodule.c
|
Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and
|
2012-08-04 16:16:35 +02:00 |
|
pwdmodule.c
|
|
|
|
pyexpat.c
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
|
2012-08-15 23:20:39 +02:00 |
|
python.c
|
|
|
|
readline.c
|
|
|
|
resource.c
|
|
|
|
rotatingtree.c
|
|
|
|
rotatingtree.h
|
|
|
|
selectmodule.c
|
MERGE: Closes #15395: memory leaks in selectmodule.c
|
2012-07-19 21:32:07 +02:00 |
|
Setup.config.in
|
|
|
|
Setup.dist
|
|
|
|
sha1module.c
|
|
|
|
sha256module.c
|
|
|
|
sha512module.c
|
|
|
|
signalmodule.c
|
|
|
|
socketmodule.c
|
Merge 3.2 to default
|
2012-08-14 18:42:10 +03:00 |
|
socketmodule.h
|
|
|
|
spwdmodule.c
|
|
|
|
sre.h
|
|
|
|
sre_constants.h
|
|
|
|
symtablemodule.c
|
|
|
|
syslogmodule.c
|
|
|
|
termios.c
|
|
|
|
testcapi_long.h
|
|
|
|
timemodule.c
|
|
|
|
tkappinit.c
|
|
|
|
tkinter.h
|
|
|
|
unicodedata.c
|
|
|
|
unicodedata_db.h
|
|
|
|
unicodename_db.h
|
|
|
|
xxlimited.c
|
|
|
|
xxmodule.c
|
|
|
|
xxsubtype.c
|
|
|
|
zipimport.c
|
Closes #15737: Fix potential NULL dereference in zipimport.c.
|
2012-08-20 14:14:49 +02:00 |
|
zlibmodule.c
|
|
|