Staging
v0.8.1
https://github.com/python/cpython
Revision 6290bcfc2552b03a4d36ffd773d152d0cfb8a571 authored by Georg Brandl on 01 August 2010, 21:48:47 UTC, committed by Georg Brandl on 01 August 2010, 21:48:47 UTC
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83452 | georg.brandl | 2010-08-01 23:06:46 +0200 (So, 01 Aug 2010) | 25 lines

  Merged revisions 83226-83227,83229-83230,83232 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83226 | georg.brandl | 2010-07-29 16:17:12 +0200 (Do, 29 Jul 2010) | 1 line

    #1090076: explain the behavior of *vars* in get() better.
  ........
    r83227 | georg.brandl | 2010-07-29 16:23:06 +0200 (Do, 29 Jul 2010) | 1 line

    Use Py_CLEAR().
  ........
    r83229 | georg.brandl | 2010-07-29 16:32:22 +0200 (Do, 29 Jul 2010) | 1 line

    #9407: document configparser.Error.
  ........
    r83230 | georg.brandl | 2010-07-29 16:36:11 +0200 (Do, 29 Jul 2010) | 1 line

    Use correct directive and name.
  ........
    r83232 | georg.brandl | 2010-07-29 16:49:08 +0200 (Do, 29 Jul 2010) | 1 line

    #9388: remove ERA_YEAR which is never defined in the source code.
  ........
................
  r83457 | georg.brandl | 2010-08-01 23:10:57 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 83223 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83223 | georg.brandl | 2010-07-29 15:38:37 +0200 (Do, 29 Jul 2010) | 1 line

    #3874: document HTMLParser.unknown_decl().
  ........
................
  r83466 | georg.brandl | 2010-08-01 23:23:50 +0200 (So, 01 Aug 2010) | 29 lines

  Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83160 | georg.brandl | 2010-07-26 10:51:42 +0200 (Mo, 26 Jul 2010) | 1 line

    #9381: fix markup.
  ........
    r83161 | georg.brandl | 2010-07-26 11:33:12 +0200 (Mo, 26 Jul 2010) | 1 line

    Add Brian Quinlan.
  ........
    r83166 | georg.brandl | 2010-07-26 17:11:49 +0200 (Mo, 26 Jul 2010) | 1 line

    Fix grammar.
  ........
    r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line

    Fix indentation in example.
  ........
    r83169 | georg.brandl | 2010-07-26 19:09:32 +0200 (Mo, 26 Jul 2010) | 1 line

    Add Reid.
  ........
    r83171 | georg.brandl | 2010-07-26 23:12:13 +0200 (Mo, 26 Jul 2010) | 1 line

    Clarify.
  ........
................
  r83471 | georg.brandl | 2010-08-01 23:26:45 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 83106 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83106 | georg.brandl | 2010-07-23 18:55:26 +0200 (Fr, 23 Jul 2010) | 1 line

    Fix some markup glitches.
  ........
................
  r83475 | georg.brandl | 2010-08-01 23:28:47 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 82965 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r82965 | georg.brandl | 2010-07-19 13:28:05 +0200 (Mo, 19 Jul 2010) | 1 line

    Clarification.  Yay importlib!
  ........
................
  r83480 | georg.brandl | 2010-08-01 23:33:42 +0200 (So, 01 Aug 2010) | 17 lines

  Merged revisions 82871,82960-82961 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r82871 | georg.brandl | 2010-07-14 10:00:22 +0200 (Mi, 14 Jul 2010) | 1 line

    #9258: fix copy-paste errors.
  ........
    r82960 | georg.brandl | 2010-07-19 08:52:35 +0200 (Mo, 19 Jul 2010) | 1 line

    Clarify.
  ........
    r82961 | georg.brandl | 2010-07-19 08:57:52 +0200 (Mo, 19 Jul 2010) | 1 line

    Clarify :option: description.
  ........
................
  r83486 | georg.brandl | 2010-08-01 23:44:38 +0200 (So, 01 Aug 2010) | 13 lines

  Merged revisions 82832,82834 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r82832 | georg.brandl | 2010-07-12 11:00:29 +0200 (Mo, 12 Jul 2010) | 1 line

    Take care of duplicate target name warnings.
  ........
    r82834 | georg.brandl | 2010-07-12 11:06:13 +0200 (Mo, 12 Jul 2010) | 1 line

    Use raw string literals for regexes containing backlash.
  ........
................
1 parent a228ad6
History
Tip revision: 6290bcfc2552b03a4d36ffd773d152d0cfb8a571 authored by Georg Brandl on 01 August 2010, 21:48:47 UTC
Merged revisions 83452,83457,83466,83471,83475,83480,83486 via svnmerge from
Tip revision: 6290bcf
File Mode Size
_ctypes
_multiprocessing
_sqlite
cjkcodecs
expat
zlib
Setup.config.in -rw-r--r-- 406 bytes
Setup.dist -rw-r--r-- 17.8 KB
_bisectmodule.c -rw-r--r-- 6.8 KB
_bsddb.c -rw-r--r-- 204.8 KB
_bytesio.c -rw-r--r-- 21.0 KB
_codecsmodule.c -rw-r--r-- 32.7 KB
_collectionsmodule.c -rw-r--r-- 45.2 KB
_csv.c -rw-r--r-- 47.1 KB
_curses_panel.c -rw-r--r-- 13.1 KB
_cursesmodule.c -rw-r--r-- 96.3 KB
_elementtree.c -rw-r--r-- 72.1 KB
_fileio.c -rw-r--r-- 25.0 KB
_functoolsmodule.c -rw-r--r-- 10.0 KB
_hashopenssl.c -rw-r--r-- 14.1 KB
_heapqmodule.c -rw-r--r-- 21.4 KB
_hotshot.c -rw-r--r-- 47.6 KB
_json.c -rw-r--r-- 19.7 KB
_localemodule.c -rw-r--r-- 19.9 KB
_lsprof.c -rw-r--r-- 26.8 KB
_randommodule.c -rw-r--r-- 18.9 KB
_sre.c -rw-r--r-- 112.1 KB
_ssl.c -rw-r--r-- 51.6 KB
_struct.c -rw-r--r-- 59.7 KB
_testcapimodule.c -rw-r--r-- 35.3 KB
_tkinter.c -rw-r--r-- 81.6 KB
_weakref.c -rw-r--r-- 3.1 KB
addrinfo.h -rw-r--r-- 6.1 KB
almodule.c -rw-r--r-- 90.0 KB
ar_beos -rwxr-xr-x 1.8 KB
arraymodule.c -rw-r--r-- 63.7 KB
audioop.c -rw-r--r-- 51.0 KB
binascii.c -rw-r--r-- 48.0 KB
bsddb.h -rw-r--r-- 9.2 KB
bsddbmodule.c -rw-r--r-- 23.0 KB
bz2module.c -rw-r--r-- 65.6 KB
cPickle.c -rw-r--r-- 145.8 KB
cStringIO.c -rw-r--r-- 21.2 KB
cdmodule.c -rw-r--r-- 22.0 KB
cgen.py -rw-r--r-- 15.0 KB
cgensupport.c -rw-r--r-- 7.2 KB
cgensupport.h -rw-r--r-- 2.4 KB
clmodule.c -rw-r--r-- 73.7 KB
cmathmodule.c -rw-r--r-- 36.2 KB
config.c.in -rw-r--r-- 1.5 KB
cryptmodule.c -rw-r--r-- 1.2 KB
cstubs -rw-r--r-- 32.4 KB
datetimemodule.c -rw-r--r-- 166.4 KB
dbmmodule.c -rw-r--r-- 11.3 KB
dlmodule.c -rw-r--r-- 7.1 KB
errnomodule.c -rw-r--r-- 23.9 KB
fcntlmodule.c -rw-r--r-- 17.4 KB
flmodule.c -rw-r--r-- 55.8 KB
fmmodule.c -rw-r--r-- 6.0 KB
fpectlmodule.c -rw-r--r-- 11.2 KB
fpetestmodule.c -rw-r--r-- 5.5 KB
future_builtins.c -rw-r--r-- 2.4 KB
gc_weakref.txt -rw-r--r-- 11.2 KB
gcmodule.c -rw-r--r-- 44.9 KB
gdbmmodule.c -rw-r--r-- 15.5 KB
getaddrinfo.c -rw-r--r-- 18.4 KB
getbuildinfo.c -rw-r--r-- 1.1 KB
getnameinfo.c -rw-r--r-- 6.2 KB
getpath.c -rw-r--r-- 20.9 KB
glmodule.c -rw-r--r-- 176.4 KB
grpmodule.c -rw-r--r-- 4.7 KB
imageop.c -rw-r--r-- 20.3 KB
imgfile.c -rw-r--r-- 13.0 KB
itertoolsmodule.c -rw-r--r-- 114.4 KB
ld_so_aix -rwxr-xr-x 6.1 KB
ld_so_beos -rwxr-xr-x 1.8 KB
linuxaudiodev.c -rw-r--r-- 14.2 KB
main.c -rw-r--r-- 18.5 KB
makesetup -rwxr-xr-x 7.3 KB
makexp_aix -rwxr-xr-x 3.2 KB
mathmodule.c -rw-r--r-- 35.8 KB
md5.c -rw-r--r-- 13.0 KB
md5.h -rw-r--r-- 3.3 KB
md5module.c -rw-r--r-- 7.8 KB
mmapmodule.c -rw-r--r-- 43.3 KB
nismodule.c -rw-r--r-- 11.2 KB
operator.c -rw-r--r-- 25.8 KB
ossaudiodev.c -rw-r--r-- 31.9 KB
parsermodule.c -rw-r--r-- 98.3 KB
posixmodule.c -rw-r--r-- 255.3 KB
puremodule.c -rw-r--r-- 31.9 KB
pwdmodule.c -rw-r--r-- 5.2 KB
pyexpat.c -rw-r--r-- 66.1 KB
python.c -rw-r--r-- 560 bytes
readline.c -rw-r--r-- 28.4 KB
resource.c -rw-r--r-- 9.6 KB
rotatingtree.c -rw-r--r-- 3.4 KB
rotatingtree.h -rw-r--r-- 901 bytes
selectmodule.c -rw-r--r-- 56.7 KB
sgimodule.c -rw-r--r-- 1.1 KB
sha256module.c -rw-r--r-- 22.3 KB
sha512module.c -rw-r--r-- 28.0 KB
shamodule.c -rw-r--r-- 17.4 KB
signalmodule.c -rw-r--r-- 23.6 KB
socketmodule.c -rw-r--r-- 149.9 KB
socketmodule.h -rw-r--r-- 7.0 KB
spwdmodule.c -rw-r--r-- 4.9 KB
sre.h -rw-r--r-- 2.6 KB
sre_constants.h -rw-r--r-- 2.4 KB
stropmodule.c -rw-r--r-- 33.1 KB
sunaudiodev.c -rw-r--r-- 12.6 KB
svmodule.c -rw-r--r-- 24.1 KB
symtablemodule.c -rw-r--r-- 2.8 KB
syslogmodule.c -rw-r--r-- 7.2 KB
termios.c -rw-r--r-- 19.9 KB
testcapi_long.h -rw-r--r-- 5.2 KB
threadmodule.c -rw-r--r-- 21.0 KB
timemodule.c -rw-r--r-- 29.6 KB
timing.h -rw-r--r-- 2.4 KB
timingmodule.c -rw-r--r-- 1.1 KB
tkappinit.c -rw-r--r-- 4.3 KB
unicodedata.c -rw-r--r-- 35.3 KB
unicodedata_db.h -rw-r--r-- 375.9 KB
unicodename_db.h -rw-r--r-- 1.1 MB
xxmodule.c -rw-r--r-- 11.7 KB
xxsubtype.c -rw-r--r-- 10.4 KB
yuv.h -rw-r--r-- 2.7 KB
yuvconvert.c -rw-r--r-- 3.7 KB
zipimport.c -rw-r--r-- 36.7 KB
zlibmodule.c -rw-r--r-- 31.0 KB

back to top