cpython/Modules
Victor Stinner 77ccd6d0c7 posix_error_with_allocated_filename() decodes the filename with
PyUnicode_DecodeFSDefaultAndSize() and call
PyErr_SetFromErrnoWithFilenameObject() instead of
PyErr_SetFromErrnoWithFilename()
2010-05-08 00:36:42 +00:00
..
_ctypes Merged revisions 80761,80766 via svnmerge from 2010-05-04 19:17:41 +00:00
_io Merged revisions 80796 via svnmerge from 2010-05-05 16:31:07 +00:00
_multiprocessing Merged revisions 76432,76558 via svnmerge from 2009-11-28 12:48:43 +00:00
_sqlite Issue #8195: Fix a crash in sqlite Connection.create_collation() if the 2010-04-22 11:23:23 +00:00
cjkcodecs add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
expat Merged revisions 77680 via svnmerge from 2010-01-22 01:10:19 +00:00
zlib Remove RISCOS support 2007-08-16 14:35:24 +00:00
Setup.config.in Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
Setup.dist - Mention _posixsubprocess.c in Modules/Setup.dist 2010-04-22 13:38:12 +00:00
_bisectmodule.c merge from trunk 2008-10-11 00:49:57 +00:00
_codecsmodule.c Merged revisions 79779 via svnmerge from 2010-04-05 03:05:24 +00:00
_collectionsmodule.c Add count() method to collections.deque(). 2010-04-03 23:20:46 +00:00
_csv.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_curses_panel.c Merged revisions 78635 via svnmerge from 2010-03-03 21:56:53 +00:00
_cursesmodule.c Merged revisions 79395 via svnmerge from 2010-03-25 00:55:12 +00:00
_dbmmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_elementtree.c Fix a crash in _elementtree related to lone unicode surrogates. 2010-03-22 12:11:44 +00:00
_functoolsmodule.c Make some private functions static (thanks `make smelly`) 2009-05-24 21:25:49 +00:00
_gdbmmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_gestalt.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
_hashopenssl.c Issue #6697: use %U format instead of _PyUnicode_AsString(), because 2010-03-12 17:00:41 +00:00
_heapqmodule.c Remove 2.6 compatibility code: 2008-06-17 21:25:35 +00:00
_json.c Merged revisions 76708 via svnmerge from 2009-12-08 15:57:31 +00:00
_localemodule.c Merged revisions 76625 via svnmerge from 2009-12-01 21:59:18 +00:00
_lsprof.c Merged revisions 78641 via svnmerge from 2010-03-04 00:29:24 +00:00
_math.c Merged revisions 76982 via svnmerge from 2009-12-21 15:42:00 +00:00
_math.h Merged revisions 76978 via svnmerge from 2009-12-21 15:27:41 +00:00
_pickle.c Issue #8383: pickle and pickletools use surrogatepass error handler when 2010-04-13 11:07:24 +00:00
_posixsubprocess.c Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, 2010-04-22 12:08:36 +00:00
_randommodule.c Merged revisions 72344 via svnmerge from 2009-05-05 17:54:36 +00:00
_scproxy.c For for issue #7154: Port the code that uses 2010-04-18 20:46:11 +00:00
_sre.c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from 2010-04-11 16:12:57 +00:00
_ssl.c Merged revisions 80789 via svnmerge from 2010-05-05 15:57:33 +00:00
_struct.c Merged revisions 79751 via svnmerge from 2010-04-04 21:23:57 +00:00
_testcapimodule.c Merged revisions 79661 via svnmerge from 2010-04-03 10:49:56 +00:00
_threadmodule.c Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
_tkinter.c Merged revisions 71210 via svnmerge from 2009-04-10 22:19:09 +00:00
_weakref.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
addrinfo.h
ar_beos
arraymodule.c Merged revisions 78189 via svnmerge from 2010-02-14 14:08:54 +00:00
atexitmodule.c Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin. 2008-10-30 21:34:02 +00:00
audioop.c Silence compiler warning. 2009-05-16 01:46:11 +00:00
binascii.c Remove duplicated line when merging (it was even valid C!). 2010-01-16 18:15:15 +00:00
bz2module.c Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames 2010-04-23 10:56:17 +00:00
cmathmodule.c Merged revisions 76978 via svnmerge from 2009-12-21 15:27:41 +00:00
config.c.in Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from 2008-09-22 22:10:59 +00:00
cryptmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
datetimemodule.c Rework delta_divmod to avoid use of PyTuple_SetItem. 2010-04-20 23:24:25 +00:00
errnomodule.c Merged revisions 64214 via svnmerge from 2008-06-13 01:09:34 +00:00
fcntlmodule.c Merged revisions 72887 via svnmerge from 2009-05-24 15:46:13 +00:00
fpectlmodule.c - fix build failure in Modules/fpectlmodule.c (not built by default) 2008-11-26 17:18:22 +00:00
fpetestmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
gc_weakref.txt
gcmodule.c Merged revisions 80704 via svnmerge from 2010-05-02 19:59:47 +00:00
getaddrinfo.c
getbuildinfo.c Merged revisions 72871-72872 via svnmerge from 2009-05-23 19:36:27 +00:00
getnameinfo.c
getpath.c Merged revisions 78835-78837 via svnmerge from 2010-03-12 14:20:59 +00:00
grpmodule.c Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, 2010-05-07 16:34:53 +00:00
hashlib.h Fixes Issue #3745: Fix hashlib to always reject unicode and non 2009-02-12 07:35:29 +00:00
itertoolsmodule.c Issue 7410: deepcopy of itertools.count() reset the count. 2009-11-30 22:02:31 +00:00
ld_so_aix Merged revisions 72180 via svnmerge from 2009-05-01 21:18:27 +00:00
ld_so_beos
main.c Move _Py_char2wchar from python.c to main.c. 2010-04-18 14:46:12 +00:00
makesetup Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
makexp_aix
mathmodule.c Merged revisions 77275 via svnmerge from 2010-01-03 12:16:06 +00:00
md5module.c Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
mmapmodule.c Merged revisions 73677,73681 via svnmerge from 2009-06-29 14:54:12 +00:00
nismodule.c Merged revisions 73873 via svnmerge from 2009-07-07 06:51:26 +00:00
operator.c Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from 2009-11-13 02:25:08 +00:00
ossaudiodev.c Issue #8139: ossaudiodev didn't initialize its types properly, therefore 2010-03-23 00:25:54 +00:00
parsermodule.c fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
posixmodule.c posix_error_with_allocated_filename() decodes the filename with 2010-05-08 00:36:42 +00:00
pwdmodule.c correct call 2010-05-07 16:42:51 +00:00
pyexpat.c Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +00:00
python.c Move _Py_char2wchar from python.c to main.c. 2010-04-18 14:46:12 +00:00
readline.c Merged revisions 78148 via svnmerge from 2010-02-11 13:15:00 +00:00
resource.c Clean up some int/long detection remnants in resource module. 2009-05-08 21:28:46 +00:00
rotatingtree.c
rotatingtree.h
selectmodule.c Merged revisions 79866-79867 via svnmerge from 2010-04-06 21:55:16 +00:00
sha1module.c Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
sha256module.c remove old undocumented compat interfaces in hashlib and pwd #5881 2009-05-04 22:25:21 +00:00
sha512module.c remove old undocumented compat interfaces in hashlib and pwd #5881 2009-05-04 22:25:21 +00:00
signalmodule.c Port #1220212 (os.kill for Win32) to py3k. 2010-04-12 17:16:38 +00:00
socketmodule.c Merged revisions 80610 via svnmerge from 2010-04-29 10:11:46 +00:00
socketmodule.h fix typo in c++ ifdef 2009-08-12 18:11:03 +00:00
spwdmodule.c Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, 2010-05-07 16:34:53 +00:00
sre.h #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
sre_constants.h
symtablemodule.c Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from 2009-06-28 19:19:51 +00:00
syslogmodule.c Porting commit 80458 to python 3 2010-04-25 06:31:55 +00:00
termios.c Merged revisions 75999 via svnmerge from 2009-11-01 19:24:18 +00:00
testcapi_long.h Merged revisions 69498 via svnmerge from 2009-02-10 16:13:25 +00:00
timemodule.c Poor PLAN9, it isn't supported 2010-02-22 19:41:37 +00:00
tkappinit.c Merged revisions 69473 via svnmerge from 2009-02-09 22:33:59 +00:00
tkinter.h Merged revisions 71210 via svnmerge from 2009-04-10 22:19:09 +00:00
unicodedata.c Merged revisions 79320 via svnmerge from 2010-03-23 00:39:22 +00:00
unicodedata_db.h Fixed a failure in test_bigmem. 2010-03-19 13:37:08 +00:00
unicodename_db.h Fixed a failure in test_bigmem. 2010-03-19 13:37:08 +00:00
xxmodule.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
xxsubtype.c Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
zipimport.c Issue #6697: use %U format instead of _PyUnicode_AsString(), because 2010-03-12 17:00:41 +00:00
zlibmodule.c Merged revisions 80926 via svnmerge from 2010-05-07 17:04:02 +00:00