cpython/Modules
Mark Dickinson a62c94bcf7 Merged revisions 73882 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r73882 | mark.dickinson | 2009-07-07 11:21:03 +0100 (Tue, 07 Jul 2009) | 9 lines

  Merged revisions 73880 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73880 | mark.dickinson | 2009-07-07 11:18:22 +0100 (Tue, 07 Jul 2009) | 1 line

    Typo in error message
  ........
................
2009-07-07 10:21:58 +00:00
..
_ctypes Merged revisions 72794 via svnmerge from 2009-05-20 17:57:28 +00:00
_io just throw a normal AttributeError for no buffer attribute 2009-06-14 18:32:19 +00:00
_multiprocessing Merged revisions 73768 via svnmerge from 2009-07-02 14:37:32 +00:00
_sqlite Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. 2009-04-05 11:47:34 +00:00
cjkcodecs add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
expat
zlib
Setup.config.in
Setup.dist #3791: remove last traces of bsddb. 2009-06-04 09:30:30 +00:00
_bisectmodule.c
_codecsmodule.c Merged revisions 72404-72406 via svnmerge from 2009-05-06 14:41:26 +00:00
_collectionsmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
_dbmmodule.c
_elementtree.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
_functoolsmodule.c Make some private functions static (thanks `make smelly`) 2009-05-24 21:25:49 +00:00
_gdbmmodule.c
_gestalt.c
_hashopenssl.c remove old undocumented compat interfaces in hashlib and pwd #5881 2009-05-04 22:25:21 +00:00
_heapqmodule.c
_json.c Fix TODO: do the sort by just the key, not the key/value pair. 2009-05-27 11:19:02 +00:00
_localemodule.c Fix for issue 6202 2009-06-07 15:29:46 +00:00
_lsprof.c
_pickle.c Issue #6137: The pickle module now translates module names when loading 2009-06-04 20:32:06 +00:00
_randommodule.c Merged revisions 72344 via svnmerge from 2009-05-05 17:54:36 +00:00
_sre.c
_ssl.c Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
_struct.c Merged revisions 73882 via svnmerge from 2009-07-07 10:21:58 +00:00
_testcapimodule.c Issue #6012: Add cleanup support to O& argument parsing. 2009-05-29 14:47:46 +00:00
_threadmodule.c
_tkinter.c Merged revisions 71210 via svnmerge from 2009-04-10 22:19:09 +00:00
_weakref.c
addrinfo.h
ar_beos
arraymodule.c Py_BuildValue's 'c' code should use byte strings #5666 2009-04-03 22:18:11 +00:00
atexitmodule.c
audioop.c Silence compiler warning. 2009-05-16 01:46:11 +00:00
binascii.c
bz2module.c
cmathmodule.c
config.c.in
cryptmodule.c
datetimemodule.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
errnomodule.c
fcntlmodule.c Merged revisions 72887 via svnmerge from 2009-05-24 15:46:13 +00:00
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c Merged revisions 72871-72872 via svnmerge from 2009-05-23 19:36:27 +00:00
getnameinfo.c
getpath.c
grpmodule.c Merged revisions 73016 via svnmerge from 2009-05-29 16:01:34 +00:00
hashlib.h
itertoolsmodule.c add sys prefix 2009-06-24 02:29:57 +00:00
ld_so_aix Merged revisions 72180 via svnmerge from 2009-05-01 21:18:27 +00:00
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c Merged revisions 73684 via svnmerge from 2009-06-29 15:02:36 +00:00
nismodule.c Merged revisions 73874 via svnmerge from 2009-07-07 06:53:22 +00:00
operator.c
ossaudiodev.c
parsermodule.c Merged revisions 72924 via svnmerge from 2009-05-25 21:10:36 +00:00
posixmodule.c Issue #6012: Add cleanup support to O& argument parsing. 2009-05-29 14:47:46 +00:00
pwdmodule.c Merged revisions 73016 via svnmerge from 2009-05-29 16:01:34 +00:00
pyexpat.c - Issue #5590: Remove unused global variable in pyexpat extension. 2009-06-22 13:05:52 +00:00
python.c Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion 2009-05-29 16:22:26 +00:00
readline.c Merged revisions 71229,71271 via svnmerge from 2009-04-07 13:24:27 +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
sha1module.c
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
socketmodule.c turn this into a macro 2009-05-06 02:43:58 +00:00
socketmodule.h turn this into a macro 2009-05-06 02:43:58 +00:00
spwdmodule.c Issue #4859: Implement PEP 383 for pwd, spwd, and grp. 2009-05-29 15:23:17 +00:00
sre.h
sre_constants.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c Issue #6183: Disables wcsftime on VC6. 2009-06-03 05:19:18 +00:00
tkappinit.c
tkinter.h Merged revisions 71210 via svnmerge from 2009-04-10 22:19:09 +00:00
unicodedata.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
unicodedata_db.h Merged revisions 72054 via svnmerge from 2009-04-27 22:31:40 +00:00
unicodename_db.h
xxmodule.c
xxsubtype.c
zipimport.c Fix a warning. 2009-05-17 08:20:45 +00:00
zlibmodule.c