cpython/Modules
Matthias Klose 091c7b16ff Merged revisions 71229,71271 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71229 | matthias.klose | 2009-04-05 14:43:08 +0200 (So, 05 Apr 2009) | 3 lines

  - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
    (avoiding brown paper typo this time)
........
  r71271 | matthias.klose | 2009-04-05 23:19:13 +0200 (So, 05 Apr 2009) | 3 lines

  Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'
  to avoid compiler warnings.
........
2009-04-07 13:24:27 +00:00
..
_ctypes Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
_io Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. 2009-04-05 11:47:34 +00:00
_multiprocessing Merged revisions 70908,70939,71009,71022,71036 via svnmerge from 2009-04-05 21:24:58 +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 Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat 2009-04-02 10:33:16 +00:00
expat
zlib
_bisectmodule.c
_codecsmodule.c Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
_collectionsmodule.c For collections.deque() objects, expose the maxlen parameter as a read-only attribute. 2009-03-10 12:56:32 +00:00
_csv.c
_curses_panel.c
_cursesmodule.c Py_BuildValue's 'c' code should use byte strings #5666 2009-04-03 22:18:11 +00:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c Merged revisions 70931 via svnmerge from 2009-04-01 04:27:09 +00:00
_gdbmmodule.c
_gestalt.c
_hashopenssl.c Fixes Issue #3745: Fix hashlib to always reject unicode and non 2009-02-12 07:35:29 +00:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_pickle.c Update a comment about why the __module__ can sometime be NULL. 2009-04-03 04:17:41 +00:00
_randommodule.c
_sre.c
_ssl.c #4967 fix buggy read() 2009-02-28 19:06:54 +00:00
_struct.c Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct 2009-03-29 16:58:21 +00:00
_testcapimodule.c Issue 4474: On platforms with sizeof(wchar_t) == 4 and 2009-03-18 14:47:41 +00:00
_threadmodule.c
_tkinter.c Initialize the tk_init_failed static variable to 0. 2009-04-05 01:30:02 +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
binascii.c
bz2module.c
cmathmodule.c Merged revisions 70062 via svnmerge from 2009-02-28 15:53:24 +00:00
config.c.in
cryptmodule.c
datetimemodule.c
errnomodule.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Merged revisions 70546 via svnmerge from 2009-03-23 18:52:06 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c This fixes issue5143 and includes a test. 2009-02-12 15:55:38 +00:00
grpmodule.c
hashlib.h Fixes Issue #3745: Fix hashlib to always reject unicode and non 2009-02-12 07:35:29 +00:00
itertoolsmodule.c Merged revisions 69855 via svnmerge from 2009-02-21 23:14:55 +00:00
ld_so_aix
ld_so_beos
main.c This fixes issue5143 and includes a test. 2009-02-12 15:55:38 +00:00
makesetup
makexp_aix
mathmodule.c
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 #5391 make mmap work exclusively with bytes 2009-04-04 17:09:35 +00:00
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
posixmodule.c http://bugs.python.org/issue5552 2009-03-24 14:15:49 +00:00
pwdmodule.c
pyexpat.c
python.c another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s. 2009-02-27 17:52:38 +00:00
readline.c Merged revisions 71229,71271 via svnmerge from 2009-04-07 13:24:27 +00:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist Issue 5682: Move _io module into its own subdirectory. 2009-04-04 19:58:40 +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 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. 2009-03-03 07:49:01 +00:00
sha512module.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
signalmodule.c
socketmodule.c Merged revisions 70849,70852 via svnmerge from 2009-03-31 18:48:42 +00:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h Merged revisions 69498 via svnmerge from 2009-02-10 16:13:25 +00:00
timemodule.c re-merge r69268 (issue4804) from trunk: 2009-03-02 23:52:57 +00:00
tkappinit.c Merged revisions 69473 via svnmerge from 2009-02-09 22:33:59 +00:00
tkinter.h This header was supposed to be committed in r69476 2009-02-10 02:20:49 +00:00
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c
zipimport.c Merged revisions 69425 via svnmerge from 2009-02-08 03:37:27 +00:00
zlibmodule.c