]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 87027 via svnmerge from
R. David Murray [Sat, 18 Dec 2010 19:43:05 +0000 (19:43 +0000)]
Merged revisions 87027 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87027 | gregory.p.smith | 2010-12-04 06:36:58 -0500 (Sat, 04 Dec 2010) | 3 lines

  issue10622: fix superflous scrollbar on the right side of <pre> boxes in the
  generated html docs.  visible in chrome, possibly other webkit browsers.
........

14 years agoBlocked revisions 87384 via svnmerge
R. David Murray [Sat, 18 Dec 2010 18:32:28 +0000 (18:32 +0000)]
Blocked revisions 87384 via svnmerge

........
  r87384 | r.david.murray | 2010-12-18 13:25:38 -0500 (Sat, 18 Dec 2010) | 12 lines

  #9286: Fix the rfc822 parser to preserve whitespace in address local part.

  Such addresses are not RFC compliant except under the 'obsolete syntax'
  rules, but before this fix the whitespace was dropped from the input,
  concatenating the pieces.  That breaks one of the principles of the
  email package, that of preserving the input as much as possible.
  It also denies the application program the opportunity to apply its
  own heuristics to interpretation of such non-compliant addresses.

  It is possible users of the email package were depending on the local
  part always being a single token, so this fix will not be backported.
........

14 years agoMerged revisions 87373,87381 via svnmerge from
Antoine Pitrou [Sat, 18 Dec 2010 18:18:21 +0000 (18:18 +0000)]
Merged revisions 87373,87381 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

BaseHTTPServer isn't fixed, this would require too much refactoring.

........
  r87373 | senthil.kumaran | 2010-12-18 17:55:23 +0100 (sam., 18 déc. 2010) | 3 lines

  Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou
........
  r87381 | antoine.pitrou | 2010-12-18 18:59:18 +0100 (sam., 18 déc. 2010) | 3 lines

  NEWS entry for r87373
........

14 years agoMerged revisions 87377 via svnmerge from
Ezio Melotti [Sat, 18 Dec 2010 17:58:29 +0000 (17:58 +0000)]
Merged revisions 87377 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87377 | ezio.melotti | 2010-12-18 18:31:58 +0100 (Sat, 18 Dec 2010) | 1 line

  Use lowercase true/false in assertTrue/assertFalse messages.
........

14 years agoMerged revisions 87374 via svnmerge from
R. David Murray [Sat, 18 Dec 2010 17:22:18 +0000 (17:22 +0000)]
Merged revisions 87374 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87374 | r.david.murray | 2010-12-18 12:19:10 -0500 (Sat, 18 Dec 2010) | 8 lines

  #10404: Use ctl-button-1 for context menus on OSX Idle.

  This provides access to the context menus where they previously could
  not be accessed due to the way OSX Tk binds buttons.  It also
  improves platform consistency.

  Patch by Ned Deily.
........

14 years agoBlocked revisions 87368 via svnmerge
Ezio Melotti [Sat, 18 Dec 2010 15:05:50 +0000 (15:05 +0000)]
Blocked revisions 87368 via svnmerge

........
  r87368 | ezio.melotti | 2010-12-18 15:59:43 +0100 (Sat, 18 Dec 2010) | 1 line

  #5587: add a repr to dict_proxy objects.  Patch by David Stanek and Daniel Urban.
........

14 years agoMerged revisions 87356 via svnmerge from
R. David Murray [Sat, 18 Dec 2010 03:52:09 +0000 (03:52 +0000)]
Merged revisions 87356 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87356 | r.david.murray | 2010-12-17 22:48:32 -0500 (Fri, 17 Dec 2010) | 11 lines

  #9907: call rl_initialize early when using editline on OSX

  editline rl_initialize apparently discards any mappings done before it
  is called, which makes tab revert to file completion instead of inserting
  a tab.  So now on OSX we call rl_initialize first if we are using
  readline, and then re-read the users .editrc (if any) afterward so they
  can still override our defaults.

  Patch by Ned Deily, modified by Ronald Oussoren.
........

14 years agoRevert doc patch committed to the wrong branch: "Issue 2690: Doc fixup. xrange...
Daniel Stutzbach [Fri, 17 Dec 2010 21:20:55 +0000 (21:20 +0000)]
Revert doc patch committed to the wrong branch: "Issue 2690:  Doc fixup.  xrange() objects are slicable."

14 years agoMerged revisions 87341 via svnmerge from
Antoine Pitrou [Fri, 17 Dec 2010 17:45:12 +0000 (17:45 +0000)]
Merged revisions 87341 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87341 | antoine.pitrou | 2010-12-17 18:42:16 +0100 (ven., 17 déc. 2010) | 4 lines

  Issue #4188: Avoid creating dummy thread objects when logging operations
  from the threading module (with the internal verbose flag activated).
........

14 years agoMerged revisions 87329 via svnmerge from
Senthil Kumaran [Fri, 17 Dec 2010 04:56:02 +0000 (04:56 +0000)]
Merged revisions 87329 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87329 | senthil.kumaran | 2010-12-17 12:48:45 +0800 (Fri, 17 Dec 2010) | 3 lines

  Fix Issue9721 - urljoin behavior when the relative url starts with ';'
........

14 years agoBlocked revisions 87324 via svnmerge
R. David Murray [Thu, 16 Dec 2010 19:15:41 +0000 (19:15 +0000)]
Blocked revisions 87324 via svnmerge

The risk of breakage (since the tests aren't backported) seems higher
than the benefit for a point release, since this is not a semantic
change.

........
  r87324 | r.david.murray | 2010-12-16 14:08:51 -0500 (Thu, 16 Dec 2010) | 9 lines

  #10719: restore messages generated on invalid compileall args

  Before the introduction of filename arguments to compileall it gave semi useful
  messages about not being able to 'list' names that weren't valid directories.
  This fix restores that behavior.  In addition to the test for this case, the
  patch also adds a test for the default behavior of compileall when no arguments
  are provided, and fixes a bug in one of the previously added tests.
........

14 years agosvnmerge fooled me. That test class already existed.
Antoine Pitrou [Thu, 16 Dec 2010 17:18:49 +0000 (17:18 +0000)]
svnmerge fooled me. That test class already existed.

14 years agoMerged revisions 87317 via svnmerge from
Antoine Pitrou [Thu, 16 Dec 2010 17:11:34 +0000 (17:11 +0000)]
Merged revisions 87317 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines

  Issue #10714: Limit length of incoming request in http.server to 65536 bytes
  for security reasons.  Initial patch by Ross Lagerwall.
........

(also backported some tests)

14 years agoBlocked revisions 87312 via svnmerge
Éric Araujo [Thu, 16 Dec 2010 06:31:14 +0000 (06:31 +0000)]
Blocked revisions 87312 via svnmerge

........
  r87312 | eric.araujo | 2010-12-16 07:28:48 +0100 (jeu., 16 déc. 2010) | 2 lines

  Add missing docs and directives related to PEP 3147 and byte-compilation
........

14 years agoAdd missing doc from r79533
Éric Araujo [Thu, 16 Dec 2010 06:25:57 +0000 (06:25 +0000)]
Add missing doc from r79533

14 years agoAdd doc for compileall.compile_file
Éric Araujo [Thu, 16 Dec 2010 06:15:02 +0000 (06:15 +0000)]
Add doc for compileall.compile_file

14 years agoMerged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from
Éric Araujo [Thu, 16 Dec 2010 03:53:53 +0000 (03:53 +0000)]
Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86521 | eric.araujo | 2010-11-18 17:38:46 +0100 (jeu., 18 nov. 2010) | 17 lines

  Fix usage of :option: in the docs (#9312).

  :option: is used to create a link to an option of python, not to mark
  up any instance of any arbitrary command-line option.  These were
  changed to ````.

  For modules which do have a command-line interface, lists of options
  have been properly marked up with the program/cmdoption directives
  combo.  Options defined in such blocks can be linked to with :option:
  later in the same file, they won’t link to an option of python.

  Finally, the markup of command-line fragments in optparse.rst has
  been cleaned to use ``x`` instead of ``"x"``, keeping that latter
  form for actual Python strings.

  Patch by Eli Bendersky and Éric Araujo.
........
  r86632 | eric.araujo | 2010-11-21 04:09:17 +0100 (dim., 21 nov. 2010) | 2 lines

  Style edits in followup to r86521 (#9312)
........
  r86823 | eric.araujo | 2010-11-27 00:31:07 +0100 (sam., 27 nov. 2010) | 2 lines

  Use link-generating markup (see #9312)
........
  r86824 | eric.araujo | 2010-11-27 00:46:18 +0100 (sam., 27 nov. 2010) | 2 lines

  Rewrap long lines + minor edits
........
  r87294 | eric.araujo | 2010-12-16 01:07:01 +0100 (jeu., 16 déc. 2010) | 2 lines

  No need to generate a link for something that’s just above.
........
  r87296 | eric.araujo | 2010-12-16 01:23:30 +0100 (jeu., 16 déc. 2010) | 2 lines

  Advertise “python -m” instead of direct filename.
........
  r87300 | eric.araujo | 2010-12-16 02:40:26 +0100 (jeu., 16 déc. 2010) | 2 lines

  Advertise “python -m test” over test.regrtest (r87296 followup)
........
  r87302 | eric.araujo | 2010-12-16 03:10:11 +0100 (jeu., 16 déc. 2010) | 2 lines

  Add versionadded directive missing from r78983.
........

14 years agoMerged revisions 87289 via svnmerge from
Éric Araujo [Wed, 15 Dec 2010 22:39:29 +0000 (22:39 +0000)]
Merged revisions 87289 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87289 | eric.araujo | 2010-12-15 23:37:27 +0100 (mer., 15 déc. 2010) | 2 lines

  Mark up one missed None in pkgutil.rst (#8851)
........

14 years agoMerged revisions 87283 via svnmerge from
Éric Araujo [Wed, 15 Dec 2010 22:20:15 +0000 (22:20 +0000)]
Merged revisions 87283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87283 | eric.araujo | 2010-12-15 23:06:35 +0100 (mer., 15 déc. 2010) | 2 lines

  Add disclaimer about MinGW compat in distutils docs (#6007).  Patch by Chris Lambacher.
........

14 years agoMerged revisions 87280 via svnmerge from
Éric Araujo [Wed, 15 Dec 2010 21:15:25 +0000 (21:15 +0000)]
Merged revisions 87280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87280 | eric.araujo | 2010-12-15 22:07:22 +0100 (mer., 15 déc. 2010) | 2 lines

  Fix build_ext with VS 8.0.  Patch by Hirokazu Yamamoto (#9558).
........

14 years agoMerged revisions 87277 via svnmerge from
Éric Araujo [Wed, 15 Dec 2010 20:33:50 +0000 (20:33 +0000)]
Merged revisions 87277 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87277 | eric.araujo | 2010-12-15 21:26:30 +0100 (mer., 15 déc. 2010) | 2 lines

  Fix wrong name in docstring and doc (#10693).  Original patch by Eli Benderski.
........

14 years agoMerged revisions 87251 via svnmerge from
R. David Murray [Wed, 15 Dec 2010 01:36:03 +0000 (01:36 +0000)]
Merged revisions 87251 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87251 | r.david.murray | 2010-12-14 18:06:25 -0500 (Tue, 14 Dec 2010) | 4 lines

  #4236: avoid possible Fatal Error when import is called from __del__

  Patch by Simon Cross, crasher test code by Martin von Löwis.
........

14 years agoBlocked revisions 87248 via svnmerge
R. David Murray [Tue, 14 Dec 2010 22:35:07 +0000 (22:35 +0000)]
Blocked revisions 87248 via svnmerge

........
  r87248 | r.david.murray | 2010-12-14 17:32:50 -0500 (Tue, 14 Dec 2010) | 2 lines

  More comprehensive compileall cli tests, and fixes.
........

14 years agoSIGCHLD is a more portable name than SIGCLD (OSX has no SIGCLD).
Gregory P. Smith [Tue, 14 Dec 2010 18:21:59 +0000 (18:21 +0000)]
SIGCHLD is a more portable name than SIGCLD (OSX has no SIGCLD).

14 years agoMerged revisions 87238 via svnmerge from
R. David Murray [Tue, 14 Dec 2010 16:26:30 +0000 (16:26 +0000)]
Merged revisions 87238 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87238 | r.david.murray | 2010-12-14 11:20:53 -0500 (Tue, 14 Dec 2010) | 7 lines

  #775964: skip YP/NIS entries instead of failing the test

  Also includes doc updates mentioning that these entries may not
  be retrievable via getgrnam and getgrgid.

  Patch by Bobby Impollonia.
........

14 years agoMerged revisions 87233 via svnmerge from
Gregory P. Smith [Tue, 14 Dec 2010 15:02:53 +0000 (15:02 +0000)]
Merged revisions 87233 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87233 | gregory.p.smith | 2010-12-14 06:38:00 -0800 (Tue, 14 Dec 2010) | 4 lines

  Issue #1731717: Fixed the problem where subprocess.wait() could cause an
  OSError exception when The OS had been told to ignore SIGCLD in our process
  or otherwise not wait for exiting child processes.
........

14 years agoMerged revisions 87230 via svnmerge from
R. David Murray [Tue, 14 Dec 2010 14:34:16 +0000 (14:34 +0000)]
Merged revisions 87230 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87230 | r.david.murray | 2010-12-14 09:16:20 -0500 (Tue, 14 Dec 2010) | 7 lines

  #10695: use %s not %d so that a string 'port' does not cause a debug traceback

  Passing the port as a string value works fine in regular mode, but
  if you turned debug on it would throw an error trying to print the
  port number, which is surprising and confusing.
........

14 years agoMerged revisions 87225 via svnmerge from
R. David Murray [Tue, 14 Dec 2010 01:42:40 +0000 (01:42 +0000)]
Merged revisions 87225 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines

  9162: fix license in multiprocessing files
........

14 years agoMerged revisions 87222 via svnmerge from
R. David Murray [Tue, 14 Dec 2010 01:28:59 +0000 (01:28 +0000)]
Merged revisions 87222 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87222 | r.david.murray | 2010-12-13 20:22:50 -0500 (Mon, 13 Dec 2010) | 2 lines

  Use skipIf instead of a return when attribute doesn't exist.
........

14 years agoBlocked revisions 87217 via svnmerge
R. David Murray [Tue, 14 Dec 2010 00:36:31 +0000 (00:36 +0000)]
Blocked revisions 87217 via svnmerge

........
  r87217 | r.david.murray | 2010-12-13 18:51:19 -0500 (Mon, 13 Dec 2010) | 5 lines

  #1078919: make add_header automatically do RFC2231 encoding when needed.

  Also document the use of three-tuples if control of the charset
  and language is desired.
........

14 years ago#1078919: document requirement to use triples for non-ascii add_header parms.
R. David Murray [Tue, 14 Dec 2010 00:29:27 +0000 (00:29 +0000)]
#1078919: document requirement to use triples for non-ascii add_header parms.

14 years agoMerged revisions 87191 via svnmerge from
R. David Murray [Sun, 12 Dec 2010 20:32:19 +0000 (20:32 +0000)]
Merged revisions 87191 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87191 | r.david.murray | 2010-12-12 15:06:19 -0500 (Sun, 12 Dec 2010) | 6 lines

  #243654: only create a new MIME boundary if we don't already have one.

  The rearranged code should do exactly what the old code did, but
  the new code avoids a potentially costly re computation in the case
  where a boundary already exists.
........

14 years ago#10676: fix bad wording in parallel with the lang ref.
Georg Brandl [Sat, 11 Dec 2010 08:10:37 +0000 (08:10 +0000)]
#10676: fix bad wording in parallel with the lang ref.

14 years agoregenerate symbol.py
Benjamin Peterson [Sat, 11 Dec 2010 04:38:24 +0000 (04:38 +0000)]
regenerate symbol.py

14 years agoremove dictmaker rule; it's unused
Benjamin Peterson [Sat, 11 Dec 2010 04:25:57 +0000 (04:25 +0000)]
remove dictmaker rule; it's unused

14 years agoBlocked revisions 85087,85178 via svnmerge
R. David Murray [Sat, 11 Dec 2010 02:29:48 +0000 (02:29 +0000)]
Blocked revisions 85087,85178 via svnmerge

........
  r85087 | r.david.murray | 2010-09-28 21:22:20 -0400 (Tue, 28 Sep 2010) | 2 lines

  Have test_sqlite print version info when run in verbose mode.
........
  r85178 | r.david.murray | 2010-10-02 09:29:13 -0400 (Sat, 02 Oct 2010) | 2 lines

  Make the printing of sqlite version in verbose mode work with regrtest -w.
........

14 years agoMerged revisions 85678 via svnmerge from
R. David Murray [Sat, 11 Dec 2010 02:13:04 +0000 (02:13 +0000)]
Merged revisions 85678 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85678 | r.david.murray | 2010-10-17 21:14:06 -0400 (Sun, 17 Oct 2010) | 5 lines

  #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.

  Patch by Sébastien Sablé.  This solves a test_mmap failure on AIX.
........

14 years agoIssue 2690: Doc fixup. xrange() objects are slicable.
Raymond Hettinger [Sat, 11 Dec 2010 00:41:02 +0000 (00:41 +0000)]
Issue 2690:  Doc fixup.  xrange() objects are slicable.

14 years ago#10658: Fix link.
Georg Brandl [Thu, 9 Dec 2010 12:13:38 +0000 (12:13 +0000)]
#10658: Fix link.

14 years agoMerged revisions 87140 via svnmerge from
Hirokazu Yamamoto [Thu, 9 Dec 2010 12:12:42 +0000 (12:12 +0000)]
Merged revisions 87140 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87140 | hirokazu.yamamoto | 2010-12-09 19:49:00 +0900 (木, 09 12 2010) | 2 lines

  Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher)
........

14 years agoMerged revisions 85071-85072,85894,87132 via svnmerge from
Hirokazu Yamamoto [Thu, 9 Dec 2010 08:01:18 +0000 (08:01 +0000)]
Merged revisions 85071-85072,85894,87132 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line

  Now perl path with spaces can be used.
........
  r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line

  Updated PC/VC6 openssl build script. (for openssl-1.0.0a)
........
  r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line

  Updated readme.txt about OpenSSL.
........
  r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines

  Mention NASM which is needed to build openssl-1.0.0a original source.
  (PC/VC6/readme.txt)
........

14 years agoFix for issue #10406: enable Rstrip extension on OSX
Ronald Oussoren [Tue, 7 Dec 2010 16:13:17 +0000 (16:13 +0000)]
Fix for issue #10406: enable Rstrip extension on OSX

Without this patch the Rstrip extension for IDLE is not enabled on OSX,
while it is enabled on other platforms.

Patch by Ned Deily.

14 years agoMerged revisions 87119 via svnmerge from
Ronald Oussoren [Tue, 7 Dec 2010 16:02:59 +0000 (16:02 +0000)]
Merged revisions 87119 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87119 | ronald.oussoren | 2010-12-07 16:28:10 +0100 (Tue, 07 Dec 2010) | 2 lines

  Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting.
........

14 years agoFix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib.
Senthil Kumaran [Tue, 7 Dec 2010 07:10:04 +0000 (07:10 +0000)]
Fix Issue8194  - Fix incompatible API change in the parse_respones for xmlrpclib.

14 years agoBlocked revisions 85674 via svnmerge
R. David Murray [Mon, 6 Dec 2010 18:53:47 +0000 (18:53 +0000)]
Blocked revisions 85674 via svnmerge

........
  r85674 | r.david.murray | 2010-10-17 19:12:16 -0400 (Sun, 17 Oct 2010) | 2 lines

  Tighten up 'byte string' wording in base64 docs.
........

14 years agoMerged revisions 85146 via svnmerge from
R. David Murray [Mon, 6 Dec 2010 18:48:31 +0000 (18:48 +0000)]
Merged revisions 85146 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85146 | r.david.murray | 2010-10-01 16:38:33 -0400 (Fri, 01 Oct 2010) | 3 lines

  Fix docstring typo.
........

14 years agoMerged revisions 85130 via svnmerge from
R. David Murray [Mon, 6 Dec 2010 18:45:46 +0000 (18:45 +0000)]
Merged revisions 85130 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85130 | r.david.murray | 2010-09-30 22:08:02 -0400 (Thu, 30 Sep 2010) | 2 lines

  Fix a couple spelling errors in comments and delete redundant __len__ def.
........

14 years agoAdd missing label.
Georg Brandl [Sat, 4 Dec 2010 19:02:20 +0000 (19:02 +0000)]
Add missing label.

14 years agoMerged revisions 85086 via svnmerge from
R. David Murray [Sat, 4 Dec 2010 17:24:46 +0000 (17:24 +0000)]
Merged revisions 85086 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85086 | r.david.murray | 2010-09-28 21:08:05 -0400 (Tue, 28 Sep 2010) | 4 lines

  #7110: have regrtest print test failures and tracebacks to stderr not stdout.

  Patch by Sandro Tosi.
........

14 years agoMerged revisions 87032 via svnmerge from
Mark Dickinson [Sat, 4 Dec 2010 12:30:41 +0000 (12:30 +0000)]
Merged revisions 87032 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87032 | mark.dickinson | 2010-12-04 12:25:30 +0000 (Sat, 04 Dec 2010) | 3 lines

  Issue #10596: Fix float.__mod__ to have the same behaviour as
  float.__divmod__ with respect to signed zeros.
........

14 years agoMerged revisions 87014 via svnmerge from
Senthil Kumaran [Sat, 4 Dec 2010 09:58:29 +0000 (09:58 +0000)]
Merged revisions 87014 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87014 | senthil.kumaran | 2010-12-04 17:44:30 +0800 (Sat, 04 Dec 2010) | 3 lines

  Add the NEWS entry for issue7904
........

14 years agoMerged revisions 85551,86156-86157,86464 via svnmerge from
Benjamin Peterson [Sat, 4 Dec 2010 02:18:58 +0000 (02:18 +0000)]
Merged revisions 85551,86156-86157,86464 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r85551 | benjamin.peterson | 2010-10-15 16:57:29 -0500 (Fri, 15 Oct 2010) | 1 line

  escape() is now in the html module
........
  r86156 | georg.brandl | 2010-11-04 03:34:57 -0500 (Thu, 04 Nov 2010) | 1 line

  Consistency fixes in option parser help texts.
........
  r86157 | georg.brandl | 2010-11-04 03:35:30 -0500 (Thu, 04 Nov 2010) | 1 line

  #10286: fix urllib class names.
........
  r86464 | benjamin.peterson | 2010-11-14 09:28:52 -0600 (Sun, 14 Nov 2010) | 1 line

  match only .py files #10416
........

14 years agoMerged revisions 86981,86984 via svnmerge from
Antoine Pitrou [Fri, 3 Dec 2010 19:31:52 +0000 (19:31 +0000)]
Merged revisions 86981,86984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86981 | antoine.pitrou | 2010-12-03 19:41:39 +0100 (ven., 03 déc. 2010) | 5 lines

  Issue #10478: Reentrant calls inside buffered IO objects (for example by
  way of a signal handler) now raise a RuntimeError instead of freezing the
  current process.
........
  r86984 | antoine.pitrou | 2010-12-03 20:14:17 +0100 (ven., 03 déc. 2010) | 3 lines

  Add an "advanced topics" section to the io doc.
........

14 years agoMerged revisions 86985 via svnmerge from
Éric Araujo [Fri, 3 Dec 2010 19:24:49 +0000 (19:24 +0000)]
Merged revisions 86985 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86985 | eric.araujo | 2010-12-03 20:19:17 +0100 (ven., 03 déc. 2010) | 5 lines

  Fix incorrect use of gettext in argparse (#10497).

  Steven, the maintainer of argparse, agreed to have this committed
  without tests for now, since the fix is obvious.  See the bug log.
........

14 years agoFix for issue10367, courtesy of Daniel Tavares.
Phillip J. Eby [Fri, 3 Dec 2010 17:00:40 +0000 (17:00 +0000)]
Fix for issue10367, courtesy of Daniel Tavares.

14 years agoBlocked revisions 86952-86953 via svnmerge
R. David Murray [Fri, 3 Dec 2010 15:26:49 +0000 (15:26 +0000)]
Blocked revisions 86952-86953 via svnmerge

........
  r86952 | r.david.murray | 2010-12-02 23:06:39 -0500 (Thu, 02 Dec 2010) | 12 lines

  #1486713: Add a tolerant mode to HTMLParser.

  The motivation for adding this option is that the the functionality it
  provides used to be provided by sgmllib in Python2, and was used by,
  for example, BeautifulSoup.  Without this option, the Python3 version
  of BeautifulSoup and the many programs that use it are crippled.

  The original patch was by 'kxroberto'.  I modified it heavily but kept his
  heuristics and test.  I also added additional heuristics to fix #975556,
  #1046092, and part of #6191.  This patch should be completely backward
  compatible:  the behavior with the default strict=True is unchanged.
........
  r86953 | r.david.murray | 2010-12-02 23:26:18 -0500 (Thu, 02 Dec 2010) | 2 lines

  Add missing versionchanged, correct 'throw' wording to 'raise'.
........

14 years agoMerged revisions 86940 via svnmerge from
Éric Araujo [Thu, 2 Dec 2010 22:35:10 +0000 (22:35 +0000)]
Merged revisions 86940 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86940 | eric.araujo | 2010-12-02 23:16:19 +0100 (jeu., 02 déc. 2010) | 2 lines

  Fix wrong test code in test_csv (#10602)
........

14 years agoBlocked revisions 86936 via svnmerge
R. David Murray [Thu, 2 Dec 2010 21:56:45 +0000 (21:56 +0000)]
Blocked revisions 86936 via svnmerge

........
  r86936 | r.david.murray | 2010-12-02 16:47:19 -0500 (Thu, 02 Dec 2010) | 4 lines

  #8989: add 'domain' keyword to make_msgid.

  Patch by Adrian von Bidder.
........

14 years agoMerged revisions 86925 via svnmerge from
R. David Murray [Thu, 2 Dec 2010 03:16:23 +0000 (03:16 +0000)]
Merged revisions 86925 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86925 | r.david.murray | 2010-12-01 21:58:07 -0500 (Wed, 01 Dec 2010) | 4 lines

  #10464: fix netrc handling of lines with embedded '#" characters.

  Patch by Xuanji Li.
........

14 years agoMerged revisions 86896 via svnmerge from
Daniel Stutzbach [Tue, 30 Nov 2010 17:58:13 +0000 (17:58 +0000)]
Merged revisions 86896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86896 | daniel.stutzbach | 2010-11-30 09:49:53 -0800 (Tue, 30 Nov 2010) | 1 line

  Fix typo: "ofbytes" should be "of bytes"
........

14 years agoMerged revisions 86892 via svnmerge from
Éric Araujo [Tue, 30 Nov 2010 17:53:45 +0000 (17:53 +0000)]
Merged revisions 86892 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86892 | eric.araujo | 2010-11-30 18:20:31 +0100 (mar., 30 nov. 2010) | 2 lines

  Let’s keep “throw” for the generator method and use “raise” elsewhere.
........

14 years agoAdd some internal links.
Raymond Hettinger [Tue, 30 Nov 2010 17:50:53 +0000 (17:50 +0000)]
Add some internal links.

14 years agoBlocked revisions 86883-86884 via svnmerge
Georg Brandl [Tue, 30 Nov 2010 09:41:59 +0000 (09:41 +0000)]
Blocked revisions 86883-86884 via svnmerge

........
  r86883 | georg.brandl | 2010-11-30 10:30:54 +0100 (Di, 30 Nov 2010) | 1 line

  Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
........
  r86884 | georg.brandl | 2010-11-30 10:41:01 +0100 (Di, 30 Nov 2010) | 1 line

  Remove redundant includes of headers that are already included by Python.h.
........

14 years agoIssue #10323: Predictable final state for slice().
Raymond Hettinger [Tue, 30 Nov 2010 03:15:35 +0000 (03:15 +0000)]
Issue #10323: Predictable final state for slice().

14 years agoMerged revisions 86857 via svnmerge from
Alexander Belopolsky [Tue, 30 Nov 2010 01:18:17 +0000 (01:18 +0000)]
Merged revisions 86857 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86857 | raymond.hettinger | 2010-11-28 22:56:12 -0500 (Sun, 28 Nov 2010) | 1 line

  Issue #10565:  Iterator ABC should require both __next__ and __iter__.
........

14 years agoBlocked revisions 86864 via svnmerge
Senthil Kumaran [Mon, 29 Nov 2010 12:47:45 +0000 (12:47 +0000)]
Blocked revisions 86864 via svnmerge

........
  r86864 | senthil.kumaran | 2010-11-29 20:42:29 +0800 (Mon, 29 Nov 2010) | 3 lines

  Remove the comment used while testing.
........

14 years agoMerged revisions 86861 via svnmerge from
Senthil Kumaran [Mon, 29 Nov 2010 12:41:03 +0000 (12:41 +0000)]
Merged revisions 86861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86861 | senthil.kumaran | 2010-11-29 19:54:17 +0800 (Mon, 29 Nov 2010) | 5 lines

  Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
  Handle multiple breakpoints at same line. Update docs/test.
  Patch by Xavier de Gaye.
........

14 years agoBlocked revisions 86845,86855-86856 via svnmerge
Ezio Melotti [Mon, 29 Nov 2010 09:55:06 +0000 (09:55 +0000)]
Blocked revisions 86845,86855-86856 via svnmerge

........
  r86845 | ezio.melotti | 2010-11-28 06:18:54 +0200 (Sun, 28 Nov 2010) | 1 line

  Add callable() to the built-in functions table.
........
  r86855 | raymond.hettinger | 2010-11-29 03:38:25 +0200 (Mon, 29 Nov 2010) | 1 line

  Do not add an obsolete unittest name to Py3.2.
........
  r86856 | ezio.melotti | 2010-11-29 04:02:10 +0200 (Mon, 29 Nov 2010) | 1 line

  Use assertCountEqual instead of assertItemsEqual
........

14 years agoMerged revisions 85422 via svnmerge from
Stefan Krah [Sun, 28 Nov 2010 15:30:05 +0000 (15:30 +0000)]
Merged revisions 85422 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85422 | antoine.pitrou | 2010-10-13 19:01:10 +0200 (Wed, 13 Oct 2010) | 6 lines

  Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile,
  don't do in configure as well.

  Hopefully this will solve a Makefile parsing issue on the FreeBSD buildbots.
........

14 years agonext release cycle bump
Benjamin Peterson [Sun, 28 Nov 2010 04:49:23 +0000 (04:49 +0000)]
next release cycle bump

14 years agoMerged revisions 86838 via svnmerge from
Antoine Pitrou [Sat, 27 Nov 2010 21:01:36 +0000 (21:01 +0000)]
Merged revisions 86838 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86838 | antoine.pitrou | 2010-11-27 21:40:43 +0100 (sam., 27 nov. 2010) | 3 lines

  Make doc for PyErr_Format() up to date.
........

14 years agotag 2.7.1 final
Benjamin Peterson [Sat, 27 Nov 2010 14:41:37 +0000 (14:41 +0000)]
tag 2.7.1 final

14 years ago2.7.1 final version bump v2.7.1
Benjamin Peterson [Sat, 27 Nov 2010 14:40:29 +0000 (14:40 +0000)]
2.7.1 final version bump

14 years agoBlocked revisions 86829 via svnmerge
Stefan Krah [Sat, 27 Nov 2010 11:49:05 +0000 (11:49 +0000)]
Blocked revisions 86829 via svnmerge

........
  r86829 | stefan.krah | 2010-11-27 12:44:18 +0100 (Sat, 27 Nov 2010) | 1 line

  Fix additional leaks.
........

14 years agoBlocked revisions 86300 via svnmerge
Hirokazu Yamamoto [Fri, 26 Nov 2010 19:57:33 +0000 (19:57 +0000)]
Blocked revisions 86300 via svnmerge

........
  r86300 | hirokazu.yamamoto | 2010-11-07 23:29:26 +0900 (日, 07 11 2010) | 1 line

  Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
........

14 years agoBlocked revisions 86795,86797,86799-86800 via svnmerge
Georg Brandl [Fri, 26 Nov 2010 18:26:40 +0000 (18:26 +0000)]
Blocked revisions 86795,86797,86799-86800 via svnmerge

........
  r86795 | georg.brandl | 2010-11-26 12:55:48 +0100 (Fr, 26 Nov 2010) | 1 line

  Use PyLong_FromLong where appropriate.
........
  r86797 | georg.brandl | 2010-11-26 13:05:27 +0100 (Fr, 26 Nov 2010) | 1 line

  Modernize code in effective().
........
  r86799 | georg.brandl | 2010-11-26 13:08:19 +0100 (Fr, 26 Nov 2010) | 1 line

  Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore.
........
  r86800 | georg.brandl | 2010-11-26 13:10:06 +0100 (Fr, 26 Nov 2010) | 1 line

  Typo fix.
........

14 years agoMerged revisions 86794,86798,86801 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 18:26:04 +0000 (18:26 +0000)]
Merged revisions 86794,86798,86801 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86794 | georg.brandl | 2010-11-26 12:50:13 +0100 (Fr, 26 Nov 2010) | 1 line

  #10526: fix typo.
........
  r86798 | georg.brandl | 2010-11-26 13:05:48 +0100 (Fr, 26 Nov 2010) | 1 line

  #10420: fix docs of bdb.effective().
........
  r86801 | georg.brandl | 2010-11-26 13:12:14 +0100 (Fr, 26 Nov 2010) | 1 line

  Better example for os.system(): do not change the system time.
........

14 years agoMerged revisions 86808 via svnmerge from
Stefan Krah [Fri, 26 Nov 2010 17:35:50 +0000 (17:35 +0000)]
Merged revisions 86808 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86808 | stefan.krah | 2010-11-26 17:16:47 +0100 (Fri, 26 Nov 2010) | 1 line

  Further indentation cleanup.
........

14 years agoMerged revisions 86804 via svnmerge from
Stefan Krah [Fri, 26 Nov 2010 15:06:27 +0000 (15:06 +0000)]
Merged revisions 86804 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86804 | stefan.krah | 2010-11-26 13:58:05 +0100 (Fri, 26 Nov 2010) | 1 line

  Issue #10383: Fix two leaks.
........

14 years agoMerged revisions 86791 via svnmerge from
Stefan Krah [Fri, 26 Nov 2010 11:03:55 +0000 (11:03 +0000)]
Merged revisions 86791 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86791 | stefan.krah | 2010-11-26 11:54:09 +0100 (Fri, 26 Nov 2010) | 1 line

  Indentation cleanup.
........

14 years agoRemove 3.1 from versionchanged
Ezio Melotti [Fri, 26 Nov 2010 09:30:44 +0000 (09:30 +0000)]
Remove 3.1 from versionchanged

14 years agoFix mismerges of version directives.
Georg Brandl [Fri, 26 Nov 2010 08:58:14 +0000 (08:58 +0000)]
Fix mismerges of version directives.

14 years agoUpdate suspicious file.
Georg Brandl [Fri, 26 Nov 2010 08:33:56 +0000 (08:33 +0000)]
Update suspicious file.

14 years agoMerged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 08:28:05 +0000 (08:28 +0000)]
Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line

  #10460: Update indent.pro to match PEP 7 better.
........
  r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line

  #10439: document PyCodec C APIs.
........
  r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line

  #10460: an even better indent.pro.
........
  r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line

  socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
........
  r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line

  #10468: document Unicode exception creation and access functions.
........
  r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines

  #10511: clarification of what heaps are; suggested by Johannes Hoff.
........
  r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line

  assert.h is also included. Thanks to Savio Sena.
........

14 years agoBlocked revisions 86479-86480,86537,86550,86608,86619,86725 via svnmerge
Georg Brandl [Fri, 26 Nov 2010 08:25:00 +0000 (08:25 +0000)]
Blocked revisions 86479-86480,86537,86550,86608,86619,86725 via svnmerge

........
  r86479 | georg.brandl | 2010-11-16 16:15:29 +0100 (Di, 16 Nov 2010) | 1 line

  Add stub for PEP 3148.
........
  r86480 | georg.brandl | 2010-11-16 16:15:56 +0100 (Di, 16 Nov 2010) | 1 line

  Post-release bumps.
........
  r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line

  Do not put a raw REPLACEMENT CHARACTER in the document.
........
  r86550 | georg.brandl | 2010-11-20 11:24:34 +0100 (Sa, 20 Nov 2010) | 1 line

  Fix rst markup errors.
........
  r86608 | georg.brandl | 2010-11-20 20:54:36 +0100 (Sa, 20 Nov 2010) | 1 line

  #9724: add nonlocal to pydoc topics.
........
  r86619 | georg.brandl | 2010-11-20 23:40:10 +0100 (Sa, 20 Nov 2010) | 1 line

  Add error handling in range_count.
........
  r86725 | georg.brandl | 2010-11-24 10:09:29 +0100 (Mi, 24 Nov 2010) | 1 line

  Remove UTF-8 BOM.
........

14 years agoMerged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390...
Georg Brandl [Fri, 26 Nov 2010 08:20:18 +0000 (08:20 +0000)]
Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line

  Markup fix.
........
  r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line

  #10200: typo.
........
  r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line

  #10200: typo.
........
  r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line

  Add David.
........
  r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line

  #10222: fix for overzealous AIX compiler.
........
  r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line

  (?:...) is a non-capturing, but still grouping construct.
........
  r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line

  A newline in lineno output breaks pyframe output.
........
  r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line

  Move glossary entry to the right position and fix link.
........
  r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line

  Fix latex conversion glitch in property/feature descriptions.
........
  r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line

  Fix typo.
........
  r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line

  Fix typo.
........
  r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line

  Build a PDF of the FAQs too.
........
  r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line

  #10008: Fix duplicate index entry.
........
  r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line

  Fix weird line block in table.
........

14 years agoBlocked revisions 85875-85877,85888-85889,85908-85911,85979,86256,86324,86409,86427...
Georg Brandl [Fri, 26 Nov 2010 08:16:26 +0000 (08:16 +0000)]
Blocked revisions 85875-85877,85888-85889,85908-85911,85979,86256,86324,86409,86427,86429,86444-86446,86451 via svnmerge

........
  r85875 | georg.brandl | 2010-10-28 10:38:30 +0200 (Do, 28 Okt 2010) | 1 line

  Fix bytes/str issues in get-remote-certificate.py.
........
  r85876 | georg.brandl | 2010-10-28 11:03:20 +0200 (Do, 28 Okt 2010) | 1 line

  #10218: return timeout status from Condition.wait, mirroring other primitives' behavior.
........
  r85877 | georg.brandl | 2010-10-28 11:24:56 +0200 (Do, 28 Okt 2010) | 1 line

  Condition.wait now returns bool.
........
  r85888 | georg.brandl | 2010-10-28 15:01:06 +0200 (Do, 28 Okt 2010) | 1 line

  Support new Condition return value in the multiprocessing version.
........
  r85889 | georg.brandl | 2010-10-28 15:07:50 +0200 (Do, 28 Okt 2010) | 1 line

  Review new Barrier docs.
........
  r85908 | georg.brandl | 2010-10-29 07:22:17 +0200 (Fr, 29 Okt 2010) | 1 line

  send_bytes obviously needs bytes...
........
  r85909 | georg.brandl | 2010-10-29 07:24:24 +0200 (Fr, 29 Okt 2010) | 1 line

  Re-add "debugger" label, it is used in pydoc-topics.
........
  r85910 | georg.brandl | 2010-10-29 07:30:17 +0200 (Fr, 29 Okt 2010) | 1 line

  Port suspicious markup builder and patchlevel.py so that they can be used with Python 2 and 3 without conversion.
........
  r85911 | georg.brandl | 2010-10-29 07:36:28 +0200 (Fr, 29 Okt 2010) | 1 line

  Fix markup error and update false positive entries from "make suspicious".
........
  r85979 | georg.brandl | 2010-10-30 16:33:28 +0200 (Sa, 30 Okt 2010) | 1 line

  Fix test_mailbox by supporting context manager protocol for get_file() returns.
........
  r86256 | georg.brandl | 2010-11-06 08:19:35 +0100 (Sa, 06 Nov 2010) | 1 line

  #10334: add a role to refer to Python source files in SVN.
........
  r86324 | georg.brandl | 2010-11-08 17:57:52 +0100 (Mo, 08 Nov 2010) | 1 line

  Fix next version name.
........
  r86409 | georg.brandl | 2010-11-11 08:26:40 +0100 (Do, 11 Nov 2010) | 1 line

  Review the new configparser docs.
........
  r86427 | georg.brandl | 2010-11-12 09:09:11 +0100 (Fr, 12 Nov 2010) | 1 line

  Switch to Sphinx 1.0.5.
........
  r86429 | georg.brandl | 2010-11-12 09:57:12 +0100 (Fr, 12 Nov 2010) | 1 line

  Add a deprecated-removed directive that allows to give the version of removal for deprecations.
........
  r86444 | georg.brandl | 2010-11-13 07:36:58 +0100 (Sa, 13 Nov 2010) | 1 line

  Update pydoc topics.
........
  r86445 | georg.brandl | 2010-11-13 07:38:37 +0100 (Sa, 13 Nov 2010) | 1 line

  Ignore suspicious-ignore file.
........
  r86446 | georg.brandl | 2010-11-13 07:39:58 +0100 (Sa, 13 Nov 2010) | 1 line

  Bump to 3.2a4.
........
  r86451 | georg.brandl | 2010-11-13 14:25:40 +0100 (Sa, 13 Nov 2010) | 1 line

  Minor edits.
........

14 years agoBlocked revisions 85807,85820,85822,85824,85828,85840,85844-85845,85851,85855-85856...
Georg Brandl [Fri, 26 Nov 2010 08:12:40 +0000 (08:12 +0000)]
Blocked revisions 85807,85820,85822,85824,85828,85840,85844-85845,85851,85855-85856,85874 via svnmerge

........
  r85807 | georg.brandl | 2010-10-23 19:31:52 +0200 (Sa, 23 Okt 2010) | 1 line

  #6518: enable context manager protocol for ossaudiodev types.
........
  r85820 | georg.brandl | 2010-10-24 16:20:22 +0200 (So, 24 Okt 2010) | 1 line

  Remove usage of exception indexing.
........
  r85822 | georg.brandl | 2010-10-24 16:21:42 +0200 (So, 24 Okt 2010) | 1 line

  Add casts (one needed, one for consistency).
........
  r85824 | georg.brandl | 2010-10-24 17:11:22 +0200 (So, 24 Okt 2010) | 6 lines

  Add a new warning gategory, ResourceWarning, as discussed on python-dev.  It is silent by default,
  except when configured --with-pydebug.

  Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
........
  r85828 | georg.brandl | 2010-10-24 22:47:32 +0200 (So, 24 Okt 2010) | 1 line

  These are true PyCFunctions, after adding the second argument to oss_self, no need to cast.
........
  r85840 | georg.brandl | 2010-10-25 19:50:20 +0200 (Mo, 25 Okt 2010) | 1 line

  #3018: tkinter demo fixes for py3k.
........
  r85844 | georg.brandl | 2010-10-26 12:39:14 +0200 (Di, 26 Okt 2010) | 1 line

  Work a bit more on tkinter demos.
........
  r85845 | georg.brandl | 2010-10-26 12:42:16 +0200 (Di, 26 Okt 2010) | 1 line

  faqwiz is removed.
........
  r85851 | georg.brandl | 2010-10-26 22:12:37 +0200 (Di, 26 Okt 2010) | 1 line

  Fix import.
........
  r85855 | georg.brandl | 2010-10-27 09:21:54 +0200 (Mi, 27 Okt 2010) | 1 line

  Encoding fix.
........
  r85856 | georg.brandl | 2010-10-27 09:27:06 +0200 (Mi, 27 Okt 2010) | 1 line

  #5975: add unix_dialect to csv module.
........
  r85874 | georg.brandl | 2010-10-28 08:42:33 +0200 (Do, 28 Okt 2010) | 1 line

  #7351: add more consistent exception name alias.
........

14 years agoMerged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 08:10:41 +0000 (08:10 +0000)]
Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line

  #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
........
  r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line

  Fix missing import.
........
  r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line

  #3077: fix h2py substitution of character literals.
........
  r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line

  #1203650: allow larger list of files in windows makefile for freeze.
........
  r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line

  #4829: better error message for invalid file mode
........
  r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line

  Add .hgeol file for the Mercurial EOL extension.
........
  r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line

  Fix style.
........
  r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line

  Add documentation about the default warnings filters.
........

14 years agoBlocked revisions 85577,85604,85613,85633,85680-85683,85692,85787-85789 via svnmerge
Georg Brandl [Fri, 26 Nov 2010 08:06:52 +0000 (08:06 +0000)]
Blocked revisions 85577,85604,85613,85633,85680-85683,85692,85787-85789 via svnmerge

........
  r85577 | georg.brandl | 2010-10-16 22:33:11 +0200 (Sa, 16 Okt 2010) | 1 line

  Get rid of a "unused static function" warning.
........
  r85604 | georg.brandl | 2010-10-17 08:21:59 +0200 (So, 17 Okt 2010) | 1 line

  Note that maxtasksperchild is new in 3.2.
........
  r85613 | georg.brandl | 2010-10-17 11:43:35 +0200 (So, 17 Okt 2010) | 1 line

  Fix hmac docs: it takes and returns bytes, except for hexdigest().
........
  r85633 | georg.brandl | 2010-10-17 12:59:41 +0200 (So, 17 Okt 2010) | 1 line

  #9204: remove mentions of removed types in the types module.
........
  r85680 | georg.brandl | 2010-10-18 09:27:55 +0200 (Mo, 18 Okt 2010) | 1 line

  Fix compiler warning about unused static function.
........
  r85681 | georg.brandl | 2010-10-18 09:30:06 +0200 (Mo, 18 Okt 2010) | 1 line

  Fix type of hash function.
........
  r85682 | georg.brandl | 2010-10-18 09:32:48 +0200 (Mo, 18 Okt 2010) | 1 line

  Remove unneeded casts to hashfunc.
........
  r85683 | georg.brandl | 2010-10-18 09:35:09 +0200 (Mo, 18 Okt 2010) | 1 line

  Remove more unneeded casts to hashfunc.
........
  r85692 | georg.brandl | 2010-10-18 14:24:53 +0200 (Mo, 18 Okt 2010) | 1 line

  Fix hash function type.
........
  r85787 | georg.brandl | 2010-10-22 08:28:01 +0200 (Fr, 22 Okt 2010) | 1 line

  #10166: rewrite self-recursion to iteration in pstats.Stats.add().  Also add a unittest and a stats test file.
........
  r85788 | georg.brandl | 2010-10-22 08:29:21 +0200 (Fr, 22 Okt 2010) | 1 line

  Make top_level attribute a set instead of a dict with None values.
........
  r85789 | georg.brandl | 2010-10-22 08:35:59 +0200 (Fr, 22 Okt 2010) | 1 line

  Refactor interesting use of try-finally.
........

14 years agoMerged revisions 85766-85767 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 08:04:57 +0000 (08:04 +0000)]
Merged revisions 85766-85767 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line

  #10159: sort completion matches before comparing to dir() result.
........
  r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line

  #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
........

14 years agoMerged revisions 85731,85735 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 07:58:55 +0000 (07:58 +0000)]
Merged revisions 85731,85735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line

  Be consistent in the spelling of thread-safe(ty).
........
  r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line

  Fix r85728: use "" to mean the system default locale, which should work on more systems.
........

14 years agoMerged revisions 85728 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 07:57:57 +0000 (07:57 +0000)]
Merged revisions 85728 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line

  #10092: Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
........

14 years agoMerged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639...
Georg Brandl [Fri, 26 Nov 2010 07:53:50 +0000 (07:53 +0000)]
Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85617 | georg.brandl | 2010-10-17 12:09:06 +0200 (So, 17 Okt 2010) | 1 line

  #5212: md5 weaknesses do not affect hmac, so remove the note about that.
........
  r85618 | georg.brandl | 2010-10-17 12:14:38 +0200 (So, 17 Okt 2010) | 1 line

  #9086: correct wrong terminology about linking with pythonXY.dll.
........
  r85619 | georg.brandl | 2010-10-17 12:15:50 +0200 (So, 17 Okt 2010) | 1 line

  Make file names consistent.
........
  r85620 | georg.brandl | 2010-10-17 12:22:28 +0200 (So, 17 Okt 2010) | 1 line

  Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway.
........
  r85621 | georg.brandl | 2010-10-17 12:24:54 +0200 (So, 17 Okt 2010) | 1 line

  #9105: move pickle warning to a bit more prominent location.
........
  r85622 | georg.brandl | 2010-10-17 12:28:04 +0200 (So, 17 Okt 2010) | 1 line

  #9112: document error() and exit() methods of ArgumentParser.
........
  r85624 | georg.brandl | 2010-10-17 12:34:28 +0200 (So, 17 Okt 2010) | 1 line

  Some markup and style fixes in argparse docs.
........
  r85626 | georg.brandl | 2010-10-17 12:38:20 +0200 (So, 17 Okt 2010) | 1 line

  #9117: fix syntax for class definition.
........
  r85627 | georg.brandl | 2010-10-17 12:44:11 +0200 (So, 17 Okt 2010) | 1 line

  #9138: reword introduction to classes in Python.
........
  r85629 | georg.brandl | 2010-10-17 12:51:45 +0200 (So, 17 Okt 2010) | 1 line

  #5962: clarify sys.exit() vs. threads.
........
  r85631 | georg.brandl | 2010-10-17 12:53:54 +0200 (So, 17 Okt 2010) | 1 line

  Fix capitalization.
........
  r85635 | georg.brandl | 2010-10-17 13:03:22 +0200 (So, 17 Okt 2010) | 1 line

  #5121: fix claims about default values leading to segfaults.
........
  r85636 | georg.brandl | 2010-10-17 13:06:14 +0200 (So, 17 Okt 2010) | 1 line

  #9237: document sys.call_tracing().
........
  r85638 | georg.brandl | 2010-10-17 13:13:37 +0200 (So, 17 Okt 2010) | 1 line

  Port changes to pickle docs apparently lost in py3k.
........
  r85639 | georg.brandl | 2010-10-17 13:23:56 +0200 (So, 17 Okt 2010) | 1 line

  Make twisted example a bit more logical.
........
  r85641 | georg.brandl | 2010-10-17 13:29:07 +0200 (So, 17 Okt 2010) | 1 line

  Fix documentation of dis.opmap direction.
........
  r85642 | georg.brandl | 2010-10-17 13:36:28 +0200 (So, 17 Okt 2010) | 1 line

  #9730: fix example.
........

14 years agoMerged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 07:42:15 +0000 (07:42 +0000)]
Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line

  #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
........
  r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line

  #10122: typo fix.
........
  r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line

  #10124: typo fix.
........
  r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line

  #10058: tweak wording about exception returns.
........
  r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line

  #8556: use less confusing mapping key in example.
........
  r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line

  #8686: remove potentially confusing wording that does not add any value.
........
  r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line

  #8811: small fixes to sqlite3 docs.
........
  r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line

  #8855: add shelve security warning.
........
  r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line

  #8968: add actual name of token constants.
........
  r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line

  #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows.
........
  r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line

  Fix copy-paste error in example.
........

14 years agoBlocked revisions 85526,85528,85531-85533,85535,85539 via svnmerge
Georg Brandl [Fri, 26 Nov 2010 07:36:32 +0000 (07:36 +0000)]
Blocked revisions 85526,85528,85531-85533,85535,85539 via svnmerge

........
  r85526 | georg.brandl | 2010-10-15 16:46:48 +0200 (Fr, 15 Okt 2010) | 1 line

  #5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError.
........
  r85528 | georg.brandl | 2010-10-15 17:25:23 +0200 (Fr, 15 Okt 2010) | 1 line

  #5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised.
........
  r85531 | georg.brandl | 2010-10-15 17:57:45 +0200 (Fr, 15 Okt 2010) | 1 line

  #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it.  It defaults to quote=True and also escapes single quotes, which makes casual use safer.  The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
........
  r85532 | georg.brandl | 2010-10-15 18:03:02 +0200 (Fr, 15 Okt 2010) | 1 line

  #7771: reference to documentation of dictview methods and operations.
........
  r85533 | georg.brandl | 2010-10-15 18:07:41 +0200 (Fr, 15 Okt 2010) | 1 line

  #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly.
........
  r85535 | georg.brandl | 2010-10-15 18:23:54 +0200 (Fr, 15 Okt 2010) | 1 line

  Remove unused label.
........
  r85539 | georg.brandl | 2010-10-15 18:42:14 +0200 (Fr, 15 Okt 2010) | 1 line

  Fix issue references.
........

14 years agoMerged revisions 85546-85547 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 07:35:31 +0000 (07:35 +0000)]
Merged revisions 85546-85547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85546 | georg.brandl | 2010-10-15 19:58:45 +0200 (Fr, 15 Okt 2010) | 1 line

  #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml().
........
  r85547 | georg.brandl | 2010-10-15 20:00:35 +0200 (Fr, 15 Okt 2010) | 1 line

  #6098: Refrain from claiming DOM level 3 conformance in minidom.
........

14 years agoMerged revisions 85530,85534,85538,85540-85542 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 07:34:20 +0000 (07:34 +0000)]
Merged revisions 85530,85534,85538,85540-85542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line

  Refrain from using inline suites.
........
  r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line

  #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items.
........
  r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line

  #7303: add documentation for useful pkgutil functions and classes.
........
  r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line

  #6798: fix wrong docs for the arguments to several trace events.
........
  r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line

  #4968: updates to inspect.is* function docs.
........
  r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line

  #7790: move table of struct_time members to the actual description of struct_time.
........

14 years agoMerged revisions 85459-85465 via svnmerge from
Georg Brandl [Fri, 26 Nov 2010 07:29:03 +0000 (07:29 +0000)]
Merged revisions 85459-85465 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85459 | georg.brandl | 2010-10-14 09:23:01 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: Fix failure of test_dis under -OO.
........
  r85460 | georg.brandl | 2010-10-14 09:24:28 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: fix running test_import under -O or -OO.
........
  r85461 | georg.brandl | 2010-10-14 09:29:08 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: fix lib2to3 fixer fix_operator when running under -OO.
........
  r85462 | georg.brandl | 2010-10-14 09:32:52 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: fix running test_xml_etree under -OO.
........
  r85463 | georg.brandl | 2010-10-14 09:34:56 +0200 (Do, 14 Okt 2010) | 1 line

  Better check for "any optimize option given".
........
  r85464 | georg.brandl | 2010-10-14 09:42:27 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: fix running test_compileall under -O and -OO.
........
  r85465 | georg.brandl | 2010-10-14 10:08:56 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: fix running test_cmd_line_script under -O and -OO.
........

14 years agoBlocked revisions 85287,85354-85355,85357,85375,85456-85458 via svnmerge
Georg Brandl [Fri, 26 Nov 2010 07:23:36 +0000 (07:23 +0000)]
Blocked revisions 85287,85354-85355,85357,85375,85456-85458 via svnmerge

........
  r85287 | georg.brandl | 2010-10-06 14:29:49 +0200 (Mi, 06 Okt 2010) | 1 line

  Update to Sphin 1.0.4.
........
  r85354 | georg.brandl | 2010-10-10 11:37:51 +0200 (So, 10 Okt 2010) | 1 line

  Update pydoc topics.
........
  r85355 | georg.brandl | 2010-10-10 11:40:34 +0200 (So, 10 Okt 2010) | 1 line

  Bump to 3.2a3.
........
  r85357 | georg.brandl | 2010-10-10 11:49:21 +0200 (So, 10 Okt 2010) | 1 line

  Rewrap.
........
  r85375 | georg.brandl | 2010-10-12 14:38:48 +0200 (Di, 12 Okt 2010) | 1 line

  Post-release bumps.
........
  r85456 | georg.brandl | 2010-10-14 09:04:07 +0200 (Do, 14 Okt 2010) | 1 line

  #9418: first step of moving private string methods to _string module.
........
  r85457 | georg.brandl | 2010-10-14 09:14:31 +0200 (Do, 14 Okt 2010) | 1 line

  #9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case.
........
  r85458 | georg.brandl | 2010-10-14 09:17:44 +0200 (Do, 14 Okt 2010) | 1 line

  Remove unused imports.
........