cpython/Modules
Serhiy Storchaka a537eb45fd Issue #20283: RE pattern methods now accept the string keyword parameters
as documented.  The pattern and source keyword parameters are left as
deprecated aliases.
2014-03-06 11:36:15 +02:00
..
_ctypes Issue #20437: Fixed 22 potential bugs when deleting objects references. 2014-02-09 13:46:20 +02:00
_decimal Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
_io Issue #20404: reject non-text encodings early in TextIOWrapper. 2014-03-02 09:18:31 +01:00
_multiprocessing
_sqlite Issue #20437: Fixed 22 potential bugs when deleting objects references. 2014-02-09 13:46:20 +02:00
cjkcodecs
clinic Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
expat merge 3.3 (#19186) 2014-02-04 10:12:18 -05:00
zlib
_bisectmodule.c
_bz2module.c Issue #20326: Argument Clinic now uses a simple, unique signature to 2014-01-28 05:00:08 -08:00
_codecsmodule.c
_collectionsmodule.c merge 3.3 (#20250) 2014-01-13 23:56:30 -05:00
_cryptmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
_csv.c
_curses_panel.c
_cursesmodule.c #Issue 20456: Several improvements and bugfixes for Argument Clinic, 2014-01-31 22:03:12 -08:00
_datetimemodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 2014-02-17 00:02:43 +01:00
_dbmmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
_elementtree.c
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 2014-01-20 21:35:06 +02:00
_lzmamodule.c Issue #20326: Argument Clinic now uses a simple, unique signature to 2014-01-28 05:00:08 -08:00
_math.c
_math.h
_opcode.c Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
_operator.c
_pickle.c Issue #20326: Argument Clinic now uses a simple, unique signature to 2014-01-28 05:00:08 -08:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c Issue #20283: RE pattern methods now accept the string keyword parameters 2014-03-06 11:36:15 +02:00
_ssl.c avoid a compiler warning about assigning const char * to char *. 2014-01-17 12:09:05 -08:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 2014-02-17 00:02:43 +01:00
_testembed.c
_testimportmultiple.c
_threadmodule.c threading.RLock._acquire_restore() now raises a TypeError instead of a 2014-01-02 12:47:24 +01:00
_tkinter.c Issue #20515: Fix NULL pointer dereference introduced by issue #20368 2014-02-05 00:29:48 +01:00
_tracemalloc.c Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit 2014-02-01 03:43:58 +01:00
_weakref.c Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Make the various iterators' "setstate" sliently and consistently clip the 2014-03-05 15:23:07 +00:00
atexitmodule.c
audioop.c Issue #20326: Argument Clinic now uses a simple, unique signature to 2014-01-28 05:00:08 -08:00
binascii.c Issue #20326: Argument Clinic now uses a simple, unique signature to 2014-01-28 05:00:08 -08:00
cmathmodule.c The function name for cmath.isinf in PyArg_ParseTuple() was wrong. 2014-01-31 12:04:36 -05:00
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 2014-01-20 21:35:06 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c #12211: remove paragraph about NaNs 2014-02-16 12:09:35 -05:00
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c overlapped.c: Fix usage of the union 2014-01-30 19:06:44 +01:00
parsermodule.c
posixmodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 2014-02-17 00:02:43 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 2014-02-09 13:46:20 +02:00
python.c
readline.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 2014-02-09 13:46:20 +02:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #20656: Restore explicit downcast in select_select(). 2014-02-18 09:30:33 +01:00
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 2014-02-17 00:02:43 +01:00
socketmodule.c Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the 2014-02-08 22:54:48 +01:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 2014-02-09 13:46:20 +02:00
termios.c
testcapi_long.h
timemodule.c Issue #19748: On AIX, time.mktime() now raises an OverflowError for year 2014-02-21 09:27:17 +01:00
tkappinit.c
tkinter.h
unicodedata.c Issue #20530: Argument Clinic's signature format has been revised again. 2014-02-08 22:15:29 -08:00
unicodedata_db.h
unicodename_db.h
xxlimited.c Issue #17162: Add PyType_GetSlot. 2014-02-04 09:33:05 +01:00
xxmodule.c
xxsubtype.c
zipimport.c merge backout for #20621 2014-02-16 14:17:28 -05:00
zlibmodule.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 2014-02-09 13:46:20 +02:00