cpython/Modules
Benjamin Peterson 5e55b3e204 Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77484 | skip.montanaro | 2010-01-13 19:12:34 -0600 (Wed, 13 Jan 2010) | 4 lines

  Update PyEval_EvalFrame to PyEval_EvalFrameEx.  This looks to have been done
  partially before.  Also add a comment describing how this might have to work
  with different versions of the interpreter.
........
  r77487 | ezio.melotti | 2010-01-14 05:34:10 -0600 (Thu, 14 Jan 2010) | 1 line

  Fixed typo
........
  r77561 | georg.brandl | 2010-01-17 02:42:30 -0600 (Sun, 17 Jan 2010) | 1 line

  #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such.
........
  r77570 | georg.brandl | 2010-01-17 06:14:42 -0600 (Sun, 17 Jan 2010) | 1 line

  Add note about usage of STRINGLIB_EMPTY.
........
  r77593 | georg.brandl | 2010-01-17 17:33:53 -0600 (Sun, 17 Jan 2010) | 1 line

  Fix internal reference.
........
  r77603 | benjamin.peterson | 2010-01-18 17:07:56 -0600 (Mon, 18 Jan 2010) | 8 lines

  data descriptors do not override the class dictionary if __get__ is not defined

  Adjust documentation and add a test to verify this behavior.

  See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for
  discussion.
........
  r77608 | gregory.p.smith | 2010-01-19 02:19:03 -0600 (Tue, 19 Jan 2010) | 6 lines

  Do not compile stubs for the sha2 series hashes in the openssl hashlib
  module when the openssl version is too old to support them.  That
  leads both compiled code bloat and to unittests attempting to test
  implementations that don't exist for comparison purposes on such
  platforms.
........
  r77667 | mark.dickinson | 2010-01-21 12:32:27 -0600 (Thu, 21 Jan 2010) | 1 line

  Add two more test_strtod test values.
........
  r77702 | georg.brandl | 2010-01-23 02:43:31 -0600 (Sat, 23 Jan 2010) | 1 line

  #7762: fix refcount annotation of PyUnicode_Tailmatch().
........
  r77703 | georg.brandl | 2010-01-23 02:47:54 -0600 (Sat, 23 Jan 2010) | 1 line

  #7725: fix referencing issue.
........
  r77739 | benjamin.peterson | 2010-01-24 21:52:52 -0600 (Sun, 24 Jan 2010) | 1 line

  mention from_float() in error message
........
  r77858 | georg.brandl | 2010-01-30 11:57:48 -0600 (Sat, 30 Jan 2010) | 1 line

  #7802: fix invalid example (heh).
........
  r77887 | georg.brandl | 2010-01-31 12:51:49 -0600 (Sun, 31 Jan 2010) | 5 lines

  Fix-up ftplib documentation:
  move exception descriptions to toplevel, not inside a class
  remove attribution in "versionadded"
  spell and grammar check docstring of FTP_TLS
........
  r77889 | michael.foord | 2010-01-31 13:59:26 -0600 (Sun, 31 Jan 2010) | 1 line

  Minor modification to unittest documentation.
........
2010-02-03 02:35:45 +00:00
..
_ctypes Note: I'm merging these changes out of consistency, but they don't seem 2010-01-13 12:04:20 +00:00
_io Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
_multiprocessing Merged revisions 76432,76558 via svnmerge from 2009-11-28 12:48:43 +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 Merged revisions 77680 via svnmerge from 2010-01-22 01:10:19 +00:00
zlib
_bisectmodule.c
_codecsmodule.c Merged revisions 72404-72406 via svnmerge from 2009-05-06 14:41:26 +00:00
_collectionsmodule.c Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) 2009-12-10 03:03:02 +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 Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_cursesmodule.c Merged revisions 75066 via svnmerge from 2009-10-04 20:40:17 +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 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 Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +00:00
_gestalt.c
_hashopenssl.c Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from 2010-02-03 02:35:45 +00:00
_heapqmodule.c
_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 Issue #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 Merged revisions 77352-77354 via svnmerge from 2010-01-07 17:57:31 +00:00
_randommodule.c Merged revisions 72344 via svnmerge from 2009-05-05 17:54:36 +00:00
_sre.c Merged revisions 77499 via svnmerge from 2010-01-14 17:34:48 +00:00
_ssl.c Merged revisions 75529 via svnmerge from 2009-11-25 18:55:32 +00:00
_struct.c Merged revisions 75283 via svnmerge from 2009-10-08 15:59:20 +00:00
_testcapimodule.c Merged revisions 77866-77867 via svnmerge from 2010-02-03 01:13:41 +00:00
_threadmodule.c Issue #3001: Add a C implementation of recursive locks which is used by 2009-11-10 18:46:01 +00:00
_tkinter.c Merged revisions 71210 via svnmerge from 2009-04-10 22:19:09 +00:00
_weakref.c
addrinfo.h
ar_beos
arraymodule.c Merged revisions 77821 via svnmerge from 2010-01-29 17:27:24 +00:00
atexitmodule.c
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 Merged revisions 75818 via svnmerge from 2009-10-27 17:47:14 +00:00
cmathmodule.c Merged revisions 76978 via svnmerge from 2009-12-21 15:27:41 +00:00
config.c.in
cryptmodule.c
datetimemodule.c Merged revisions 76529 via svnmerge from 2009-11-25 23:02:32 +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 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from 2009-12-31 03:11:23 +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 This fixes issue5143 and includes a test. 2009-02-12 15:55:38 +00:00
grpmodule.c Merged revisions 73016 via svnmerge from 2009-05-29 16:01:34 +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 Merged revisions 75570 via svnmerge from 2009-10-20 21:52:47 +00:00
makesetup
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 #1717: rename tp_compare to tp_reserved. I'll change the 2009-02-02 20:36:42 +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 Issue #7561: Fix crashes when using bytearray objects with the posix 2010-01-17 12:16:23 +00:00
pwdmodule.c Merged revisions 73016 via svnmerge from 2009-05-29 16:01:34 +00:00
pyexpat.c Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +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 75725 via svnmerge from 2009-10-26 19:22:14 +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 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from 2009-12-31 03:11:23 +00:00
Setup.config.in
Setup.dist Merged revisions 76978 via svnmerge from 2009-12-21 15:27:41 +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 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
socketmodule.c Merge the trivial portion of r74426 from trunk. 2010-01-04 03:29:50 +00:00
socketmodule.h fix typo in c++ ifdef 2009-08-12 18:11:03 +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 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
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 Merged revisions 75020 via svnmerge from 2009-09-22 19:15:35 +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 75272-75273 via svnmerge from 2009-10-06 21:03:20 +00:00
unicodedata_db.h Merged revisions 75272-75273 via svnmerge from 2009-10-06 21:03:20 +00:00
unicodename_db.h
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 Fix a warning. 2009-05-17 08:20:45 +00:00
zlibmodule.c Issue #4757: zlib.compress and other methods in the zlib module now 2009-12-14 18:00:06 +00:00