]> granicus.if.org Git - python/log
python
16 years agoRemoved merge tracking for "svnmerge" for
Benjamin Peterson [Mon, 22 Sep 2008 21:22:17 +0000 (21:22 +0000)]
Removed merge tracking for "svnmerge" for
svn+ssh://pythondev@svn.python.org/python/branches/py3k-struni

16 years agoMerged revisions 66557 via svnmerge from
Benjamin Peterson [Mon, 22 Sep 2008 21:17:49 +0000 (21:17 +0000)]
Merged revisions 66557 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66557 | benjamin.peterson | 2008-09-22 16:11:43 -0500 (Mon, 22 Sep 2008) | 1 line

  use the new threading properties for multiprocessing (reviewed by Jesse #3927)
........

16 years agoMerged revisions 66552-66553 via svnmerge from
Andrew MacIntyre [Mon, 22 Sep 2008 14:49:01 +0000 (14:49 +0000)]
Merged revisions 66552-66553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66552 | andrew.macintyre | 2008-09-23 00:10:54 +1000 (Tue, 23 Sep 2008) | 5 lines

  should use macro'ed symbols not direct

  Part of source_os2emx.patch in issue 3868
  Reviewed by Amaury Forgeot d'Arc
........
  r66553 | andrew.macintyre | 2008-09-23 00:11:41 +1000 (Tue, 23 Sep 2008) | 5 lines

  any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>

  Part of source_os2emx.patch in issue 3868
  Reviewed by Amaury Forgeot d'Arc
........

16 years agoBlocked revisions 66554 via svnmerge
Andrew MacIntyre [Mon, 22 Sep 2008 14:41:22 +0000 (14:41 +0000)]
Blocked revisions 66554 via svnmerge

........
  r66554 | andrew.macintyre | 2008-09-23 00:23:45 +1000 (Tue, 23 Sep 2008) | 8 lines

  build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files

  Part of source_os2emx.patch in issue 3868:
    Include/pystrcmp.h:  OS/2 has same C APIs as Windows
    Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test

  Reviewed by Amaury Forgeot d'Arc
........

Reason for block: other work needs to be done for this platform - aimacintyre

16 years agoInitialized merge tracking via "svnmerge" with revisions "1-56848" from
Andrew MacIntyre [Mon, 22 Sep 2008 14:01:03 +0000 (14:01 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-56848" from
svn+ssh://pythondev@svn.python.org/python/branches/py3k-struni

16 years agoIssue #3659: Values of string subclasses were not handled correctly when used
Gerhard Häring [Mon, 22 Sep 2008 06:04:51 +0000 (06:04 +0000)]
Issue #3659: Values of string subclasses were not handled correctly when used
as bind parameters.

Reviewed by Bejnamin Peterson.

16 years ago#1688: On Windows, the input() prompt was not correctly displayed if it
Amaury Forgeot d'Arc [Sun, 21 Sep 2008 21:49:01 +0000 (21:49 +0000)]
#1688: On Windows, the input() prompt was not correctly displayed if it
contains non-ascii characters.

Reviewed by Benjamin Peterson.

16 years agoMerged revisions 66542 via svnmerge from
Hirokazu Yamamoto [Sun, 21 Sep 2008 20:52:42 +0000 (20:52 +0000)]
Merged revisions 66542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66542 | hirokazu.yamamoto | 2008-09-22 05:48:41 +0900 | 2 lines

  Issue #3925: Ignores shutil.rmtree error on cygwin too.
  Reviewed by Benjamin Peterson.
........

16 years ago#3923: fix undefined token.
Georg Brandl [Sun, 21 Sep 2008 17:03:29 +0000 (17:03 +0000)]
#3923: fix undefined token.

16 years agoMerged revisions 66539 via svnmerge from
Hirokazu Yamamoto [Sun, 21 Sep 2008 11:50:03 +0000 (11:50 +0000)]
Merged revisions 66539 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66539 | hirokazu.yamamoto | 2008-09-21 20:44:23 +0900 | 2 lines

  Issue #3838: TarFile object assigned to self.tar should be closed explicitly.
  Reviewed by Lars Gustäbel.
........

16 years agoHandle documentation for turtle rename.
Georg Brandl [Sun, 21 Sep 2008 07:50:52 +0000 (07:50 +0000)]
Handle documentation for turtle rename.

16 years agoRemove stray question mark.
Georg Brandl [Sun, 21 Sep 2008 07:40:25 +0000 (07:40 +0000)]
Remove stray question mark.

16 years agoBug #3884: Make the turtle module toplevel again.
Martin v. Löwis [Sun, 21 Sep 2008 07:32:10 +0000 (07:32 +0000)]
Bug #3884: Make the turtle module toplevel again.

16 years agoRemove duplicate production.
Georg Brandl [Sun, 21 Sep 2008 07:21:20 +0000 (07:21 +0000)]
Remove duplicate production.

16 years ago#3913: Remove "decorated" from production, it is handled differently from Grammar...
Georg Brandl [Sun, 21 Sep 2008 07:20:11 +0000 (07:20 +0000)]
#3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here.

16 years ago#3917: don't allow {} as a set display.
Georg Brandl [Sun, 21 Sep 2008 07:09:51 +0000 (07:09 +0000)]
#3917: don't allow {} as a set display.

16 years agokill another set_daemon instance
Benjamin Peterson [Sat, 20 Sep 2008 12:52:07 +0000 (12:52 +0000)]
kill another set_daemon instance

16 years agofix #3628; idle wouldn't start because of a typo
Benjamin Peterson [Fri, 19 Sep 2008 21:49:37 +0000 (21:49 +0000)]
fix #3628; idle wouldn't start because of a typo

16 years agoMerged revisions 66516 via svnmerge from
Martin v. Löwis [Fri, 19 Sep 2008 19:21:20 +0000 (19:21 +0000)]
Merged revisions 66516 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66516 | martin.v.loewis | 2008-09-19 21:20:03 +0200 (Fr, 19 Sep 2008) | 1 line

  Use AMD64 version of CRT in just-for-me installations for Win64 installers.
........

16 years agoMerged revisions 66514 via svnmerge from
Martin v. Löwis [Fri, 19 Sep 2008 15:24:28 +0000 (15:24 +0000)]
Merged revisions 66514 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66514 | martin.v.loewis | 2008-09-19 17:21:07 +0200 (Fr, 19 Sep 2008) | 2 lines

  Bug #3887: Package x64 version of CRT for AMD64
  Windows binaries.
........

16 years agoBlocked revisions 66498,66502,66504,66506 via svnmerge
Benjamin Peterson [Thu, 18 Sep 2008 23:40:54 +0000 (23:40 +0000)]
Blocked revisions 66498,66502,66504,66506 via svnmerge

........
  r66498 | mark.hammond | 2008-09-17 21:47:35 -0500 (Wed, 17 Sep 2008) | 4 lines

  On Windows, temporarily disable the bsddb test referenced in bug 3892.
  We do yell to stderr and the bug is marked as a blocker.
  Reviewed by barry in #python-dev.
........
  r66502 | mark.hammond | 2008-09-17 22:51:46 -0500 (Wed, 17 Sep 2008) | 3 lines

  avoid putting unicode objects in the environment causing
  later test failures.  As discussed on #python-dev
........
  r66504 | barry.warsaw | 2008-09-17 23:33:43 -0500 (Wed, 17 Sep 2008) | 1 line

  Bumping to 2.6rc2
........
  r66506 | barry.warsaw | 2008-09-18 00:34:31 -0500 (Thu, 18 Sep 2008) | 1 line

  done with 2.6rc2
........

16 years agoremoving incorrectly tagged double directory
Barry Warsaw [Thu, 18 Sep 2008 11:30:58 +0000 (11:30 +0000)]
removing incorrectly tagged double directory

16 years agodone with rc1
Barry Warsaw [Thu, 18 Sep 2008 04:28:35 +0000 (04:28 +0000)]
done with rc1

16 years agoTagging 3.0rc1
Barry Warsaw [Thu, 18 Sep 2008 03:03:20 +0000 (03:03 +0000)]
Tagging 3.0rc1

16 years agoTagging 3.0rc1
Barry Warsaw [Thu, 18 Sep 2008 03:01:08 +0000 (03:01 +0000)]
Tagging 3.0rc1

16 years agobumping to 3.0rc1 v3.0rc1
Barry Warsaw [Thu, 18 Sep 2008 03:00:28 +0000 (03:00 +0000)]
bumping to 3.0rc1

16 years agoshut up a few sphinx warnings
Benjamin Peterson [Wed, 17 Sep 2008 22:59:21 +0000 (22:59 +0000)]
shut up a few sphinx warnings

16 years agoMerged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from
Benjamin Peterson [Wed, 17 Sep 2008 22:25:09 +0000 (22:25 +0000)]
Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66457 | antoine.pitrou | 2008-09-13 15:30:30 -0500 (Sat, 13 Sep 2008) | 5 lines

  Issue #3850: Misc/find_recursionlimit.py was broken.

  Reviewed by A.M. Kuchling.
........
  r66458 | benjamin.peterson | 2008-09-13 17:54:43 -0500 (Sat, 13 Sep 2008) | 1 line

  fix a name issue; note all doc files should be encoded in utf8
........
  r66459 | benjamin.peterson | 2008-09-14 11:02:22 -0500 (Sun, 14 Sep 2008) | 1 line

  clarify that radix for int is not 'guessed'
........
  r66465 | skip.montanaro | 2008-09-14 21:03:05 -0500 (Sun, 14 Sep 2008) | 3 lines

  Review usage.  Fix a mistake in the new-style class definition.  Add a
  couple new definitions (CPython and virtual machine).
........
  r66466 | skip.montanaro | 2008-09-14 21:19:53 -0500 (Sun, 14 Sep 2008) | 2 lines

  Pick up a few more definitions from the glossary on the wiki.
........
  r66467 | benjamin.peterson | 2008-09-14 21:53:23 -0500 (Sun, 14 Sep 2008) | 1 line

  mention that object.__init__ no longer takes arbitrary args and kwargs
........
  r66468 | andrew.kuchling | 2008-09-15 08:08:32 -0500 (Mon, 15 Sep 2008) | 1 line

  Rewrite item a bit
........
  r66483 | georg.brandl | 2008-09-16 05:17:45 -0500 (Tue, 16 Sep 2008) | 2 lines

  Fix typo.
........
  r66484 | benjamin.peterson | 2008-09-16 16:20:28 -0500 (Tue, 16 Sep 2008) | 2 lines

  be less wordy
........
  r66485 | georg.brandl | 2008-09-17 03:45:54 -0500 (Wed, 17 Sep 2008) | 2 lines

  #3888: add some deprecated modules in whatsnew.
........
  r66487 | skip.montanaro | 2008-09-17 06:50:36 -0500 (Wed, 17 Sep 2008) | 2 lines

  usage
........
  r66488 | andrew.kuchling | 2008-09-17 07:57:04 -0500 (Wed, 17 Sep 2008) | 1 line

  Markup fixes
........
  r66489 | andrew.kuchling | 2008-09-17 07:58:22 -0500 (Wed, 17 Sep 2008) | 2 lines

  Remove comment about improvement: pystone is about the same, and
  the improvements seem to be difficult to quantify
........
  r66490 | andrew.kuchling | 2008-09-17 08:04:53 -0500 (Wed, 17 Sep 2008) | 1 line

  Note sqlite3 version; move item
........
  r66491 | benjamin.peterson | 2008-09-17 16:54:56 -0500 (Wed, 17 Sep 2008) | 1 line

  document compileall command flags
........

16 years agoIssue #3859: Fixed test_sys.Sizeof failure on win64.
Robert Schuppenies [Tue, 16 Sep 2008 07:21:01 +0000 (07:21 +0000)]
Issue #3859: Fixed test_sys.Sizeof failure on win64.

Reviewed by Benjamin Peterson.

16 years agoadd documentation for the new buffer interface based on PEP 3118; I hope it's at...
Benjamin Peterson [Tue, 16 Sep 2008 02:24:31 +0000 (02:24 +0000)]
add documentation for the new buffer interface based on PEP 3118; I hope it's at least 60% right...

16 years agoforgot to commit properties for last merge
Benjamin Peterson [Tue, 16 Sep 2008 00:18:04 +0000 (00:18 +0000)]
forgot to commit properties for last merge

16 years agoMerged revisions 66473 via svnmerge from
Benjamin Peterson [Tue, 16 Sep 2008 00:11:26 +0000 (00:11 +0000)]
Merged revisions 66473 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r66473 | benjamin.peterson | 2008-09-15 18:55:01 -0500 (Mon, 15 Sep 2008) | 9 lines

  Merged revisions 66470 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line

    don't use os.linesep for newlines; it breaks tests on windows
  ........
................

16 years agoFix Windows buildbot failures after r66469.
Antoine Pitrou [Mon, 15 Sep 2008 23:54:52 +0000 (23:54 +0000)]
Fix Windows buildbot failures after r66469.

16 years agoIssue #3782: os.write() must not accept unicode strings
Antoine Pitrou [Mon, 15 Sep 2008 23:02:56 +0000 (23:02 +0000)]
Issue #3782: os.write() must not accept unicode strings

16 years agoMerged revisions 66463 via svnmerge from
Martin v. Löwis [Mon, 15 Sep 2008 01:31:40 +0000 (01:31 +0000)]
Merged revisions 66463 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66463 | martin.v.loewis | 2008-09-15 03:30:21 +0200 (Mo, 15 Sep 2008) | 2 lines

  Fix grammar.
........

16 years agoMerged revisions 66460-66461 via svnmerge from
Martin v. Löwis [Sun, 14 Sep 2008 20:27:52 +0000 (20:27 +0000)]
Merged revisions 66460-66461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66460 | martin.v.loewis | 2008-09-14 22:22:39 +0200 (So, 14 Sep 2008) | 1 line

  Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer.
........
  r66461 | martin.v.loewis | 2008-09-14 22:25:40 +0200 (So, 14 Sep 2008) | 1 line

  Set eol-style to native.
........

16 years agoMerged revisions 66453 via svnmerge from
Benjamin Peterson [Sat, 13 Sep 2008 18:37:09 +0000 (18:37 +0000)]
Merged revisions 66453 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r66453 | benjamin.peterson | 2008-09-13 12:43:19 -0500 (Sat, 13 Sep 2008) | 24 lines

  Merged revisions 66191,66418,66438,66445 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line

    update the Grammar file after recent syntax changes
  ........
    r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line

    a trival fix to get a few more print corner cases #2899
  ........
    r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines

    add Jack Diederich's fixer for metaclass syntax #2366

    my contribution to this was adding a few tests and fixing a few bugs
    I also reviewed it (Jack is a committer)
  ........
    r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line

    add a few more tests concerning int literals and weird spacing
  ........
................

16 years agoMerged revisions 66452 via svnmerge from
Georg Brandl [Sat, 13 Sep 2008 17:46:05 +0000 (17:46 +0000)]
Merged revisions 66452 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66452 | georg.brandl | 2008-09-13 19:41:16 +0200 (Sat, 13 Sep 2008) | 2 lines

  Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
........

16 years agoBlocked revisions 66450 via svnmerge
Benjamin Peterson [Sat, 13 Sep 2008 17:32:55 +0000 (17:32 +0000)]
Blocked revisions 66450 via svnmerge

........
  r66450 | benjamin.peterson | 2008-09-13 12:31:08 -0500 (Sat, 13 Sep 2008) | 1 line

  remove duplicate target
........

16 years agoBlocked revisions 66447 via svnmerge
Georg Brandl [Sat, 13 Sep 2008 17:20:09 +0000 (17:20 +0000)]
Blocked revisions 66447 via svnmerge

........
  r66447 | georg.brandl | 2008-09-13 19:18:11 +0200 (Sat, 13 Sep 2008) | 2 lines

  Incorporate some suggestions by Tait Stevens.
........

16 years agoForward-port of r66447.
Georg Brandl [Sat, 13 Sep 2008 17:18:21 +0000 (17:18 +0000)]
Forward-port of r66447.

16 years agoMerged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from
Benjamin Peterson [Sat, 13 Sep 2008 15:58:53 +0000 (15:58 +0000)]
Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66394 | benjamin.peterson | 2008-09-11 17:04:02 -0500 (Thu, 11 Sep 2008) | 1 line

  fix typo
........
  r66404 | gerhard.haering | 2008-09-12 08:54:06 -0500 (Fri, 12 Sep 2008) | 2 lines

  sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API.
........
  r66412 | gerhard.haering | 2008-09-12 13:58:57 -0500 (Fri, 12 Sep 2008) | 2 lines

  Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python.
........
  r66414 | gerhard.haering | 2008-09-12 17:33:22 -0500 (Fri, 12 Sep 2008) | 2 lines

  Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
........
  r66424 | andrew.kuchling | 2008-09-12 20:22:08 -0500 (Fri, 12 Sep 2008) | 1 line

  #687648 from Robert Schuppenies: use classic division.  (RM Barry gave permission to update the demos.)
........
  r66425 | andrew.kuchling | 2008-09-12 20:27:33 -0500 (Fri, 12 Sep 2008) | 1 line

  #687648 from Robert Schuppenies: use classic division.  From me: don't use string exception; flush stdout after printing
........
  r66426 | andrew.kuchling | 2008-09-12 20:34:41 -0500 (Fri, 12 Sep 2008) | 1 line

  #687648 from Robert Schuppenies: use classic division.  From me: don't use string exception; add __main__ section
........
  r66427 | andrew.kuchling | 2008-09-12 20:42:55 -0500 (Fri, 12 Sep 2008) | 1 line

  #687648 from Robert Schuppenies: use classic division.  From me: remove two stray semicolons
........
  r66428 | andrew.kuchling | 2008-09-12 20:43:28 -0500 (Fri, 12 Sep 2008) | 1 line

  #687648 from Robert Schuppenies: use classic division.
........
  r66429 | andrew.kuchling | 2008-09-12 20:47:02 -0500 (Fri, 12 Sep 2008) | 1 line

  Remove semicolon
........
  r66430 | andrew.kuchling | 2008-09-12 20:48:36 -0500 (Fri, 12 Sep 2008) | 1 line

  Subclass exception
........
  r66431 | andrew.kuchling | 2008-09-12 20:56:56 -0500 (Fri, 12 Sep 2008) | 1 line

  Fix SyntaxError
........
  r66432 | andrew.kuchling | 2008-09-12 20:57:25 -0500 (Fri, 12 Sep 2008) | 1 line

  Update uses of string exceptions
........
  r66433 | andrew.kuchling | 2008-09-12 21:08:30 -0500 (Fri, 12 Sep 2008) | 1 line

  Use title case
........
  r66434 | andrew.kuchling | 2008-09-12 21:09:15 -0500 (Fri, 12 Sep 2008) | 1 line

  Remove extra 'the'; the following title includes it
........
  r66435 | andrew.kuchling | 2008-09-12 21:11:51 -0500 (Fri, 12 Sep 2008) | 1 line

  #3288: Document as_integer_ratio
........
  r66436 | andrew.kuchling | 2008-09-12 21:14:15 -0500 (Fri, 12 Sep 2008) | 1 line

  Use title case
........

16 years agoMerged revisions 66441 via svnmerge from
Martin v. Löwis [Sat, 13 Sep 2008 08:37:17 +0000 (08:37 +0000)]
Merged revisions 66441 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66441 | martin.v.loewis | 2008-09-13 10:36:22 +0200 (Sa, 13 Sep 2008) | 1 line

  Change product code of Win64 installer to allow simultaneous installation on Win32 and Win64; also change product name to be able to distinguish the two in ARP.
........

16 years agoMerged revisions 66439 via svnmerge from
Martin v. Löwis [Sat, 13 Sep 2008 08:14:01 +0000 (08:14 +0000)]
Merged revisions 66439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66439 | martin.v.loewis | 2008-09-13 10:11:57 +0200 (Sa, 13 Sep 2008) | 1 line

  Issue #3833: Use a different upgrade code for Win64 installers.
........

16 years agoBlocked revisions 66415-66416,66422 via svnmerge
Benjamin Peterson [Sat, 13 Sep 2008 02:14:49 +0000 (02:14 +0000)]
Blocked revisions 66415-66416,66422 via svnmerge

........
  r66415 | barry.warsaw | 2008-09-12 18:25:57 -0500 (Fri, 12 Sep 2008) | 1 line

  Bumping to 2.6rc1
........
  r66416 | barry.warsaw | 2008-09-12 18:35:48 -0500 (Fri, 12 Sep 2008) | 1 line

  Fix the release level
........
  r66422 | barry.warsaw | 2008-09-12 20:12:18 -0500 (Fri, 12 Sep 2008) | 1 line

  post release updates
........

16 years agoBlocked revisions 66390 via svnmerge
Amaury Forgeot d'Arc [Thu, 11 Sep 2008 21:06:24 +0000 (21:06 +0000)]
Blocked revisions 66390 via svnmerge

........
  r66390 | amaury.forgeotdarc | 2008-09-11 22:56:13 +0200 (jeu., 11 sept. 2008) | 4 lines

  #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts.

  Reviewed by Martin von Loewis.
........

16 years agomake lib2to3/main.py syntax py3k valid
Benjamin Peterson [Thu, 11 Sep 2008 21:05:25 +0000 (21:05 +0000)]
make lib2to3/main.py syntax py3k valid

16 years ago#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested...
Amaury Forgeot d'Arc [Thu, 11 Sep 2008 21:03:37 +0000 (21:03 +0000)]
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts.

Reviewed by Martin von Loewis.

16 years agoBlocked revisions 66386 via svnmerge (needs some fiddling to make it work in 3.0...
Nick Coghlan [Thu, 11 Sep 2008 13:59:53 +0000 (13:59 +0000)]
Blocked revisions 66386 via svnmerge (needs some fiddling to make it work in 3.0, will add a new patch to the tracker instead of merging)

........
  r66386 | nick.coghlan | 2008-09-11 22:11:06 +1000 (Thu, 11 Sep 2008) | 1 line

  Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
........

16 years agoMerged revisions 66383 via svnmerge from
Martin v. Löwis [Thu, 11 Sep 2008 06:55:48 +0000 (06:55 +0000)]
Merged revisions 66383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66383 | martin.v.loewis | 2008-09-11 08:53:30 +0200 (Do, 11 Sep 2008) | 3 lines

  Issue #3642: Suppress warning in obmalloc when size_t is
  larger than uint. Reverts r65975. Reviewed by Brett Cannon.
........

16 years agoCorrect a test_ctypes failure, caused by the removal of memoryview.size.
Amaury Forgeot d'Arc [Thu, 11 Sep 2008 00:26:17 +0000 (00:26 +0000)]
Correct a test_ctypes failure, caused by the removal of memoryview.size.

16 years agoThe Unicode database was updated to 5.1, and some characters have become printable.
Amaury Forgeot d'Arc [Wed, 10 Sep 2008 23:51:42 +0000 (23:51 +0000)]
The Unicode database was updated to 5.1, and some characters have become printable.
Change the tests and use another code point.

16 years agoMerged revisions 66379 via svnmerge from
Benjamin Peterson [Wed, 10 Sep 2008 22:37:34 +0000 (22:37 +0000)]
Merged revisions 66379 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66379 | benjamin.peterson | 2008-09-10 17:28:00 -0500 (Wed, 10 Sep 2008) | 1 line

  update asdl_c.py from r66377
........

16 years agoMerged revisions 66377 via svnmerge from
Amaury Forgeot d'Arc [Wed, 10 Sep 2008 22:24:24 +0000 (22:24 +0000)]
Merged revisions 66377 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66377 | amaury.forgeotdarc | 2008-09-11 00:04:45 +0200 (jeu., 11 sept. 2008) | 8 lines

  #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
  PyString_FromFormat which has an independent implementation, and uses "%zd".

  This makes a difference on win64, where printf needs "%Id" to display
  64bit values. For example, queue.__repr__ was incorrect.

  Reviewed by Martin von Loewis.
........

16 years agoMerged revisions 66337,66347,66350,66352,66358 via svnmerge from
Benjamin Peterson [Wed, 10 Sep 2008 21:57:34 +0000 (21:57 +0000)]
Merged revisions 66337,66347,66350,66352,66358 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66337 | vinay.sajip | 2008-09-09 08:42:08 -0500 (Tue, 09 Sep 2008) | 1 line

  Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
........
  r66347 | georg.brandl | 2008-09-09 14:26:00 -0500 (Tue, 09 Sep 2008) | 2 lines

  Fix varname in docstring. #3822.
........
  r66350 | georg.brandl | 2008-09-09 15:28:31 -0500 (Tue, 09 Sep 2008) | 2 lines

  #3472: update Mac-bundled Python version info.
........
  r66352 | benjamin.peterson | 2008-09-09 15:55:01 -0500 (Tue, 09 Sep 2008) | 4 lines

  Fix #3634 invalid return value from _weakref.ref(Exception).__init__

  Reviewers: Amaury, Antoine, Benjamin
........
  r66358 | benjamin.peterson | 2008-09-09 18:16:48 -0500 (Tue, 09 Sep 2008) | 1 line

  use the latest pygments version
........

16 years agokill memoryview.size in favor of len(view)
Benjamin Peterson [Wed, 10 Sep 2008 21:47:03 +0000 (21:47 +0000)]
kill memoryview.size in favor of len(view)

Reviewer: Antoine Pitrou #3827

16 years agomake use of shorter attribute access
Benjamin Peterson [Wed, 10 Sep 2008 21:38:31 +0000 (21:38 +0000)]
make use of shorter attribute access

16 years agoendow memoryview.tolist() with docs
Benjamin Peterson [Wed, 10 Sep 2008 21:31:58 +0000 (21:31 +0000)]
endow memoryview.tolist() with docs

16 years agoMerged revisions 66369 via svnmerge from
Martin v. Löwis [Wed, 10 Sep 2008 21:15:32 +0000 (21:15 +0000)]
Merged revisions 66369 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66369 | martin.v.loewis | 2008-09-10 21:16:35 +0200 (Mi, 10 Sep 2008) | 4 lines

  Read unidata_version from unicodedata module.
  Delete old NormalizationTest.txt if it doesn't match
  unidata_version.
........

16 years agofix sphinx warning
Benjamin Peterson [Wed, 10 Sep 2008 21:02:02 +0000 (21:02 +0000)]
fix sphinx warning

16 years agoMerged revisions 66367 via svnmerge from
Martin v. Löwis [Wed, 10 Sep 2008 18:54:20 +0000 (18:54 +0000)]
Merged revisions 66367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66367 | martin.v.loewis | 2008-09-10 20:43:49 +0200 (Mi, 10 Sep 2008) | 2 lines

  Update to test Unicode 5.1.
........

16 years agoIssue #3756: make re.escape() handle bytes as well as str.
Guido van Rossum [Wed, 10 Sep 2008 17:44:35 +0000 (17:44 +0000)]
Issue #3756: make re.escape() handle bytes as well as str.
Patch by Andrew McNamara, reviewed and tweaked by myself.

16 years agoMerged revisions 66364 via svnmerge from
Guido van Rossum [Wed, 10 Sep 2008 14:30:50 +0000 (14:30 +0000)]
Merged revisions 66364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66364 | guido.van.rossum | 2008-09-10 07:27:00 -0700 (Wed, 10 Sep 2008) | 3 lines

  Issue #3629: Fix sre "bytecode" validator for an end case.
  Reviewed by Amaury.
........

16 years agoMerged revisions 66362 via svnmerge from
Martin v. Löwis [Wed, 10 Sep 2008 14:08:48 +0000 (14:08 +0000)]
Merged revisions 66362 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66362 | martin.v.loewis | 2008-09-10 15:38:12 +0200 (Mi, 10 Sep 2008) | 3 lines

  Issue #3811: The Unicode database was updated to 5.1.
  Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
........

16 years agoSome typos.
Georg Brandl [Wed, 10 Sep 2008 07:14:18 +0000 (07:14 +0000)]
Some typos.

16 years agodocument the memoryview object a little
Benjamin Peterson [Tue, 9 Sep 2008 22:15:27 +0000 (22:15 +0000)]
document the memoryview object a little

16 years agoBlocked revisions 66181 via svnmerge
Benjamin Peterson [Tue, 9 Sep 2008 20:49:48 +0000 (20:49 +0000)]
Blocked revisions 66181 via svnmerge

........
  r66181 | marc-andre.lemburg | 2008-09-03 06:13:56 -0500 (Wed, 03 Sep 2008) | 4 lines

  Issue #2562: Fix distutils PKG-INFO writing logic to allow having
  non-ascii characters and Unicode in setup.py meta-data.
........

16 years ago#3803: fix docs for comparison of unequal types.
Georg Brandl [Tue, 9 Sep 2008 19:31:57 +0000 (19:31 +0000)]
#3803: fix docs for comparison of unequal types.

16 years agoFix formatter usage of filter(). Bug #3800.
Georg Brandl [Tue, 9 Sep 2008 19:31:25 +0000 (19:31 +0000)]
Fix formatter usage of filter(). Bug #3800.

16 years agoUpdate Pygments version used.
Georg Brandl [Tue, 9 Sep 2008 19:14:12 +0000 (19:14 +0000)]
Update Pygments version used.

16 years agoHighlight snippets as Python 3.
Georg Brandl [Tue, 9 Sep 2008 19:10:58 +0000 (19:10 +0000)]
Highlight snippets as Python 3.

16 years agoIssue #3812: Failed to build python if configure --without-threads.
Hirokazu Yamamoto [Tue, 9 Sep 2008 17:55:11 +0000 (17:55 +0000)]
Issue #3812: Failed to build python if configure --without-threads.

Removed itertools usage from Lib/traceback.py, because itertools
is extension module, so maybe unavailable on build process.
(Lib/_dummy_thread.py uses Lib/traceback.py)

Reviewed by Amaury Forgeot d'Arc.

16 years agoAdded News for r66338
Hirokazu Yamamoto [Tue, 9 Sep 2008 14:01:25 +0000 (14:01 +0000)]
Added News for r66338

16 years agoIssue #3813: cannot lanch python.exe via symbolic link on cygwin.
Hirokazu Yamamoto [Tue, 9 Sep 2008 13:56:11 +0000 (13:56 +0000)]
Issue #3813: cannot lanch python.exe via symbolic link on cygwin.
readlink(2) can return non-null-terminated string.
Reviewed by Amaury Forgeot d'Arc.

16 years agoBlocked revisions 66316,66319 via svnmerge
Hirokazu Yamamoto [Tue, 9 Sep 2008 07:50:07 +0000 (07:50 +0000)]
Blocked revisions 66316,66319 via svnmerge

........
  r66316 | hirokazu.yamamoto | 2008-09-09 08:03:47 +0900 | 2 lines

  Issue #3804: Added test for Issue #2222.
  Reviewed by Benjamin Peterson.
........
  r66319 | hirokazu.yamamoto | 2008-09-09 08:38:42 +0900 | 2 lines

  Issue #3806: LockTests in test_imp should be skipped when thread is not available.
  Reviewed by Benjamin Peterson.
........

16 years agoBlocked revisions 66332 via svnmerge
Amaury Forgeot d'Arc [Tue, 9 Sep 2008 07:39:41 +0000 (07:39 +0000)]
Blocked revisions 66332 via svnmerge

........
  r66332 | amaury.forgeotdarc | 2008-09-09 09:24:30 +0200 (mar., 09 sept. 2008) | 6 lines

  #3777: long(4.2) returned an int, and broke backward compatibility.
  the __long__ slot is allowed to return either int or long, but the behaviour of
  float objects should not change between 2.5 and 2.6.

  Reviewed by Benjamin Peterson
........

16 years agoIssue #3806: LockTests in test_imp should be skipped when thread is not available.
Hirokazu Yamamoto [Tue, 9 Sep 2008 07:33:27 +0000 (07:33 +0000)]
Issue #3806: LockTests in test_imp should be skipped when thread is not available.
Reviewed by Benjamin Peterson.

16 years agoRevert r33661, which broke all buildbots.
Amaury Forgeot d'Arc [Tue, 9 Sep 2008 07:28:22 +0000 (07:28 +0000)]
Revert r33661, which broke all buildbots.

16 years ago#3705: Fix crash when given a non-ascii value on the command line for the "-c" and...
Amaury Forgeot d'Arc [Tue, 9 Sep 2008 07:04:36 +0000 (07:04 +0000)]
#3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters
Second part, for Windows.

Reviewed by Antoine Pitrou

16 years ago#3791: Remove bsddb from the Windows msi installer,
Amaury Forgeot d'Arc [Tue, 9 Sep 2008 06:42:00 +0000 (06:42 +0000)]
#3791: Remove bsddb from the Windows msi installer,
And do not compile the core bsddb library.

Reviewed by Martin von Loewis.

16 years agoAdded a warning filter to don't show the warning during
Facundo Batista [Tue, 9 Sep 2008 02:43:19 +0000 (02:43 +0000)]
Added a warning filter to don't show the warning during
the tests. Also fixed the warning message in cgi.py

16 years agoMerged revisions 66321 via svnmerge from
Brett Cannon [Tue, 9 Sep 2008 01:52:27 +0000 (01:52 +0000)]
Merged revisions 66321 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66321 | brett.cannon | 2008-09-08 17:49:16 -0700 (Mon, 08 Sep 2008) | 7 lines

  warnings.catch_warnings() now returns a list or None instead of the custom
  WarningsRecorder object. This makes the API simpler to use as no special object
  must be learned.

  Closes issue 3781.
  Review by Benjamin Peterson.
........

16 years agoIssue #3804: Added test for Issue #2222.
Hirokazu Yamamoto [Mon, 8 Sep 2008 23:41:21 +0000 (23:41 +0000)]
Issue #3804: Added test for Issue #2222.
Reviewed by Benjamin Peterson.

16 years agoMerged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246...
Benjamin Peterson [Mon, 8 Sep 2008 23:05:23 +0000 (23:05 +0000)]
Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66141 | gregory.p.smith | 2008-09-02 00:29:51 -0500 (Tue, 02 Sep 2008) | 3 lines

  Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
  library targets in the Makefile.
........
  r66145 | marc-andre.lemburg | 2008-09-02 05:32:34 -0500 (Tue, 02 Sep 2008) | 5 lines

  Add quotes around the file name to avoid issues with spaces.

  Closes #3719.
........
  r66150 | marc-andre.lemburg | 2008-09-02 07:11:19 -0500 (Tue, 02 Sep 2008) | 3 lines

  Add news item for #3719.
........
  r66180 | vinay.sajip | 2008-09-03 04:20:05 -0500 (Wed, 03 Sep 2008) | 1 line

  Issue #3726: Allowed spaces in separators in logging configuration files.
........
  r66211 | vinay.sajip | 2008-09-04 02:31:21 -0500 (Thu, 04 Sep 2008) | 1 line

  Issue #3772: Fixed regression problem in StreamHandler.emit().
........
  r66217 | andrew.kuchling | 2008-09-04 08:26:24 -0500 (Thu, 04 Sep 2008) | 1 line

  #3671: various corrections and markup fixes noted by Kent Johnson
........
  r66219 | hirokazu.yamamoto | 2008-09-04 09:25:30 -0500 (Thu, 04 Sep 2008) | 1 line

  Added NEWS
........
  r66226 | benjamin.peterson | 2008-09-04 18:31:27 -0500 (Thu, 04 Sep 2008) | 1 line

  flesh out the documentation on using 2to3
........
  r66231 | andrew.kuchling | 2008-09-05 10:15:56 -0500 (Fri, 05 Sep 2008) | 1 line

  #3671: Typo fix
........
  r66244 | jesse.noller | 2008-09-05 20:20:11 -0500 (Fri, 05 Sep 2008) | 2 lines

  Fix typo in multiprocessing doc, cancel_join_thread was missing _thread
........
  r66246 | benjamin.peterson | 2008-09-05 22:00:00 -0500 (Fri, 05 Sep 2008) | 1 line

  actually tell the name of the flag to use
........
  r66249 | andrew.kuchling | 2008-09-06 07:50:05 -0500 (Sat, 06 Sep 2008) | 1 line

  Various corrections
........
  r66250 | andrew.kuchling | 2008-09-06 08:04:02 -0500 (Sat, 06 Sep 2008) | 1 line

  #3040: include 'dest' argument in example; trim some trailing whitespace
........
  r66264 | benjamin.peterson | 2008-09-06 14:42:39 -0500 (Sat, 06 Sep 2008) | 1 line

  docs are pretty good about new-style classes these days
........
  r66268 | andrew.kuchling | 2008-09-06 15:28:01 -0500 (Sat, 06 Sep 2008) | 1 line

  #3669 from Robert Lehmann: simplify use of iterator in example
........
  r66272 | andrew.kuchling | 2008-09-06 16:26:02 -0500 (Sat, 06 Sep 2008) | 1 line

  #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes
........
  r66294 | georg.brandl | 2008-09-07 12:00:17 -0500 (Sun, 07 Sep 2008) | 2 lines

  Add a new howto about Python and the web, by Marek Kubica.
........
  r66306 | mark.summerfield | 2008-09-08 09:45:37 -0500 (Mon, 08 Sep 2008) | 3 lines

  Added xrefs to each other.
........

16 years agoBlocked revisions 66142 via svnmerge
Benjamin Peterson [Mon, 8 Sep 2008 22:09:39 +0000 (22:09 +0000)]
Blocked revisions 66142 via svnmerge

........
  r66142 | gregory.p.smith | 2008-09-02 00:36:11 -0500 (Tue, 02 Sep 2008) | 3 lines

  Issue #3708: os.urandom no longer goes into an infinite loop when passed a
  non-integer floating point number.
........

16 years agoBlocked revisions 66281-66282,66301,66310 via svnmerge
Benjamin Peterson [Mon, 8 Sep 2008 21:56:45 +0000 (21:56 +0000)]
Blocked revisions 66281-66282,66301,66310 via svnmerge

........
  r66281 | josiah.carlson | 2008-09-06 22:53:58 -0500 (Sat, 06 Sep 2008) | 3 lines

  This fixes a small inconsistency between trunk and 3.0, closing bug 3764.
........
  r66282 | josiah.carlson | 2008-09-06 23:37:10 -0500 (Sat, 06 Sep 2008) | 3 lines

  undoing change that broke trunk.  Need to find a better solution to this.
........
  r66301 | facundo.batista | 2008-09-07 19:20:28 -0500 (Sun, 07 Sep 2008) | 4 lines

  Issue 3801.  Fixing a dumb error in the deprecated parse_qsl()
  function.  Tests added.
........
  r66310 | bill.janssen | 2008-09-08 11:37:24 -0500 (Mon, 08 Sep 2008) | 1 line

  incorporate fixes from issue 3162; SSL doc patch
........

16 years agomention that bsddb3 can be gotten as a third party addon
Benjamin Peterson [Mon, 8 Sep 2008 21:35:37 +0000 (21:35 +0000)]
mention that bsddb3 can be gotten as a third party addon

16 years agofixes from issue 3162 for SSL module
Bill Janssen [Mon, 8 Sep 2008 16:45:19 +0000 (16:45 +0000)]
fixes from issue 3162 for SSL module

16 years agoAdd 3.0b3 uuid
Martin v. Löwis [Mon, 8 Sep 2008 16:30:35 +0000 (16:30 +0000)]
Add 3.0b3 uuid

16 years agoMerged revisions 66304-66305,66307 via svnmerge from
Martin v. Löwis [Mon, 8 Sep 2008 16:27:54 +0000 (16:27 +0000)]
Merged revisions 66304-66305,66307 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66304 | martin.v.loewis | 2008-09-08 14:02:45 +0200 (Mo, 08 Sep 2008) | 2 lines

  Allow passing the MSI file name to merge.py.
........
  r66305 | martin.v.loewis | 2008-09-08 15:50:10 +0200 (Mo, 08 Sep 2008) | 3 lines

  Issue #2271: Set SecureCustomProperties so that installation will properly
  use the TARGETDIR even for unprivileged users.
........
  r66307 | martin.v.loewis | 2008-09-08 18:15:38 +0200 (Mo, 08 Sep 2008) | 1 line

  Add UUIDs for upcoming releases
........

16 years agoremove some more bsddb references
Benjamin Peterson [Mon, 8 Sep 2008 02:49:30 +0000 (02:49 +0000)]
remove some more bsddb references

16 years agoAdded sanity checks for the deprecated parse_qs() and
Facundo Batista [Mon, 8 Sep 2008 00:23:29 +0000 (00:23 +0000)]
Added sanity checks for the deprecated parse_qs() and
parse_qsl() functions in cgi module.

16 years agoreran autoconf
Gregory P. Smith [Sun, 7 Sep 2008 19:24:00 +0000 (19:24 +0000)]
reran autoconf

16 years agoMerged revision 66295 via svnmerge from
Gregory P. Smith [Sun, 7 Sep 2008 19:23:19 +0000 (19:23 +0000)]
Merged revision 66295 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66295 | gregory.p.smith | 2008-09-07 12:18:16 -0700 (Sun, 07 Sep 2008)

  bugfix to r66283 (see issue #1204).
........

16 years agodescribe the change merged in r66285
Gregory P. Smith [Sun, 7 Sep 2008 06:29:10 +0000 (06:29 +0000)]
describe the change merged in r66285

16 years agoblock 66284 from being merged; i reran autoconf to regenerate
Gregory P. Smith [Sun, 7 Sep 2008 06:27:24 +0000 (06:27 +0000)]
block 66284 from being merged; i reran autoconf to regenerate
configure and included that in 66285.

16 years agoMerged revisions 66179,66283 via svnmerge from
Gregory P. Smith [Sun, 7 Sep 2008 06:24:49 +0000 (06:24 +0000)]
Merged revisions 66179,66283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66179 | gregory.p.smith | 2008-09-02 22:57:48 -0700 (Tue, 02 Sep 2008)

  Fix issue 3645: OpenBSD required -lcurses when linking with readline
  to get the correct completion_matches function to avoid crashes on
  x86_64 (amd64).
........
  r66283 | gregory.p.smith | 2008-09-06 22:15:18 -0700 (Sat, 06 Sep 2008)

  - Issue #1204: The configure script now tests for additional libraries
    that may be required when linking against readline.  This fixes issues
    with x86_64 builds on some platforms (at least a few Linux flavors as
    well as OpenBSD/amd64).
........

16 years agoMerged revisions 66277 via svnmerge from
Benjamin Peterson [Sat, 6 Sep 2008 23:33:21 +0000 (23:33 +0000)]
Merged revisions 66277 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66277 | benjamin.peterson | 2008-09-06 18:19:15 -0500 (Sat, 06 Sep 2008) | 1 line

  fix missing module
........

16 years agoBlocked revisions 66275 via svnmerge
Antoine Pitrou [Sat, 6 Sep 2008 23:06:41 +0000 (23:06 +0000)]
Blocked revisions 66275 via svnmerge

........
  r66275 | antoine.pitrou | 2008-09-07 01:04:32 +0200 (dim., 07 sept. 2008) | 3 lines

  Backport relevant part of r66274 (in issue #874900).
........

16 years agoIssue #874900: fix behaviour of threading module after a fork.
Antoine Pitrou [Sat, 6 Sep 2008 23:00:03 +0000 (23:00 +0000)]
Issue #874900: fix behaviour of threading module after a fork.

Reviewed by Gregory P. Smith.