]> granicus.if.org Git - python/log
python
14 years agoMerged revisions 83529 via svnmerge from
Senthil Kumaran [Mon, 2 Aug 2010 17:11:50 +0000 (17:11 +0000)]
Merged revisions 83529 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83529 | senthil.kumaran | 2010-08-02 22:39:02 +0530 (Mon, 02 Aug 2010) | 3 lines

  Rewording the getheader method of HTTPResponse.
........

14 years agoMerged revisions 83521 via svnmerge from
Senthil Kumaran [Mon, 2 Aug 2010 12:01:21 +0000 (12:01 +0000)]
Merged revisions 83521 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83521 | senthil.kumaran | 2010-08-02 16:34:58 +0530 (Mon, 02 Aug 2010) | 3 lines

  Fix Issue8572  - httplib getheader() throws error instead of default
........

14 years agoMerged revisions 83506 via svnmerge from
R. David Murray [Sun, 1 Aug 2010 23:52:25 +0000 (23:52 +0000)]
Merged revisions 83506 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83506 | r.david.murray | 2010-08-01 19:43:28 -0400 (Sun, 01 Aug 2010) | 2 lines

  Fix ACKS alphabetization.
........

14 years agoMerged revisions 83501 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 22:33:12 +0000 (22:33 +0000)]
Merged revisions 83501 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83501 | georg.brandl | 2010-08-02 00:31:05 +0200 (Mo, 02 Aug 2010) | 1 line

  Fix style of referring to issues.
........

14 years agoMerged revisions 82832,82834 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:40:25 +0000 (21:40 +0000)]
Merged revisions 82832,82834 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

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

  Use raw string literals for regexes containing backlash.
........

14 years agoBlocked revisions 82848,82872-82874,82951 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:33:45 +0000 (21:33 +0000)]
Blocked revisions 82848,82872-82874,82951 via svnmerge

........
  r82848 | georg.brandl | 2010-07-13 08:38:10 +0200 (Di, 13 Jul 2010) | 1 line

  Add bytes in literal_eval doc.
........
  r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line

  Remove XXX from text.
........
  r82873 | georg.brandl | 2010-07-14 10:53:36 +0200 (Mi, 14 Jul 2010) | 1 line

  Remove unused code that would raise a NameError.
........
  r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line

  #9235: fix missing import of sys.
........
  r82951 | georg.brandl | 2010-07-18 15:43:32 +0200 (So, 18 Jul 2010) | 1 line

  #9110: update to ContextDecorator doc.
........

14 years agoMerged revisions 82871,82960-82961 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:32:08 +0000 (21:32 +0000)]
Merged revisions 82871,82960-82961 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

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

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

  Clarify :option: description.
........

14 years agoBlocked revisions 82949,82964 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:29:32 +0000 (21:29 +0000)]
Blocked revisions 82949,82964 via svnmerge

........
  r82949 | georg.brandl | 2010-07-18 12:11:03 +0200 (So, 18 Jul 2010) | 1 line

  #9279: remove the pdb.doc file, put its contents in pdb.__doc__.  Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
........
  r82964 | georg.brandl | 2010-07-19 10:02:46 +0200 (Mo, 19 Jul 2010) | 1 line

  pydoc.pager does not promise to use $PAGER.
........

14 years agoMerged revisions 82965 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:28:39 +0000 (21:28 +0000)]
Merged revisions 82965 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

  Clarification.  Yay importlib!
........

14 years agoMerged revisions 83065 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:27:48 +0000 (21:27 +0000)]
Merged revisions 83065 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83065 | georg.brandl | 2010-07-23 10:46:35 +0200 (Fr, 23 Jul 2010) | 1 line

  Use augassign.
........

14 years agoMerged revisions 83106 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:25:46 +0000 (21:25 +0000)]
Merged revisions 83106 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

  Fix some markup glitches.
........

14 years agoBlocked revisions 83107 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:24:48 +0000 (21:24 +0000)]
Blocked revisions 83107 via svnmerge

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

  Update to 1.0.
........

14 years agoBlocked revisions 83168 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:24:23 +0000 (21:24 +0000)]
Blocked revisions 83168 via svnmerge

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

  Fix indentation in example.
........

14 years agoMerged revisions 83160-83161,83166,83169,83171 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:23:10 +0000 (21:23 +0000)]
Merged revisions 83160-83161,83166,83169,83171 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

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

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

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

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

  Clarify.
........

14 years agoBlocked revisions 83181 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:19:50 +0000 (21:19 +0000)]
Blocked revisions 83181 via svnmerge

........
  r83181 | georg.brandl | 2010-07-27 20:19:21 +0200 (Di, 27 Jul 2010) | 1 line

  Update Sphinx to 1.0.1.
........

14 years agoMerged revisions 83201 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:16:54 +0000 (21:16 +0000)]
Merged revisions 83201 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83201 | georg.brandl | 2010-07-28 10:19:35 +0200 (Mi, 28 Jul 2010) | 1 line

  #9354: Provide getsockopt() in asyncore file_wrapper().  Patch by Lukas Langa.
........

14 years agoBlocked revisions 83202,83213,83218-83220,83222 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:11:59 +0000 (21:11 +0000)]
Blocked revisions 83202,83213,83218-83220,83222 via svnmerge

........
  r83202 | georg.brandl | 2010-07-28 15:13:46 +0200 (Mi, 28 Jul 2010) | 1 line

  #1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values.  Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser.  Patch by Lukas Langa, review by myself, Eric and Ezio.
........
  r83213 | georg.brandl | 2010-07-28 19:37:27 +0200 (Mi, 28 Jul 2010) | 1 line

  Add missing file.
........
  r83218 | georg.brandl | 2010-07-29 13:49:05 +0200 (Do, 29 Jul 2010) | 1 line

  #6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible.
........
  r83219 | georg.brandl | 2010-07-29 13:56:20 +0200 (Do, 29 Jul 2010) | 1 line

  Fix for r83202: improve the handling of empty lines.
........
  r83220 | georg.brandl | 2010-07-29 14:17:40 +0200 (Do, 29 Jul 2010) | 1 line

  #9411: allow selecting an encoding for configparser files.  Also adds a new test config file to test special cases.
........
  r83222 | georg.brandl | 2010-07-29 15:19:42 +0200 (Do, 29 Jul 2010) | 1 line

  Fix #9412: make list of messages an instance attribute instead of class attribute.
........

14 years agoMerged revisions 83223 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:09:54 +0000 (21:09 +0000)]
Merged revisions 83223 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

  #3874: document HTMLParser.unknown_decl().
........

14 years agoMerged revisions 83217 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:09:16 +0000 (21:09 +0000)]
Merged revisions 83217 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83217 | georg.brandl | 2010-07-29 13:15:36 +0200 (Do, 29 Jul 2010) | 1 line

  Remove Python 1.5 compatibility note.
........

14 years agoBlocked revisions 83236 via svnmerge
Georg Brandl [Sun, 1 Aug 2010 21:08:39 +0000 (21:08 +0000)]
Blocked revisions 83236 via svnmerge

........
  r83236 | georg.brandl | 2010-07-29 19:16:10 +0200 (Do, 29 Jul 2010) | 1 line

  #6630: allow customizing flags for compiling string.Template.idpattern.
........

14 years agoMerged revisions 83226-83227,83229-83232 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 21:03:01 +0000 (21:03 +0000)]
Merged revisions 83226-83227,83229-83232 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

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

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

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

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

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

  #9397: remove mention of dbm.bsd which does not exist anymore.
........
  r83232 | georg.brandl | 2010-07-29 16:49:08 +0200 (Do, 29 Jul 2010) | 1 line

  #9388: remove ERA_YEAR which is never defined in the source code.
........

14 years agoMerged revisions 83238 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 20:57:27 +0000 (20:57 +0000)]
Merged revisions 83238 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83238 | georg.brandl | 2010-07-29 19:55:01 +0200 (Do, 29 Jul 2010) | 1 line

  #4108: the first default entry (User-agent: *) wins.
........

14 years agoMerged revisions 83431 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 20:55:37 +0000 (20:55 +0000)]
Merged revisions 83431 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83431 | ronald.oussoren | 2010-08-01 21:18:13 +0200 (So, 01 Aug 2010) | 6 lines

  test_getgroups as introduced with issue7900 failed on systems
  where 'id -G' and posix.getgroups() returned the same information,
  but one of the sources contains duplicate information. Rewrite the
  check using sets instead of lists.
........

14 years agoRecorded merge of revisions 83444 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 20:54:22 +0000 (20:54 +0000)]
Recorded merge of revisions 83444 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83444 | georg.brandl | 2010-08-01 22:51:02 +0200 (So, 01 Aug 2010) | 1 line

  Revert r83395, it introduces test failures and is not necessary anyway since we now have to nul-terminate the string anyway.
........

14 years agoMerged revisions 83440 via svnmerge from
Antoine Pitrou [Sun, 1 Aug 2010 20:12:04 +0000 (20:12 +0000)]
Merged revisions 83440 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83440 | antoine.pitrou | 2010-08-01 22:08:46 +0200 (dim., 01 août 2010) | 4 lines

  Issue #8397: Raise an error when attempting to mix iteration and regular
  reads on a BZ2File object, rather than returning incorrect results.
........

14 years agoBlocked revisions 83260,83262-83263,83266,83270,83274-83275,83283-83287,83291-83293...
Georg Brandl [Sun, 1 Aug 2010 19:36:38 +0000 (19:36 +0000)]
Blocked revisions 83260,83262-83263,83266,83270,83274-83275,83283-83287,83291-83293,83308,83315-83318 via svnmerge

........
  r83260 | georg.brandl | 2010-07-30 09:14:01 +0200 (Fr, 30 Jul 2010) | 1 line

  #4179: In pdb, allow "list ." as a command to return to the currently debugged line.
........
  r83262 | georg.brandl | 2010-07-30 10:29:39 +0200 (Fr, 30 Jul 2010) | 1 line

  #1437051: allow "continue"/"next"/etc. in .pdbrc, also add pdb -c option to give these commands.  This allows to run a script until an exception occurs.
........
  r83263 | georg.brandl | 2010-07-30 10:43:32 +0200 (Fr, 30 Jul 2010) | 1 line

  Allow giving an explicit line number to "until".
........
  r83266 | georg.brandl | 2010-07-30 11:14:20 +0200 (Fr, 30 Jul 2010) | 1 line

  #1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed.  Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb.
........
  r83270 | georg.brandl | 2010-07-30 11:54:44 +0200 (Fr, 30 Jul 2010) | 1 line

  Remove redundant import.
........
  r83274 | georg.brandl | 2010-07-30 13:31:03 +0200 (Fr, 30 Jul 2010) | 1 line

  #3143: enable "collapsible sidebar" feature of new Sphinx version.
........
  r83275 | georg.brandl | 2010-07-30 14:01:20 +0200 (Fr, 30 Jul 2010) | 1 line

  #809887: improve pdb feedback for breakpoint-related actions.  Also add a functional test for these commands.
........
  r83283 | georg.brandl | 2010-07-30 16:16:43 +0200 (Fr, 30 Jul 2010) | 1 line

  #7964 followup: add test case to ensure issue remains fixed.
........
  r83284 | georg.brandl | 2010-07-30 17:01:23 +0200 (Fr, 30 Jul 2010) | 1 line

  Add Breakpoint.bpformat(), which returns the info usually printed by bpprint().  Necessary for major refactoring of pdb output handling.
........
  r83285 | georg.brandl | 2010-07-30 17:33:52 +0200 (Fr, 30 Jul 2010) | 1 line

  pdb now has its own tests.
........
  r83286 | georg.brandl | 2010-07-30 18:00:46 +0200 (Fr, 30 Jul 2010) | 7 lines

  Several enhancements to pdb and its test suite.

  * added basic test for basic commands
  * removed duplication of command docs, and moved them to their implementation
  * unified and useful display of exceptions
  * output messages and errors using overridable methods (also fixes #1503502)
........
  r83287 | georg.brandl | 2010-07-30 19:04:28 +0200 (Fr, 30 Jul 2010) | 1 line

  Add "longlist" and "source" commands, ideas borrowed from pdb++ by Antonio Cuni.
........
  r83291 | georg.brandl | 2010-07-30 20:08:12 +0200 (Fr, 30 Jul 2010) | 1 line

  Fix source finding if the given frame is a module-level frame.
........
  r83292 | georg.brandl | 2010-07-30 20:15:16 +0200 (Fr, 30 Jul 2010) | 1 line

  Test that "source" with nonexisting things works as expected.
........
  r83293 | georg.brandl | 2010-07-30 20:46:38 +0200 (Fr, 30 Jul 2010) | 1 line

  Show the traceback line numbers as well as the current line numbers if an exception is being debugged.  Courtesy of pdb++ by Antonio Cuni.  Also document -> and >> markers for "list".
........
  r83308 | georg.brandl | 2010-07-31 00:20:16 +0200 (Sa, 31 Jul 2010) | 1 line

  Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
........
  r83315 | georg.brandl | 2010-07-31 10:14:16 +0200 (Sa, 31 Jul 2010) | 1 line

  Fix pdb test failures on the buildbots.
........
  r83316 | georg.brandl | 2010-07-31 10:20:02 +0200 (Sa, 31 Jul 2010) | 1 line

  Make urllib tests pass for now.  Will figure out what the correct semantics should be after release.
........
  r83317 | georg.brandl | 2010-07-31 10:27:46 +0200 (Sa, 31 Jul 2010) | 1 line

  Update pydoc topics and adapt Topics builder to Sphinx 1.0.
........
  r83318 | georg.brandl | 2010-07-31 10:56:11 +0200 (Sa, 31 Jul 2010) | 1 line

  Bump versions and review NEWS file.
........

14 years agoMerged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge...
Georg Brandl [Sun, 1 Aug 2010 19:35:16 +0000 (19:35 +0000)]
Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83259 | georg.brandl | 2010-07-30 09:03:39 +0200 (Fr, 30 Jul 2010) | 1 line

  Clarification.
........
  r83261 | georg.brandl | 2010-07-30 09:21:26 +0200 (Fr, 30 Jul 2010) | 1 line

  #9230: allow Pdb.checkline() to be called without a current frame, for setting breakpoints before starting debugging.
........
  r83264 | georg.brandl | 2010-07-30 10:45:26 +0200 (Fr, 30 Jul 2010) | 1 line

  Document the "jump" command in pdb.__doc__, and add a version tag for "until X".
........
  r83265 | georg.brandl | 2010-07-30 10:54:49 +0200 (Fr, 30 Jul 2010) | 1 line

  #8015: fix crash when entering an empty line for breakpoint commands.  Also restore environment properly when an exception occurs during the definition of commands.
........
  r83268 | georg.brandl | 2010-07-30 11:23:23 +0200 (Fr, 30 Jul 2010) | 2 lines

  Issue #8048: Prevent doctests from failing when sys.displayhook has
  been reassigned.
........
  r83269 | georg.brandl | 2010-07-30 11:43:00 +0200 (Fr, 30 Jul 2010) | 1 line

  #6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
........
  r83271 | georg.brandl | 2010-07-30 11:59:28 +0200 (Fr, 30 Jul 2010) | 1 line

  #5727: Restore the ability to use readline when calling into pdb in doctests.
........
  r83272 | georg.brandl | 2010-07-30 12:29:19 +0200 (Fr, 30 Jul 2010) | 1 line

  #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
........
  r83281 | georg.brandl | 2010-07-30 15:36:43 +0200 (Fr, 30 Jul 2010) | 1 line

  Add myself for pdb.
........

14 years agoBlocked revisions 83320-83323,83326-83327,83329,83339,83342-83343,83348-83351,83359...
Georg Brandl [Sun, 1 Aug 2010 19:23:36 +0000 (19:23 +0000)]
Blocked revisions 83320-83323,83326-83327,83329,83339,83342-83343,83348-83351,83359-83361,83375,83394,83399,83406 via svnmerge

........
  r83320 | georg.brandl | 2010-07-31 11:01:16 +0200 (Sa, 31 Jul 2010) | 1 line

  Update copyright years and add releases to release list.  Also update Sphinx version number.
........
  r83321 | georg.brandl | 2010-07-31 11:03:30 +0200 (Sa, 31 Jul 2010) | 1 line

  At least give IDLE 3.1 a release date.  No further entries there for 3.2 though.
........
  r83322 | tarek.ziade | 2010-07-31 11:10:51 +0200 (Sa, 31 Jul 2010) | 1 line

  reverted distutils doc to its 3.1 state
........
  r83323 | georg.brandl | 2010-07-31 11:15:10 +0200 (Sa, 31 Jul 2010) | 1 line

  After distutils doc reversal, change back **bold todo** items to XXX comments.
........
  r83326 | georg.brandl | 2010-07-31 12:08:09 +0200 (Sa, 31 Jul 2010) | 1 line

  Avoid triggering DeprecationWarnings in test_smtpd and smtpd.
........
  r83327 | raymond.hettinger | 2010-07-31 12:11:39 +0200 (Sa, 31 Jul 2010) | 1 line

  Add functools.lfu_cache() and functools.lru_cache().
........
  r83329 | georg.brandl | 2010-07-31 12:16:21 +0200 (Sa, 31 Jul 2010) | 1 line

  Revert r83327.  This will have to wait until after the alpha1 release.
........
  r83339 | georg.brandl | 2010-07-31 13:00:47 +0200 (Sa, 31 Jul 2010) | 1 line

  Rewrap.
........
  r83342 | georg.brandl | 2010-07-31 13:52:46 +0200 (Sa, 31 Jul 2010) | 1 line

  Import test_pdb with its full name, so that running python -m test.test_pdb succeeds.
........
  r83343 | georg.brandl | 2010-07-31 14:06:51 +0200 (Sa, 31 Jul 2010) | 1 line

  From Martin: New UUIDs for the 3.2 release series.
........
  r83348 | georg.brandl | 2010-07-31 20:05:35 +0200 (Sa, 31 Jul 2010) | 1 line

  Post-release updates.
........
  r83349 | antoine.pitrou | 2010-07-31 20:08:33 +0200 (Sa, 31 Jul 2010) | 3 lines

  Add ssl changes to the 3.2 "what's new".
........
  r83350 | georg.brandl | 2010-07-31 20:09:23 +0200 (Sa, 31 Jul 2010) | 1 line

  Re-commit r83327 now that the release is done.
........
  r83351 | georg.brandl | 2010-07-31 20:09:46 +0200 (Sa, 31 Jul 2010) | 1 line

  Move news item to the correct position.
........
  r83359 | georg.brandl | 2010-07-31 22:08:15 +0200 (Sa, 31 Jul 2010) | 1 line

  #1286: allow using fileinput.FileInput as context manager.
........
  r83360 | georg.brandl | 2010-07-31 22:13:44 +0200 (Sa, 31 Jul 2010) | 1 line

  Clarify comment in comments test case explaining comment semantics.
........
  r83361 | georg.brandl | 2010-07-31 23:04:00 +0200 (Sa, 31 Jul 2010) | 1 line

  #3788: more tests for http.cookies, now at 95% coverage.  Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility.
........
  r83375 | antoine.pitrou | 2010-08-01 00:48:02 +0200 (So, 01 Aug 2010) | 3 lines

  Reorder entries by module lexicographic order
........
  r83394 | georg.brandl | 2010-08-01 10:46:24 +0200 (So, 01 Aug 2010) | 1 line

  No need to split this, there are enough long lines.
........
  r83399 | georg.brandl | 2010-08-01 11:17:53 +0200 (So, 01 Aug 2010) | 1 line

  Package some new files that are needed for running the test suite from the MSI package.
........
  r83406 | georg.brandl | 2010-08-01 16:50:00 +0200 (So, 01 Aug 2010) | 1 line

  #8046: add context manager protocol support to mmap objects.  Also add closed property.
........

14 years agoMerged revisions 83325,83328,83341 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 19:21:34 +0000 (19:21 +0000)]
Merged revisions 83325,83328,83341 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83325 | georg.brandl | 2010-07-31 11:37:03 +0200 (Sa, 31 Jul 2010) | 1 line

  Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems to not have been merged to py3k.
........
  r83328 | raymond.hettinger | 2010-07-31 12:14:41 +0200 (Sa, 31 Jul 2010) | 1 line

  Document how to change OrderedDict update order from first to last.
........
  r83341 | georg.brandl | 2010-07-31 13:40:07 +0200 (Sa, 31 Jul 2010) | 1 line

  #9430: document timedelta str() and repr().
........

14 years agoMerged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 19:17:57 +0000 (19:17 +0000)]
Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line

  #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
........
  r83355 | georg.brandl | 2010-07-31 21:17:11 +0200 (Sa, 31 Jul 2010) | 1 line

  Fix bad merge: test_support -> support.
........
  r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line

  Remove trailing whitespace.
........
  r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line

  #5778: document that sys.version can contain a newline.
........
  r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line

  #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
........
  r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line

  #8910: add a file explaining why Lib/test/data is there.
........
  r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line

  There always is a False and True now.
........
  r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line

  #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them.  See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
........
  r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line

  Fix "Berkeley" name.
........

14 years agoMerged revisions 83370,83372-83374,83384 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 19:09:07 +0000 (19:09 +0000)]
Merged revisions 83370,83372-83374,83384 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83370 | georg.brandl | 2010-07-31 23:51:48 +0200 (Sa, 31 Jul 2010) | 5 lines

  #8198: the Helper class should not save the stdin and stdout objects
  at import time, rather by default use the current streams like the
  other APIs that output help.
........
  r83372 | georg.brandl | 2010-08-01 00:05:54 +0200 (So, 01 Aug 2010) | 1 line

  #4007: remove *.a and *.so.X.Y files in "make clean".
........
  r83373 | georg.brandl | 2010-08-01 00:11:11 +0200 (So, 01 Aug 2010) | 1 line

  #5147: revert accidental indentation of header constant for MozillaCookieJar.
........
  r83374 | georg.brandl | 2010-08-01 00:32:52 +0200 (So, 01 Aug 2010) | 1 line

  #5146: handle UID THREAD command correctly.
........
  r83384 | georg.brandl | 2010-08-01 08:32:55 +0200 (So, 01 Aug 2010) | 1 line

  Build properties using lambdas.  This makes test_pyclbr pass again, because it does not think that input and output are methods anymore.
........

14 years agoMerged revisions 83371,83390 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 19:07:28 +0000 (19:07 +0000)]
Merged revisions 83371,83390 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83371 | georg.brandl | 2010-07-31 23:54:24 +0200 (Sa, 31 Jul 2010) | 1 line

  #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3).
........
  r83390 | georg.brandl | 2010-08-01 10:07:49 +0200 (So, 01 Aug 2010) | 1 line

  #8230: make Lib/test/sortperf.py run on Python 3.
........

14 years agoMerged revisions 83385-83389,83391 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 19:04:55 +0000 (19:04 +0000)]
Merged revisions 83385-83389,83391 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83385 | georg.brandl | 2010-08-01 08:42:45 +0200 (So, 01 Aug 2010) | 1 line

  #8773: mailbox.py does not need to be executable.
........
  r83386 | georg.brandl | 2010-08-01 08:44:46 +0200 (So, 01 Aug 2010) | 1 line

  #8768: name test method properly so that it gets executed.
........
  r83387 | georg.brandl | 2010-08-01 08:53:28 +0200 (So, 01 Aug 2010) | 1 line

  #8735: better explain semantics of *values* argument for parse().
........
  r83388 | georg.brandl | 2010-08-01 09:48:43 +0200 (So, 01 Aug 2010) | 1 line

  #7395: fix traceback in do_add() when no stats are loaded.  Apply same fix for do_sort() and do_reverse().
........
  r83389 | georg.brandl | 2010-08-01 09:57:47 +0200 (So, 01 Aug 2010) | 1 line

  Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
........
  r83391 | georg.brandl | 2010-08-01 10:10:08 +0200 (So, 01 Aug 2010) | 1 line

  Add another news entry.
........

14 years agoMerged revisions 83395,83417 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 18:59:44 +0000 (18:59 +0000)]
Merged revisions 83395,83417 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83395 | georg.brandl | 2010-08-01 10:49:18 +0200 (So, 01 Aug 2010) | 1 line

  #8821: do not rely on Unicode strings being terminated with a \u0000, rather explicitly check range before looking for a second surrogate character.
........
  r83417 | georg.brandl | 2010-08-01 20:38:26 +0200 (So, 01 Aug 2010) | 1 line

  #5776: fix mistakes in python specfile.  (Nobody probably uses it anyway.)
........

14 years agoMerged revisions 83393,83396,83398,83404-83405,83408 via svnmerge from
Georg Brandl [Sun, 1 Aug 2010 18:56:30 +0000 (18:56 +0000)]
Merged revisions 83393,83396,83398,83404-83405,83408 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r83393 | georg.brandl | 2010-08-01 10:35:29 +0200 (So, 01 Aug 2010) | 1 line

  #1690103: fix initial namespace for code run with trace.main().
........
  r83396 | georg.brandl | 2010-08-01 10:52:32 +0200 (So, 01 Aug 2010) | 1 line

  #4810: document "--" option separator in timeit help.
........
  r83398 | georg.brandl | 2010-08-01 11:06:34 +0200 (So, 01 Aug 2010) | 1 line

  #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes.  Handle that as a special case.
........
  r83404 | georg.brandl | 2010-08-01 16:25:22 +0200 (So, 01 Aug 2010) | 1 line

  #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Demo/embed code.
........
  r83405 | georg.brandl | 2010-08-01 16:38:17 +0200 (So, 01 Aug 2010) | 1 line

  #4943: do not try to include drive letters (and colons) when looking for a probably module name.
........
  r83408 | georg.brandl | 2010-08-01 17:30:56 +0200 (So, 01 Aug 2010) | 1 line

  #5551: symbolic links never can be mount points.  Fixes the fix for #1713.
........

14 years agoMerged revisions 83415 via svnmerge from
Senthil Kumaran [Sun, 1 Aug 2010 17:55:50 +0000 (17:55 +0000)]
Merged revisions 83415 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83415 | senthil.kumaran | 2010-08-01 23:23:37 +0530 (Sun, 01 Aug 2010) | 3 lines

  Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication
........

14 years agoMerged revisions 83411 via svnmerge from
Antoine Pitrou [Sun, 1 Aug 2010 16:57:42 +0000 (16:57 +0000)]
Merged revisions 83411 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83411 | antoine.pitrou | 2010-08-01 18:53:42 +0200 (dim., 01 août 2010) | 4 lines

  Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
  re-initializing a buffered IO object by calling its `__init__` method.
........

14 years agoMerged revisions 83407 via svnmerge from
Brian Curtin [Sun, 1 Aug 2010 15:44:11 +0000 (15:44 +0000)]
Merged revisions 83407 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83407 | brian.curtin | 2010-08-01 10:26:26 -0500 (Sun, 01 Aug 2010) | 3 lines

  Fix #8105. Add validation to mmap.mmap so invalid file descriptors
  don't cause a crash on Windows.
........

14 years agoMerged revisions 83400 via svnmerge from
Mark Dickinson [Sun, 1 Aug 2010 10:43:42 +0000 (10:43 +0000)]
Merged revisions 83400 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83400 | mark.dickinson | 2010-08-01 11:41:49 +0100 (Sun, 01 Aug 2010) | 7 lines

  Issue #9416: Fix some issues with complex formatting where the
  output with no type specifier failed to match the str output:

    - format(complex(-0.0, 2.0), '-') omitted the real part from the output,
    - format(complex(0.0, 2.0), '-') included a sign and parentheses.
........

14 years agoMerged revisions 83380 via svnmerge from
R. David Murray [Sun, 1 Aug 2010 04:14:22 +0000 (04:14 +0000)]
Merged revisions 83380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83380 | r.david.murray | 2010-07-31 23:31:09 -0400 (Sat, 31 Jul 2010) | 17 lines

  #8620: Cmd no longer truncates last character if stdin ends without newline

  Cmd used to blindly chop off the last character of every input line.  If
  the input reached EOF and there was no final new line, it would truncate
  the last character of the last command.  This fix instead strips trailing
  \r\n from the input lines.  While this is a small behavior change, it
  should not break any working code, since feeding a '\r\n' terminated
  file to Cmd would previously leave the \r's on the lines, resulting
  in failed command execution.

  I wrote the unit test in preparation for a PyOhio TeachMe session
  run by Catherine Devlin, and we can thank Catherine and the PyOhio
  session attendees for the fix.  I've added Catherine to the Acks file
  for organizing and leading the TeachMe session, out of which we will
  hopefully get some new contributors.
........

14 years agoDocument how to change OrderedDict update order from first to last.
Raymond Hettinger [Sat, 31 Jul 2010 10:16:57 +0000 (10:16 +0000)]
Document how to change OrderedDict update order from first to last.

14 years agoOnly expose the abstract base classes.
Raymond Hettinger [Sat, 31 Jul 2010 07:03:42 +0000 (07:03 +0000)]
Only expose the abstract base classes.
The concrete types are for internal use (registration).
Keep from accidentally resurrecting the types module in collections.

14 years agoMerged revisions 83277 via svnmerge from
Mark Dickinson [Fri, 30 Jul 2010 13:13:54 +0000 (13:13 +0000)]
Merged revisions 83277 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83277 | mark.dickinson | 2010-07-30 14:13:02 +0100 (Fri, 30 Jul 2010) | 1 line

  Add note about surprising behaviour from round function.
........

14 years agoMerged revisions 83239 via svnmerge from
Mark Dickinson [Thu, 29 Jul 2010 21:43:24 +0000 (21:43 +0000)]
Merged revisions 83239 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83239 | mark.dickinson | 2010-07-29 22:41:59 +0100 (Thu, 29 Jul 2010) | 2 lines

  Issue #9422:  Fix memory leak when re-initializing a struct.Struct object.
........

14 years agoMerged revisions 83224 via svnmerge from
Mark Dickinson [Thu, 29 Jul 2010 13:59:01 +0000 (13:59 +0000)]
Merged revisions 83224 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83224 | mark.dickinson | 2010-07-29 14:56:56 +0100 (Thu, 29 Jul 2010) | 1 line

  Fix typo.
........

14 years agoMerged revisions 83209 via svnmerge from
Senthil Kumaran [Wed, 28 Jul 2010 16:30:46 +0000 (16:30 +0000)]
Merged revisions 83209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83209 | senthil.kumaran | 2010-07-28 21:57:56 +0530 (Wed, 28 Jul 2010) | 3 lines

  Fix Issue6325 - robotparse to honor urls with query strings.
........

14 years agoBlocked revisions 83183,83186 via svnmerge
Ezio Melotti [Tue, 27 Jul 2010 23:47:57 +0000 (23:47 +0000)]
Blocked revisions 83183,83186 via svnmerge

........
  r83183 | ezio.melotti | 2010-07-28 01:03:33 +0300 (Wed, 28 Jul 2010) | 1 line

  Use proper skips and assert* methods in test_asyncore.
........
  r83186 | ezio.melotti | 2010-07-28 01:24:13 +0300 (Wed, 28 Jul 2010) | 1 line

  With skipUnless there is no need to add test classes conditionally.
........

14 years agoBlocked revisions 83188 via svnmerge
Alexander Belopolsky [Tue, 27 Jul 2010 23:04:30 +0000 (23:04 +0000)]
Blocked revisions 83188 via svnmerge

........
  r83188 | alexander.belopolsky | 2010-07-27 19:02:38 -0400 (Tue, 27 Jul 2010) | 3 lines

  Issue #9378: python -m pickle <pickle file> will now load and display
  the first object in the pickle file.
........

14 years agoMerged revisions 83184 via svnmerge from
Antoine Pitrou [Tue, 27 Jul 2010 22:09:59 +0000 (22:09 +0000)]
Merged revisions 83184 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83184 | antoine.pitrou | 2010-07-28 00:08:27 +0200 (mer., 28 juil. 2010) | 3 lines

  Issue #9294: remove dead code in Objects/object.c.  Patch by Grant Limberg.
........

14 years agoBlocked revisions 83177 via svnmerge
Alexander Belopolsky [Tue, 27 Jul 2010 14:19:57 +0000 (14:19 +0000)]
Blocked revisions 83177 via svnmerge

........
  r83177 | alexander.belopolsky | 2010-07-27 10:16:32 -0400 (Tue, 27 Jul 2010) | 1 line

  Issue #9384: python -m tkinter will now display a simple demo applet.
........

14 years agoBlocked revisions 83157 via svnmerge
Alexander Belopolsky [Mon, 26 Jul 2010 02:43:43 +0000 (02:43 +0000)]
Blocked revisions 83157 via svnmerge

........
  r83157 | alexander.belopolsky | 2010-07-25 22:36:41 -0400 (Sun, 25 Jul 2010) | 1 line

  Make python version of fromtimestamp behave more like C.
........

14 years agoMerged revisions 83140-83141 via svnmerge from
Alexander Belopolsky [Sun, 25 Jul 2010 22:15:16 +0000 (22:15 +0000)]
Merged revisions 83140-83141 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83140 | alexander.belopolsky | 2010-07-25 11:02:55 -0400 (Sun, 25 Jul 2010) | 5 lines

  Issue #9315: Renamed test_trace to test_sys_settrace and
  test_profilehooks to test_sys_setprofile so that test_trace can be
  used for testing the trace module and for naming consistency.
........
  r83141 | alexander.belopolsky | 2010-07-25 11:05:42 -0400 (Sun, 25 Jul 2010) | 1 line

  Corrected comments on where settrace and setprofile are tested.
........

14 years agoMerged revisions 82985 via svnmerge from
Gregory P. Smith [Sun, 25 Jul 2010 19:53:20 +0000 (19:53 +0000)]
Merged revisions 82985 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82985 | gregory.p.smith | 2010-07-19 16:17:22 -0700 (Mon, 19 Jul 2010) | 3 lines

  Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
  the parameters.  (This is jjlee's issue3704.patch ported to py3k)
........

14 years agoReverted r83143: svnmerge failed to add new names
Alexander Belopolsky [Sun, 25 Jul 2010 15:23:24 +0000 (15:23 +0000)]
Reverted r83143: svnmerge failed to add new names

14 years agoMerged revisions 83140-83141 via svnmerge from
Alexander Belopolsky [Sun, 25 Jul 2010 15:13:42 +0000 (15:13 +0000)]
Merged revisions 83140-83141 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83140 | alexander.belopolsky | 2010-07-25 11:02:55 -0400 (Sun, 25 Jul 2010) | 5 lines

  Issue #9315: Renamed test_trace to test_sys_settrace and
  test_profilehooks to test_sys_setprofile so that test_trace can be
  used for testing the trace module and for naming consistency.
........
  r83141 | alexander.belopolsky | 2010-07-25 11:05:42 -0400 (Sun, 25 Jul 2010) | 1 line

  Corrected comments on where settrace and setprofile are tested.
........

14 years agoMerged revisions 83133 via svnmerge from
Ronald Oussoren [Sat, 24 Jul 2010 14:19:26 +0000 (14:19 +0000)]
Merged revisions 83133 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83133 | ronald.oussoren | 2010-07-24 15:15:19 +0100 (Sat, 24 Jul 2010) | 5 lines

  Fix for issue 9367: the test code for os.getgroups
  assumes that the result of getgroups and the output
  of the id(1) command return groups in the same
  order.  That assumption is both fragile and false.
........

14 years agoBlocked revisions 83120 via svnmerge
Victor Stinner [Sat, 24 Jul 2010 02:28:08 +0000 (02:28 +0000)]
Blocked revisions 83120 via svnmerge

........
  r83120 | victor.stinner | 2010-07-24 04:24:55 +0200 (sam., 24 juil. 2010) | 12 lines

  #9032: XML-RPC client: Transport.request() retries on EPIPE error

  The EPIPE error occurs when the server closes the socket and the client sends a
  "big" XML-RPC request (I don't know exactly the size threshold).

  request() just have to ignore the error because single_request() closes the
  socket on error, and so the next call to single_request() will open a new
  socket.

  Remove also a comment in the HTTP client because it's now wrong: see r70643
  and issue #5542.
........

In Python 3.1, Transport.request() doesn't retry on socket error.

14 years agoMerged revisions 83116 via svnmerge from
Victor Stinner [Sat, 24 Jul 2010 01:11:58 +0000 (01:11 +0000)]
Merged revisions 83116 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83116 | victor.stinner | 2010-07-24 02:49:20 +0200 (sam., 24 juil. 2010) | 4 lines

  Issue #4629: getopt raises an error if an argument ends with = whereas getopt
  doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long
  options).
........

14 years agoBlocked revisions 83112 via svnmerge
Alexander Belopolsky [Fri, 23 Jul 2010 19:39:29 +0000 (19:39 +0000)]
Blocked revisions 83112 via svnmerge

........
  r83112 | alexander.belopolsky | 2010-07-23 15:25:47 -0400 (Fri, 23 Jul 2010) | 2 lines

  Issue #7989: Added pure python implementation of the datetime module.
........

14 years agoMerged revisions 83103 via svnmerge from
Ezio Melotti [Fri, 23 Jul 2010 16:50:08 +0000 (16:50 +0000)]
Merged revisions 83103 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83103 | ezio.melotti | 2010-07-23 19:48:22 +0300 (Fri, 23 Jul 2010) | 1 line

  #9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
........

14 years agoMerged revisions 83096 via svnmerge from
Ronald Oussoren [Fri, 23 Jul 2010 16:09:28 +0000 (16:09 +0000)]
Merged revisions 83096 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83096 | ronald.oussoren | 2010-07-23 17:05:35 +0100 (Fri, 23 Jul 2010) | 13 lines

  Ensure that sys.prefix can reliably be found
  on OSX. This fixes a small issue that was exposed
  by running test_subprocess through regrtest (and
  hence in a subdirectory).

  Without this patch running python.exe from the
  build tree will fail when these tree conditions
  are true:
  1) the CWD is not the root of build tree
  2) python.exe is found through $PATH
  3) the framework is not yet installed
........

14 years agoThis fixes issue7900 by adding code that deals
Ronald Oussoren [Fri, 23 Jul 2010 15:46:03 +0000 (15:46 +0000)]
This fixes issue7900 by adding code that deals
with the fact that getgroups(2) might return
more that MAX_GROUPS on OSX.

See the issue (and python-dev archives) for the
gory details. Summarized: OSX behaves rather oddly
and Apple says this is intentional.

14 years agoMerged revisions 83075 via svnmerge from
Ronald Oussoren [Fri, 23 Jul 2010 12:36:59 +0000 (12:36 +0000)]
Merged revisions 83075 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83075 | ronald.oussoren | 2010-07-23 12:54:59 +0100 (Fri, 23 Jul 2010) | 5 lines

  Fix for issue 7895. Avoid crashing the interpreter
  when calling platform.mac_ver after calling os.fork by
  reading from a system configuration file instead of
  using OSX APIs.
........

14 years agoMerged revisions 83080 via svnmerge from
Brett Cannon [Fri, 23 Jul 2010 12:28:28 +0000 (12:28 +0000)]
Merged revisions 83080 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83080 | brett.cannon | 2010-07-23 13:26:35 +0100 (Fri, 23 Jul 2010) | 5 lines

  Clarify the wording for threading.is_alive() to not suggest something is
  "roughly" done.

  Closes issue 9339. Thanks Brian Brazil for the patch.
........

14 years agoBlocked revisions 83072 via svnmerge
Brett Cannon [Fri, 23 Jul 2010 12:03:37 +0000 (12:03 +0000)]
Blocked revisions 83072 via svnmerge

........
  r83072 | brett.cannon | 2010-07-23 12:31:31 +0100 (Fri, 23 Jul 2010) | 5 lines

  Document the fact that the 'test' package is meant only for use by Python
  itself and not by others.

  Closes issue 9255.
........

14 years agoMerged revisions 83073 via svnmerge from
Ronald Oussoren [Fri, 23 Jul 2010 11:51:28 +0000 (11:51 +0000)]
Merged revisions 83073 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83073 | ronald.oussoren | 2010-07-23 12:48:36 +0100 (Fri, 23 Jul 2010) | 4 lines

  Minor tweak of test_osx_env to
  avoid failing when the framework is not
  yet installed.
........

14 years agoMerged revisions 83067 via svnmerge from
Ronald Oussoren [Fri, 23 Jul 2010 10:35:20 +0000 (10:35 +0000)]
Merged revisions 83067 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83067 | ronald.oussoren | 2010-07-23 10:50:05 +0100 (Fri, 23 Jul 2010) | 8 lines

  Workaround for issue 4047: in some configurations of
  the Crash Reporter on OSX test_subprocess will trigger
  the reporter.

  This patch prints a warning when the Crash Reporter will
  get triggered intentionally, which should avoid confusing
  people.
........

14 years agoBlocked revisions 83053 via svnmerge
Tarek Ziadé [Thu, 22 Jul 2010 12:58:55 +0000 (12:58 +0000)]
Blocked revisions 83053 via svnmerge

........
  r83053 | tarek.ziade | 2010-07-22 14:50:05 +0200 (jeu., 22 juil. 2010) | 1 line

  reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
........

14 years agoMerged revisions 83035 via svnmerge from
Alexander Belopolsky [Wed, 21 Jul 2010 17:50:34 +0000 (17:50 +0000)]
Merged revisions 83035 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83035 | alexander.belopolsky | 2010-07-21 13:43:42 -0400 (Wed, 21 Jul 2010) | 3 lines

  Issue #9323: Fixed a bug in trace.py that resulted in loosing the name
  of the script being traced.  Patch by Eli Bendersky.
........

14 years agoMerged revisions 83030 via svnmerge from
Antoine Pitrou [Wed, 21 Jul 2010 16:53:04 +0000 (16:53 +0000)]
Merged revisions 83030 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83030 | antoine.pitrou | 2010-07-21 18:41:31 +0200 (mer., 21 juil. 2010) | 5 lines

  Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it
  with EOFError.
  (this is only an added test, but 2.x will get a fix too)
........

14 years agoMerged revisions 83025 via svnmerge from
Antoine Pitrou [Wed, 21 Jul 2010 15:55:40 +0000 (15:55 +0000)]
Merged revisions 83025 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83025 | antoine.pitrou | 2010-07-21 17:54:48 +0200 (mer., 21 juil. 2010) | 3 lines

  Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x.
........

14 years agoMerged revisions 83016 via svnmerge from
Doug Hellmann [Wed, 21 Jul 2010 12:35:38 +0000 (12:35 +0000)]
Merged revisions 83016 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83016 | doug.hellmann | 2010-07-21 08:29:04 -0400 (Wed, 21 Jul 2010) | 1 line

  Apply patch from Ray Allen for issue 9296
........

14 years agoBackport r82456
Brett Cannon [Wed, 21 Jul 2010 09:50:42 +0000 (09:50 +0000)]
Backport r82456

14 years agoMerged revisions 83009 via svnmerge from
Brian Curtin [Wed, 21 Jul 2010 01:46:44 +0000 (01:46 +0000)]
Merged revisions 83009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83009 | brian.curtin | 2010-07-20 20:44:19 -0500 (Tue, 20 Jul 2010) | 2 lines

  Fix #9316. if/is grammar corrections.
........

14 years agoMerged revisions 82997 via svnmerge from
Alexander Belopolsky [Tue, 20 Jul 2010 20:13:45 +0000 (20:13 +0000)]
Merged revisions 82997 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82997 | alexander.belopolsky | 2010-07-20 15:55:18 -0400 (Tue, 20 Jul 2010) | 3 lines

  Issue #9282: Fixed --listfuncs option of trace.py.  Thanks Eli
  Bendersky for the patch.
........

14 years agoMerged revisions 82978 via svnmerge from
Stefan Krah [Mon, 19 Jul 2010 18:01:13 +0000 (18:01 +0000)]
Merged revisions 82978 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82978 | stefan.krah | 2010-07-19 19:58:26 +0200 (Mon, 19 Jul 2010) | 3 lines

  Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.
........

14 years agoMerged revisions 82971 via svnmerge from
Stefan Krah [Mon, 19 Jul 2010 14:39:36 +0000 (14:39 +0000)]
Merged revisions 82971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82971 | stefan.krah | 2010-07-19 16:20:53 +0200 (Mon, 19 Jul 2010) | 4 lines

  Issue #9265: Incorrect name passed as arg[0] when shell=True
  and executable specified.
........

14 years agoMerged revisions 82966 via svnmerge from
Stefan Krah [Mon, 19 Jul 2010 13:00:48 +0000 (13:00 +0000)]
Merged revisions 82966 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82966 | stefan.krah | 2010-07-19 14:36:57 +0200 (Mon, 19 Jul 2010) | 13 lines

  Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
  signed/unsigned chars or on integers directly derived from those. In all
  cases, it could be replaced by a simple cast to (unsigned char). Reasons
  for the change:

    a) Make the comment more explicit.

    b) If char is unsigned, the cast is optimized away.

    c) If char is unsigned, gcc emits spurious "array subscript
       has type 'char'" warnings.
........

14 years agoRevert temporary debugging commit from r82756.
Mark Dickinson [Mon, 19 Jul 2010 07:35:16 +0000 (07:35 +0000)]
Revert temporary debugging commit from r82756.

14 years agoremove support for byte literals; a new feature
Benjamin Peterson [Sun, 18 Jul 2010 14:36:12 +0000 (14:36 +0000)]
remove support for byte literals; a new feature

14 years agoMerged revisions 82952,82954 via svnmerge from
Benjamin Peterson [Sun, 18 Jul 2010 14:28:26 +0000 (14:28 +0000)]
Merged revisions 82952,82954 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82952 | benjamin.peterson | 2010-07-18 09:23:36 -0500 (Sun, 18 Jul 2010) | 1 line

  use classmethod
........
  r82954 | benjamin.peterson | 2010-07-18 09:27:02 -0500 (Sun, 18 Jul 2010) | 1 line

  nest method and attribute doc
........

14 years agoMerged revisions 82947 via svnmerge from
Mark Dickinson [Sun, 18 Jul 2010 08:50:32 +0000 (08:50 +0000)]
Merged revisions 82947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82947 | mark.dickinson | 2010-07-18 09:03:10 +0100 (Sun, 18 Jul 2010) | 1 line

  Clarify Misc/NEWS entry.
........

14 years agoMerged revisions 82943 via svnmerge from
Mark Dickinson [Sun, 18 Jul 2010 07:51:41 +0000 (07:51 +0000)]
Merged revisions 82943 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82943 | mark.dickinson | 2010-07-18 08:48:20 +0100 (Sun, 18 Jul 2010) | 1 line

  Misc/NEWS entry for r82941.
........

14 years agoMerged revisions 82941 via svnmerge from
Mark Dickinson [Sun, 18 Jul 2010 07:42:29 +0000 (07:42 +0000)]
Merged revisions 82941 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82941 | mark.dickinson | 2010-07-18 08:29:02 +0100 (Sun, 18 Jul 2010) | 3 lines

  Issue #9277: Struct module: standard bool packing was incorrect if
  char is unsigned.  Thanks Stefan Krah for the patch.
........

14 years agoMerged revisions 82937 via svnmerge from
Alexander Belopolsky [Sat, 17 Jul 2010 23:01:39 +0000 (23:01 +0000)]
Merged revisions 82937 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82937 | alexander.belopolsky | 2010-07-17 18:50:45 -0400 (Sat, 17 Jul 2010) | 3 lines

  Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
  python when they contain instances of old-style classes.
........

14 years agoMerged revisions 82934 via svnmerge from
Benjamin Peterson [Sat, 17 Jul 2010 20:44:50 +0000 (20:44 +0000)]
Merged revisions 82934 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line

  sharedinstall should depend on sharedmods #9280
........

14 years agoBlocked revisions 82931 via svnmerge
Alexander Belopolsky [Sat, 17 Jul 2010 15:59:37 +0000 (15:59 +0000)]
Blocked revisions 82931 via svnmerge

........
  r82931 | alexander.belopolsky | 2010-07-17 11:51:21 -0400 (Sat, 17 Jul 2010) | 2 lines

  Issue #9268: Add annotation option to pickletools.dis
........

14 years agoMerged revisions 82927 via svnmerge from
Stefan Krah [Sat, 17 Jul 2010 11:48:58 +0000 (11:48 +0000)]
Merged revisions 82927 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82927 | stefan.krah | 2010-07-17 13:46:52 +0200 (Sat, 17 Jul 2010) | 4 lines

  Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
  In that case, do not attempt to parse stderr output.
........

14 years agoMerged revisions 82922 via svnmerge from
R. David Murray [Sat, 17 Jul 2010 01:28:04 +0000 (01:28 +0000)]
Merged revisions 82922 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82922 | r.david.murray | 2010-07-16 21:19:57 -0400 (Fri, 16 Jul 2010) | 4 lines

  #1555570: correctly handle a \r\n that is split by the read buffer.

  Patch and test by Tony Nelson.
........

14 years agoMerged revisions 82919 via svnmerge from
Antoine Pitrou [Fri, 16 Jul 2010 19:11:23 +0000 (19:11 +0000)]
Merged revisions 82919 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82919 | antoine.pitrou | 2010-07-16 21:10:38 +0200 (ven., 16 juil. 2010) | 4 lines

  Fix possible failure in pickling tests due to different instantiations
  of the random module being around.
........

14 years agoMerged revisions 82915 via svnmerge from
Alexander Belopolsky [Fri, 16 Jul 2010 14:52:25 +0000 (14:52 +0000)]
Merged revisions 82915 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82915 | alexander.belopolsky | 2010-07-16 10:39:45 -0400 (Fri, 16 Jul 2010) | 1 line

  Corrected TUPLE<N> opcodes' docs.
........

14 years agoBackported SysLogHandler fix for issue #7077.
Vinay Sajip [Thu, 15 Jul 2010 21:40:13 +0000 (21:40 +0000)]
Backported SysLogHandler fix for issue #7077.

14 years agoMerged revisions 82899 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 20:32:56 +0000 (20:32 +0000)]
Merged revisions 82899 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82899 | senthil.kumaran | 2010-07-15 02:00:02 +0530 (Thu, 15 Jul 2010) | 2 lines

  Fix issue9132 - Documentation for comparing dictionaries is out of date
........

14 years agoMerged revisions 82895 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 20:13:28 +0000 (20:13 +0000)]
Merged revisions 82895 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82895 | senthil.kumaran | 2010-07-15 01:40:52 +0530 (Thu, 15 Jul 2010) | 3 lines

  Fix a mistake, https proxy shoud be https://
........

14 years agoMerged revisions 82890 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 19:20:43 +0000 (19:20 +0000)]
Merged revisions 82890 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82890 | senthil.kumaran | 2010-07-15 00:45:23 +0530 (Thu, 15 Jul 2010) | 3 lines

  Fix: Issue6853 - Get HTTPS system proxy in Windows.
........

14 years agoBlocked revisions 82887 via svnmerge
Alexander Belopolsky [Wed, 14 Jul 2010 13:48:41 +0000 (13:48 +0000)]
Blocked revisions 82887 via svnmerge

........
  r82887 | alexander.belopolsky | 2010-07-14 09:46:57 -0400 (Wed, 14 Jul 2010) | 1 line

  PEP 8 conformance: class_ -> cls
........

14 years agoMerged revisions 82885 via svnmerge from
Antoine Pitrou [Wed, 14 Jul 2010 11:56:06 +0000 (11:56 +0000)]
Merged revisions 82885 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82885 | antoine.pitrou | 2010-07-14 13:52:38 +0200 (mer., 14 juil. 2010) | 4 lines

  Issue #9251: test_threaded_import didn't fail when run through regrtest
  if the import lock was disabled.
........

14 years agoMerged revisions 82881 via svnmerge from
Senthil Kumaran [Wed, 14 Jul 2010 10:28:38 +0000 (10:28 +0000)]
Merged revisions 82881 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82881 | senthil.kumaran | 2010-07-14 15:51:22 +0530 (Wed, 14 Jul 2010) | 3 lines

  Fix Issue5842 - Moving the tests out of urllib.parse module
........

14 years agoMerged revisions 82879 via svnmerge from
Stefan Krah [Wed, 14 Jul 2010 10:19:40 +0000 (10:19 +0000)]
Merged revisions 82879 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Wed, 14 Jul 2010) | 3 lines

  High byte is the exit status.
........

14 years agoAdd missing file from the previous commit (r82859): test_sndhdr.py
Victor Stinner [Tue, 13 Jul 2010 23:31:11 +0000 (23:31 +0000)]
Add missing file from the previous commit (r82859): test_sndhdr.py