0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Modules
2012-01-14 17:54:09 +01:00
..
_ctypes Use the new Unicode API 2011-11-22 02:27:30 +01:00
_io Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. 2012-01-14 11:51:00 +01:00
_multiprocessing Fix compilation warning on Windows 2011-12-17 10:23:14 +01:00
_sqlite
cjkcodecs Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) 2011-12-01 03:18:59 +01:00
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. 2011-11-17 12:23:34 +02:00
_collectionsmodule.c
_cryptmodule.c
_csv.c Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 2011-11-21 02:49:52 +01:00
_curses_panel.c
_cursesmodule.c Issue #12567: The curses module uses Unicode functions for Unicode arguments 2011-11-25 22:10:02 +01:00
_datetimemodule.c Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 2011-11-21 02:49:52 +01:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_gestalt.c Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 2011-11-21 02:49:52 +01:00
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() 2011-12-16 23:56:01 +01:00
_lsprof.c
_lzmamodule.c Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). 2011-12-01 01:18:27 +02:00
_math.c
_math.h
_pickle.c Merge 3.2 2011-12-13 13:22:42 -05:00
_posixsubprocess.c Don't redefine _GNU_SOURCE if it's already defined. 2011-12-22 09:45:53 +02:00
_randommodule.c
_scproxy.c
_sre.c Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide 2011-11-22 03:31:20 +01:00
_ssl.c Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the 2011-12-22 10:03:38 +01:00
_struct.c
_testcapimodule.c Write tests for invalid characters (U+00110000) 2011-12-09 20:49:49 +01:00
_testembed.c
_threadmodule.c
_time.c
_time.h
_tkinter.c
_weakref.c
addrinfo.h
ar_beos
arraymodule.c Merge 3.2 2011-12-09 23:42:29 +01:00
atexitmodule.c
audioop.c
binascii.c Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. 2011-12-20 13:58:41 +01:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init() 2012-01-10 22:44:11 +01:00
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt Issue #13575: there is only one class type. 2011-12-12 18:54:29 +01:00
gcmodule.c Issue #6695: Full garbage collection runs now clear the freelist of set objects. 2011-12-16 11:24:27 +01:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c Issue #13560: Locale codec functions use the classic "errors" parameter, 2011-12-17 05:47:23 +01:00
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c Implement PEP 380 - 'yield from' (closes #11682) 2012-01-13 21:43:40 +10:00
posixmodule.c Use GetModuleHandleW to avoid *A functions where possible. 2012-01-14 17:54:09 +01:00
pwdmodule.c
pyexpat.c
python.c main() now displays an error message before exiting if a command line argument 2011-12-16 23:48:31 +01:00
readline.c Issue #10350: Read and save errno before calling a function which might overwrite it. 2011-12-16 12:29:37 +01:00
resource.c alias resource.error to OSError 2011-12-10 17:50:22 -05:00
rotatingtree.c
rotatingtree.h
selectmodule.c try to always use the old API 2011-12-27 16:01:21 -06:00
Setup.config.in
Setup.dist Merge 3.2, fix typos. 2011-11-11 19:39:25 +01:00
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #12328: Under Windows, refactor handling of Ctrl-C events and 2011-11-21 21:26:56 +01:00
socketmodule.c Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by 2012-01-02 15:57:30 +01:00
socketmodule.h Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. 2011-12-23 16:44:51 +01:00
spwdmodule.c
sre_constants.h
sre.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h. 2011-11-19 17:58:15 +00:00
timemodule.c Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c 2011-12-17 22:39:43 +01:00
tkappinit.c
tkinter.h
unicodedata_db.h
unicodedata.c #13379: merge with 3.2. 2011-11-10 09:37:43 +02:00
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c Issue #13645: pyc files now contain the size of the corresponding source 2012-01-13 18:52:16 +01:00
zlibmodule.c