cpython/Modules
Antoine Pitrou 7d7f40c613 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 2012-07-06 18:52:58 +02:00
..
_ctypes - Issue #15194: check in the missing m4/ax_append_flag.m4 file. 2012-07-01 01:08:20 +02:00
_decimal Remove ISSUES.txt. 2012-07-01 12:24:20 +02:00
_io Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 2012-07-06 18:52:58 +02:00
_multiprocessing Issue #10133: Make multiprocessing deallocate buffer if socket read fails. 2012-06-11 15:12:12 +01:00
_sqlite
cjkcodecs
expat
zlib
Setup.config.in
Setup.dist ... and fix the name of the sha1 file name. 2012-06-21 16:22:15 +02:00
_bisectmodule.c Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. 2012-05-16 14:39:36 +02:00
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_cryptmodule.c
_csv.c Issue #14732: The _csv module now uses PEP 3121 module initialization. 2012-05-16 11:33:08 +02:00
_curses_panel.c Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. 2012-06-14 16:01:23 +02:00
_cursesmodule.c
_datetimemodule.c Issue #9527: tm_gmtoff has 'correct' sign. 2012-06-22 16:04:19 -04:00
_dbmmodule.c
_elementtree.c Issue #14055: Add __sizeof__ support to _elementtree. 2012-06-17 10:41:22 +02:00
_freeze_importlib.c Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. 2012-06-25 17:32:43 +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 Issue #14909: A number of places were using PyMem_Realloc() apis and 2012-05-31 09:37:31 +00:00
_lsprof.c
_lzmamodule.c Make lzma.{encode,decode}_filter_properties private. 2012-06-21 23:36:48 +02:00
_math.c
_math.h
_pickle.c
_posixsubprocess.c Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. 2012-06-05 13:30:24 -07:00
_randommodule.c Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. 2012-06-24 02:52:21 -07:00
_scproxy.c
_sre.c
_ssl.c Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. 2012-06-22 21:11:52 +02:00
_ssl_data.h Add forgotten files for #14837. 2012-06-22 21:12:59 +02:00
_struct.c
_testbuffer.c Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. 2012-05-16 20:41:56 +02:00
_testcapimodule.c Issue #14769: test_capi now has SkipitemTest, which cleverly checks 2012-06-22 03:56:29 -07:00
_testembed.c
_threadmodule.c Issue #15124: Optimize _thread.LockType deletion and acquisition when 2012-06-22 18:40:02 +00:00
_tkinter.c
_weakref.c
_winapi.c Fix for Issue 14725 for 3.3 branch. 2012-05-05 19:45:37 +01:00
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in Issue #14605: Stop having implicit entries for sys.meta_path. 2012-04-27 14:01:58 -04:00
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. 2012-05-13 11:19:23 -05:00
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.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:23:42 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Implemented PEP 405 (Python virtual environments). 2012-05-26 03:45:29 +01:00
grpmodule.c
hashlib.h
itertoolsmodule.c Add safecase to silence Win64 warning. 2012-05-15 14:34:58 +02:00
ld_so_aix.in
ld_so_beos
main.c Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 2012-07-04 19:33:45 -07:00
makesetup
makexp_aix
mathmodule.c
md5module.c md5_{init,process,done}: make static 2012-06-21 17:26:06 +02:00
mmapmodule.c
nismodule.c
operator.c Minor grammar refinement for hmac.compare_digest(). 2012-06-25 00:59:34 -07:00
ossaudiodev.c
parsermodule.c Issue #14741: Merge fix from 3.2. 2012-05-07 17:25:14 +01:00
posixmodule.c Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. 2012-07-06 12:05:32 +01:00
pwdmodule.c
pyexpat.c Issue #14007: implement doctype() method calling in XMLParser of _elementtree. 2012-06-01 11:32:34 +03:00
python.c If main() is called and an argument cannot be decoded, make sure to 2012-06-25 16:25:28 -04:00
readline.c
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
sha1module.c sha1_{init,process,done}: make static 2012-06-21 17:05:50 +02:00
sha256module.c Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) 2012-04-27 13:55:39 +02:00
sha512module.c Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) 2012-04-27 13:55:39 +02:00
signalmodule.c
socketmodule.c Remove useless test (flowinfo is unsigned). 2012-06-23 10:26:54 +02:00
socketmodule.h
spwdmodule.c
sre.h Fix test_re failure under Windows. 2012-06-23 14:17:39 +02:00
sre_constants.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields 2012-06-13 22:15:26 -04:00
tkappinit.c
tkinter.h
unicodedata.c Issue #14909: A number of places were using PyMem_Realloc() apis and 2012-05-31 09:37:31 +00:00
unicodedata_db.h
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c capitialize enum members 2012-05-25 10:22:29 -07:00
zlibmodule.c Document the rest of zlib.compressobj()'s arguments. 2012-06-22 01:40:49 +02:00