cpython/Modules
R. David Murray 561b96f98c Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86542 | r.david.murray | 2010-11-19 22:48:58 -0500 (Fri, 19 Nov 2010) | 2 lines

  Make test class name unique so that both test classes run.
........
  r87136 | r.david.murray | 2010-12-08 17:53:00 -0500 (Wed, 08 Dec 2010) | 6 lines

  Have script_helper._assert_python strip refcount strings from stderr.

  This makes the output of the function and those that depend on it
  independent of whether or not they are being run under a debug
  build.
........
  r87216 | r.david.murray | 2010-12-13 17:50:30 -0500 (Mon, 13 Dec 2010) | 2 lines

  #10698: fix typo in example.
........
  r87221 | r.david.murray | 2010-12-13 19:55:46 -0500 (Mon, 13 Dec 2010) | 4 lines

  #10699: fix docstring for tzset: it does not take a parameter

  Thanks to Garrett Cooper for the fix.
........
  r87228 | r.david.murray | 2010-12-13 21:25:43 -0500 (Mon, 13 Dec 2010) | 2 lines

  Turn on regrtest -W (rerun immediately) option for Windows, too.
........
  r87256 | r.david.murray | 2010-12-14 21:19:14 -0500 (Tue, 14 Dec 2010) | 2 lines

  #10705: document what the values of debuglevel are and mean.
........
  r87337 | r.david.murray | 2010-12-17 11:11:40 -0500 (Fri, 17 Dec 2010) | 2 lines

  #10559: provide instructions for accessing sys.argv when first mentioned.
........
  r87338 | r.david.murray | 2010-12-17 11:29:07 -0500 (Fri, 17 Dec 2010) | 2 lines

  #10454: clarify the compileall docs and help messages.
  [changes to compileall.py were not backported, only the doc changes]
........
  r87372 | r.david.murray | 2010-12-18 11:39:06 -0500 (Sat, 18 Dec 2010) | 2 lines

  #10728: the default for printing help is sys.stdout, not stderr.
........
  r87516 | r.david.murray | 2010-12-27 15:09:32 -0500 (Mon, 27 Dec 2010) | 5 lines

  #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs

  I've only tested regular runs and -j runs.  If I've broken anything
  else I'm sure I'll hear about it sooner or later.
........
  r87571 | r.david.murray | 2010-12-29 14:06:48 -0500 (Wed, 29 Dec 2010) | 2 lines

  Fix same typo in docs.
........
  r88164 | r.david.murray | 2011-01-24 14:34:58 -0500 (Mon, 24 Jan 2011) | 12 lines

  #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.

  Original patch by Michal Nowikowski, with some additions and wording
  fixes by me.

  I changed the wording from 'Performs a stat system call' to 'Performs
  the equivalent of a stat system call', since on Windows there are no
  stat/lstat system calls involved.  I also extended Michal's breakout
  of the attributes into a list to the other paragraphs, and rearranged
  the order of the paragraphs in the 'stat' docs to make it flow
  better and put it in what I think is a more logical/useful order.
........
2011-02-11 17:25:54 +00:00
..
_ctypes Merged revisions 88284 via svnmerge from 2011-01-31 21:47:45 +00:00
_io Merged revisions 87427 via svnmerge from 2010-12-21 21:26:55 +00:00
_multiprocessing Merged revisions 85679 via svnmerge from 2010-11-23 07:56:33 +00:00
_sqlite Remove an unnecessary variable. 2010-05-05 20:14:27 +00:00
cjkcodecs Issue #5640: Fix Shift-JIS incremental encoder for error handlers different 2010-05-21 22:50:28 +00:00
expat Merged revisions 84743 via svnmerge from 2010-09-12 16:51:29 +00:00
zlib Remove unneeded directories. 2006-01-03 06:48:38 +00:00
Setup.config.in Patch to make _codecs a builtin module. This is necessary since 2002-12-12 17:37:50 +00:00
Setup.dist Remove duplicate entry. 2010-08-21 11:40:30 +00:00
_bisectmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_bsddb.c Issue #9675: Final touch 2010-11-08 12:57:59 +00:00
_codecsmodule.c Issue #8930: fix some C code indentation 2010-06-09 16:24:00 +00:00
_collectionsmodule.c Issue 11004: Fix edge case for deque.count(). 2011-01-25 21:43:29 +00:00
_csv.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_curses_panel.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_cursesmodule.c - Issue #7567: Don't call `setupterm' twice. 2010-07-30 21:27:18 +00:00
_elementtree.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
_functoolsmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_hashopenssl.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_heapqmodule.c Merged revisions 84472 via svnmerge from 2010-09-03 22:06:31 +00:00
_hotshot.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_json.c #10804: fix copy-paste error when checking assigned fields for NULL. 2011-01-02 14:20:16 +00:00
_localemodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_lsprof.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_math.c Merged revisions 82607 via svnmerge from 2010-07-06 15:03:42 +00:00
_math.h Issue #7518: Move substitute definitions of C99 math functions from 2009-12-21 15:22:00 +00:00
_randommodule.c Merged revisions 84299 via svnmerge from 2010-08-24 18:10:46 +00:00
_sre.c Remove unused variables and a variable initialization. 2010-05-03 23:51:28 +00:00
_ssl.c Merged revisions 87140 via svnmerge from 2010-12-09 12:12:42 +00:00
_struct.c Merged revisions 83239 via svnmerge from 2010-07-29 21:44:47 +00:00
_testcapimodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_tkinter.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
_weakref.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
addrinfo.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
almodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
ar_beos
arraymodule.c Reverted r87944 - issue #5109 should not have been backported 2011-01-11 22:35:58 +00:00
audioop.c Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, 2010-07-03 13:36:19 +00:00
binascii.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
bsddb.h bsddb changed; increase its revision 2010-11-05 00:31:20 +00:00
bsddbmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
bz2module.c Merged revisions 84980 via svnmerge from 2010-09-23 19:55:24 +00:00
cPickle.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
cStringIO.c improve performance of writing past the end of the file for cStringIO 2010-10-11 19:13:04 +00:00
cdmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
cgen.py Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. 2008-05-15 02:33:55 +00:00
cgensupport.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
cgensupport.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
clmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
cmathmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
config.c.in Untabify Modules/config.c.in. 2010-05-29 21:00:52 +00:00
cryptmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
cstubs
datetimemodule.c Revert r81681 (issue 8810). 2010-07-03 03:27:12 +00:00
dbmmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
dlmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
errnomodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
fcntlmodule.c Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from 2010-10-06 09:28:45 +00:00
flmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
fmmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
fpectlmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
fpetestmodule.c Check return result from Py_InitModule*(). This API can fail. 2006-01-19 06:09:39 +00:00
future_builtins.c Fix issue10065 - future_builtins' docstring lacks some functions 2010-10-14 13:15:33 +00:00
gc_weakref.txt SF 1055820: weakref callback vs gc vs threads 2004-10-30 23:09:22 +00:00
gcmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
gdbmmodule.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
getaddrinfo.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
getbuildinfo.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
getnameinfo.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
getpath.c copy_absolute(): keep the relative path if getcwd() failed 2010-10-07 23:37:08 +00:00
glmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
grpmodule.c Merged revisions 87238 via svnmerge from 2010-12-14 16:26:30 +00:00
imageop.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
imgfile.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
itertoolsmodule.c Issue #10323: Predictable final state for slice(). 2010-11-30 03:15:35 +00:00
ld_so_aix.in Small fix to ld_so_aix.in for 2.x 2010-09-10 22:22:58 +00:00
ld_so_beos
linuxaudiodev.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
main.c Revert r80580 due to some unintended side effects. See issue #8202 for details. 2010-06-13 06:50:39 +00:00
makesetup Patch #786737: Allow building in a tree of symlinks pointing to 2007-09-05 11:47:34 +00:00
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 2005-09-14 18:09:42 +00:00
mathmodule.c Fix indentation of Python code example in C comment. 2010-06-25 20:19:48 +00:00
md5.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
md5.h - Issue #3745: Fix hashlib to always reject unicode and non buffer-api 2009-02-13 03:00:00 +00:00
md5module.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
mmapmodule.c Merged revisions 88131 via svnmerge from 2011-01-20 21:20:18 +00:00
nismodule.c Merged revisions 84172 via svnmerge from 2010-08-19 09:09:04 +00:00
operator.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
ossaudiodev.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
parsermodule.c Issue #9130: Fix validation of relative imports in parser module. 2010-07-04 16:47:56 +00:00
posixmodule.c Merged revisions 88111 via svnmerge from 2011-01-19 15:27:24 +00:00
puremodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pwdmodule.c Merged revisions 84106 via svnmerge from 2010-08-16 20:30:26 +00:00
pyexpat.c Merged revisions 85536 via svnmerge from 2010-10-24 14:16:05 +00:00
python.c Apparently FreeBSD enables some HW floating-point exceptions by default. 2002-12-28 21:56:08 +00:00
readline.c Merged revisions 87356 via svnmerge from 2010-12-18 03:52:09 +00:00
resource.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
rotatingtree.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
rotatingtree.h Fix comment typo 2006-04-22 01:58:40 +00:00
selectmodule.c issue 10295 2010-11-03 13:27:33 +00:00
sgimodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
sha256module.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
sha512module.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
shamodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
signalmodule.c Merged revisions 86214 via svnmerge from 2010-11-05 19:55:02 +00:00
socketmodule.c Merged revisions 85868 via svnmerge from 2010-10-27 20:35:26 +00:00
socketmodule.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
spwdmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
sre.h Impl ssize_t 2006-06-12 03:05:40 +00:00
sre_constants.h Implemented non-recursive SRE matching. 2003-10-17 22:13:16 +00:00
stropmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
sunaudiodev.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
svmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
symtablemodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
syslogmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
termios.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
testcapi_long.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
threadmodule.c Merged revisions 84344 via svnmerge from 2010-08-28 18:29:13 +00:00
timemodule.c Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from 2011-02-11 17:25:54 +00:00
timing.h Remove the advertising clause from the BSD license in timing.h. 2008-04-01 23:57:36 +00:00
timingmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tkappinit.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tkinter.h Include tkinter.h only after including tk.h (or the equivalent for another platform). 2009-04-05 02:11:19 +00:00
unicodedata.c Merged revisions 87442 via svnmerge from 2010-12-28 15:47:56 +00:00
unicodedata_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
unicodename_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
xxmodule.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
xxsubtype.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
yuv.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
yuvconvert.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
zipimport.c Fix #9316. if/is grammar corrections. 2010-07-21 01:35:46 +00:00
zlibmodule.c Issue #8681: Make the zlib module's error messages more informative when 2010-05-11 23:42:28 +00:00