.. |
_ctypes
|
Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 11:23:23 +00:00 |
_decimal
|
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
|
2012-12-23 15:42:21 +01:00 |
_io
|
merge 3.3 (#16597)
|
2012-12-20 11:55:16 -06:00 |
_multiprocessing
|
Issue #16719: Get rid of WindowsError. Use OSError instead
|
2012-12-19 14:33:35 +02:00 |
_sha3
|
|
|
_sqlite
|
|
|
cjkcodecs
|
merge 3.3 (#16585)
|
2012-12-02 11:21:02 -05:00 |
expat
|
|
|
zlib
|
|
|
_bisectmodule.c
|
|
|
_bz2module.c
|
|
|
_codecsmodule.c
|
|
|
_collectionsmodule.c
|
Merge: fix docstring for deque ctor to mark iterable parameter optional
|
2012-10-31 11:51:13 +02:00 |
_cryptmodule.c
|
|
|
_csv.c
|
Issue #16145: Support legacy strings in the _csv module.
|
2012-11-02 14:44:20 +01:00 |
_curses_panel.c
|
|
|
_cursesmodule.c
|
|
|
_datetimemodule.c
|
|
|
_dbmmodule.c
|
|
|
_elementtree.c
|
|
|
_freeze_importlib.c
|
|
|
_functoolsmodule.c
|
|
|
_gdbmmodule.c
|
|
|
_gestalt.c
|
|
|
_hashopenssl.c
|
|
|
_heapqmodule.c
|
|
|
_json.c
|
Issue #16590: remove obsolete compatibility code from the _json module.
|
2012-12-01 19:34:16 +01:00 |
_localemodule.c
|
|
|
_lsprof.c
|
|
|
_lzmamodule.c
|
|
|
_math.c
|
|
|
_math.h
|
|
|
_pickle.c
|
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
|
2012-11-24 20:41:34 +01:00 |
_posixsubprocess.c
|
Raise our own SubprocessError rather than a RuntimeError in when dealing with
|
2012-11-10 23:53:47 -08:00 |
_randommodule.c
|
Simplify random_seed to use _PyLong_AsByteArray. Closes issue #16496.
|
2012-12-21 21:52:49 +00:00 |
_scproxy.c
|
|
|
_sre.c
|
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
|
2012-12-29 23:41:08 +02:00 |
_ssl.c
|
|
|
_ssl_data.h
|
|
|
_struct.c
|
#14897: Enhance error messages of struct.pack and struct.pack_into
|
2012-10-29 21:26:56 +02:00 |
_testbuffer.c
|
|
|
_testcapimodule.c
|
Issue #16145: Support legacy strings in the _csv module.
|
2012-11-02 14:44:20 +01:00 |
_testembed.c
|
|
|
_testimportmultiple.c
|
Remove compile warnings for _testimportmodule
|
2012-12-15 18:16:47 +02:00 |
_threadmodule.c
|
Issue #15422: get rid of PyCFunction_New macro
|
2012-12-25 13:32:35 +02:00 |
_tkinter.c
|
Issue #15721: apply PEP 384 Refactoring to tkinter module.
|
2012-10-30 22:49:16 +02:00 |
_weakref.c
|
|
|
_winapi.c
|
|
|
addrinfo.h
|
|
|
ar_beos
|
|
|
arraymodule.c
|
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
|
2012-12-10 20:22:55 -08:00 |
atexitmodule.c
|
|
|
audioop.c
|
|
|
binascii.c
|
|
|
cmathmodule.c
|
|
|
config.c.in
|
|
|
errnomodule.c
|
|
|
faulthandler.c
|
Issue #9566: Explicit downcast to fix compiler warnings on Win64
|
2012-10-31 00:33:57 +01:00 |
fcntlmodule.c
|
|
|
fpectlmodule.c
|
|
|
fpetestmodule.c
|
|
|
gc_weakref.txt
|
|
|
gcmodule.c
|
Issue #16351: New function gc.get_stats() returns per-generation collection statistics.
|
2012-10-30 22:43:19 +01:00 |
getaddrinfo.c
|
|
|
getbuildinfo.c
|
|
|
getnameinfo.c
|
|
|
getpath.c
|
Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all.
|
2012-11-03 13:52:58 +02:00 |
grpmodule.c
|
|
|
hashlib.h
|
|
|
itertoolsmodule.c
|
|
|
ld_so_aix.in
|
|
|
ld_so_beos
|
|
|
main.c
|
#16306: merge with 3.3.
|
2012-11-23 19:01:42 +02:00 |
makesetup
|
|
|
makexp_aix
|
|
|
mathmodule.c
|
Issue #16305: Merge fix from 3.2.
|
2012-10-25 10:47:46 +01:00 |
md5module.c
|
Issue #9566: Explicit downcast to fix compiler warnings on Win64
|
2012-10-31 00:33:57 +01:00 |
mmapmodule.c
|
|
|
nismodule.c
|
|
|
operator.c
|
|
|
ossaudiodev.c
|
|
|
parsermodule.c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
|
2012-12-18 21:26:36 +02:00 |
posixmodule.c
|
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
|
2012-12-26 07:03:03 -06:00 |
pwdmodule.c
|
|
|
pyexpat.c
|
|
|
python.c
|
(Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always
|
2012-12-03 12:48:53 +01:00 |
readline.c
|
|
|
resource.c
|
|
|
rotatingtree.c
|
|
|
rotatingtree.h
|
|
|
selectmodule.c
|
Issue #16488: epoll() objects now support the with statement.
|
2012-12-15 21:14:21 +01:00 |
Setup.config.in
|
|
|
Setup.dist
|
|
|
sha1module.c
|
Issue #9566: Explicit downcast to fix compiler warnings on Win64
|
2012-10-31 00:33:57 +01:00 |
sha256module.c
|
|
|
sha512module.c
|
|
|
signalmodule.c
|
Fixes issue #9535: Fix pending signals that have been received but not
|
2012-11-10 20:34:41 -08:00 |
socketmodule.c
|
Issue #16717: get rid of socket.error, replace with OSError
|
2012-12-18 23:10:48 +02:00 |
socketmodule.h
|
|
|
spwdmodule.c
|
|
|
sre.h
|
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
|
2012-11-20 22:30:42 +01:00 |
sre_constants.h
|
|
|
symtablemodule.c
|
initialize more global type objects (closes #16369)
|
2012-10-30 23:21:10 -04:00 |
syslogmodule.c
|
|
|
termios.c
|
|
|
testcapi_long.h
|
|
|
timemodule.c
|
Plug a leak in timemodule. The module dictionary is saved during
|
2012-11-27 10:16:55 -08:00 |
tkappinit.c
|
|
|
tkinter.h
|
|
|
unicodedata.c
|
#16681: merge with 3.2.
|
2012-12-14 20:13:39 +02:00 |
unicodedata_db.h
|
|
|
unicodename_db.h
|
|
|
xxlimited.c
|
|
|
xxmodule.c
|
|
|
xxsubtype.c
|
|
|
zipimport.c
|
|
|
zlibmodule.c
|
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
|
2012-11-11 14:20:09 +01:00 |