]> granicus.if.org Git - python/log
python
15 years agoClean up some int/long detection remnants in resource module.
Mark Dickinson [Fri, 8 May 2009 21:28:46 +0000 (21:28 +0000)]
Clean up some int/long detection remnants in resource module.

15 years agoBlocked revisions 72107 via svnmerge
Benjamin Peterson [Fri, 8 May 2009 21:07:34 +0000 (21:07 +0000)]
Blocked revisions 72107 via svnmerge

........
  r72107 | matthias.klose | 2009-04-29 12:18:19 -0500 (Wed, 29 Apr 2009) | 3 lines

  - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
    the order that backends for the dbm extension are checked.
........

15 years agoMerged revisions 72479 via svnmerge from
Mark Dickinson [Fri, 8 May 2009 21:01:57 +0000 (21:01 +0000)]
Merged revisions 72479 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72479 | mark.dickinson | 2009-05-08 21:58:08 +0100 (Fri, 08 May 2009) | 3 lines

  Issue #5933: Fix gcc -Wextra compiler warnings (and remove some
  trailing whitespace).
........

15 years agoBlocked revisions 72053,72111,72114,72246,72343,72418-72419,72451 via svnmerge
Benjamin Peterson [Fri, 8 May 2009 20:59:42 +0000 (20:59 +0000)]
Blocked revisions 72053,72111,72114,72246,72343,72418-72419,72451 via svnmerge

........
  r72053 | raymond.hettinger | 2009-04-27 16:12:54 -0500 (Mon, 27 Apr 2009) | 1 line

  Add example to the seealso section.
........
  r72111 | matthias.klose | 2009-04-29 14:52:49 -0500 (Wed, 29 Apr 2009) | 3 lines

  - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
    the order that backends for the dbm extension are checked.
........
  r72114 | matthias.klose | 2009-04-29 15:09:50 -0500 (Wed, 29 Apr 2009) | 2 lines

  - configure.in: Don't error, when no --with-dbmliborder option is present
........
  r72246 | gregory.p.smith | 2009-05-03 15:27:25 -0500 (Sun, 03 May 2009) | 2 lines

  docstring update.
........
  r72343 | senthil.kumaran | 2009-05-05 12:34:42 -0500 (Tue, 05 May 2009) | 1 line

  Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now.
........
  r72418 | r.david.murray | 2009-05-06 20:39:25 -0500 (Wed, 06 May 2009) | 3 lines

  Document how to pass a 'decode' argument to get_payload when
  is_multipart is False.
........
  r72419 | r.david.murray | 2009-05-06 20:43:57 -0500 (Wed, 06 May 2009) | 2 lines

  Revert inappropriate doc change.
........
  r72451 | tarek.ziade | 2009-05-07 17:19:27 -0500 (Thu, 07 May 2009) | 1 line

  run autoconf (step forgotten in r72445)
........

15 years agoport r72246
Benjamin Peterson [Fri, 8 May 2009 20:54:42 +0000 (20:54 +0000)]
port r72246

15 years agoMerged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131...
Benjamin Peterson [Fri, 8 May 2009 20:42:26 +0000 (20:42 +0000)]
Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70768 | andrew.kuchling | 2009-03-30 17:29:15 -0500 (Mon, 30 Mar 2009) | 1 line

  Typo fixes
........
  r71657 | vinay.sajip | 2009-04-16 14:07:37 -0500 (Thu, 16 Apr 2009) | 1 line

  Issue #5768: Change to Unicode output logic and test case for same.
........
  r71721 | benjamin.peterson | 2009-04-18 14:26:19 -0500 (Sat, 18 Apr 2009) | 1 line

  fix a few nits in unittest.py #5771
........
  r71729 | benjamin.peterson | 2009-04-18 16:03:10 -0500 (Sat, 18 Apr 2009) | 1 line

  move test to a more appropiate one
........
  r71794 | vinay.sajip | 2009-04-22 07:10:47 -0500 (Wed, 22 Apr 2009) | 2 lines

  Issue #5170: Fixed regression caused when fixing #5768.
........
  r71976 | mark.dickinson | 2009-04-26 14:54:55 -0500 (Sun, 26 Apr 2009) | 2 lines

  Fix typo in function name
........
  r72036 | georg.brandl | 2009-04-27 12:04:23 -0500 (Mon, 27 Apr 2009) | 1 line

  #5848: small unittest doc patch.
........
  r72037 | georg.brandl | 2009-04-27 12:09:53 -0500 (Mon, 27 Apr 2009) | 1 line

  #5840: dont claim we dont support TLS.
........
  r72079 | r.david.murray | 2009-04-28 14:02:55 -0500 (Tue, 28 Apr 2009) | 2 lines

  Remove spurious 'u'.
........
  r72085 | georg.brandl | 2009-04-28 16:48:35 -0500 (Tue, 28 Apr 2009) | 1 line

  Make the doctests in the docs pass, except for those in the turtle module.
........
  r72131 | benjamin.peterson | 2009-04-29 17:43:35 -0500 (Wed, 29 Apr 2009) | 1 line

  fix test_shutil on ZFS #5676
........
  r72132 | georg.brandl | 2009-04-29 17:44:07 -0500 (Wed, 29 Apr 2009) | 1 line

  #5878: fix repr of re object.
........
  r72133 | benjamin.peterson | 2009-04-29 17:44:15 -0500 (Wed, 29 Apr 2009) | 1 line

  make sure mode is removable while cleaning up test droppings
........
  r72134 | benjamin.peterson | 2009-04-29 19:06:33 -0500 (Wed, 29 Apr 2009) | 1 line

  make sure to close file
........
  r72191 | michael.foord | 2009-05-02 06:43:06 -0500 (Sat, 02 May 2009) | 9 lines

  Adds an exit parameter to unittest.main(). If False main no longer
  calls sys.exit.

  Closes issue 3379.

  Michael Foord

........
  r72197 | benjamin.peterson | 2009-05-02 11:24:37 -0500 (Sat, 02 May 2009) | 1 line

  don't let sys.argv be used in the tests
........
  r72198 | andrew.kuchling | 2009-05-02 12:12:15 -0500 (Sat, 02 May 2009) | 1 line

  Add items
........
  r72219 | michael.foord | 2009-05-02 15:15:05 -0500 (Sat, 02 May 2009) | 8 lines

  Add addCleanup and doCleanups to unittest.TestCase.

  Closes issue 5679.

  Michael Foord
........
  r72221 | benjamin.peterson | 2009-05-02 15:26:53 -0500 (Sat, 02 May 2009) | 1 line

  add myself
........
  r72225 | michael.foord | 2009-05-02 17:43:34 -0500 (Sat, 02 May 2009) | 1 line
........
  r72303 | benjamin.peterson | 2009-05-04 19:55:24 -0500 (Mon, 04 May 2009) | 1 line

  using sys._getframe(x), where x > 0 doesnt' work on IronPython
........
  r72434 | r.david.murray | 2009-05-07 13:09:58 -0500 (Thu, 07 May 2009) | 2 lines

  Pre-opened test file needs to be opened in binary mode.
........
  r72467 | georg.brandl | 2009-05-08 07:17:34 -0500 (Fri, 08 May 2009) | 1 line

  Fix name.
........
  r72476 | thomas.heller | 2009-05-08 15:09:40 -0500 (Fri, 08 May 2009) | 4 lines

  Add a file that contains diffs between offical libffi files and the
  files in this repository.  Should make it easier to merge new libffi
  versions.
........

15 years agoMerged revisions 72474 via svnmerge from
Benjamin Peterson [Fri, 8 May 2009 18:18:45 +0000 (18:18 +0000)]
Merged revisions 72474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72474 | benjamin.peterson | 2009-05-08 12:59:29 -0500 (Fri, 08 May 2009) | 1 line

  fix this test
........

15 years agoMerged revisions 72469 via svnmerge from
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 14:18:00 +0000 (14:18 +0000)]
Merged revisions 72469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72469 | jeroen.ruigrok | 2009-05-08 16:11:23 +0200 (vr, 08 mei 2009) | 2 lines

  Update the Windows locale mapping with the ones introduced with Vista.
........

15 years agoMerged revisions 72468 via svnmerge from
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 14:17:00 +0000 (14:17 +0000)]
Merged revisions 72468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72468 | jeroen.ruigrok | 2009-05-08 15:07:39 +0200 (vr, 08 mei 2009) | 2 lines

  Add ISO-8859-16.
........

15 years ago#4351: more appropriate DeprecationWarning stacklevels
Philip Jenvey [Fri, 8 May 2009 03:57:12 +0000 (03:57 +0000)]
#4351: more appropriate DeprecationWarning stacklevels

15 years agoBlocked revisions 72464 via svnmerge
Benjamin Peterson [Fri, 8 May 2009 03:31:15 +0000 (03:31 +0000)]
Blocked revisions 72464 via svnmerge

........
  r72464 | benjamin.peterson | 2009-05-07 22:29:26 -0500 (Thu, 07 May 2009) | 1 line

  this is now a bound method
........

15 years agothis is now a bound method
Benjamin Peterson [Fri, 8 May 2009 03:27:59 +0000 (03:27 +0000)]
this is now a bound method

15 years agoMerged revisions 72461 via svnmerge from
Benjamin Peterson [Fri, 8 May 2009 03:25:19 +0000 (03:25 +0000)]
Merged revisions 72461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72461 | benjamin.peterson | 2009-05-07 22:06:00 -0500 (Thu, 07 May 2009) | 1 line

  add _PyObject_LookupSpecial to handle fetching special method lookup
........

15 years agoBlocked revisions 72458 via svnmerge
Benjamin Peterson [Fri, 8 May 2009 02:46:09 +0000 (02:46 +0000)]
Blocked revisions 72458 via svnmerge

........
  r72458 | philip.jenvey | 2009-05-07 21:28:39 -0500 (Thu, 07 May 2009) | 2 lines

  #4351: more appropriate DeprecationWarning stacklevels
........

15 years agoMerged revisions 72454 via svnmerge from
Tarek Ziadé [Thu, 7 May 2009 23:11:34 +0000 (23:11 +0000)]
Merged revisions 72454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72454 | tarek.ziade | 2009-05-08 01:01:56 +0200 (Fri, 08 May 2009) | 1 line

  fixed AR/ARFLAGS values in test_sysconfig
........

15 years agorun autoconf (step forgotten in r72446)
Tarek Ziadé [Thu, 7 May 2009 22:18:49 +0000 (22:18 +0000)]
run autoconf (step forgotten in r72446)

15 years agoMerged revisions 72445 via svnmerge from
Tarek Ziadé [Thu, 7 May 2009 21:24:43 +0000 (21:24 +0000)]
Merged revisions 72445 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line

  Fixed #5941: added ARFLAGS for the archiver command.
........

15 years agoBlocked revisions 72443 via svnmerge
Tarek Ziadé [Thu, 7 May 2009 21:14:34 +0000 (21:14 +0000)]
Blocked revisions 72443 via svnmerge

........
  r72443 | tarek.ziade | 2009-05-07 23:13:02 +0200 (Thu, 07 May 2009) | 1 line

  removed remaining spaces
........

15 years agoMerged revisions 72439 via svnmerge from
Eric Smith [Thu, 7 May 2009 19:38:09 +0000 (19:38 +0000)]
Merged revisions 72439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72439 | eric.smith | 2009-05-07 15:36:09 -0400 (Thu, 07 May 2009) | 1 line

  Fixed wording for formatting integers: precision is not allowed.
........

15 years agoremove old metaclass demos
Benjamin Peterson [Thu, 7 May 2009 19:14:14 +0000 (19:14 +0000)]
remove old metaclass demos

15 years agoMerged revisions 72425-72426 via svnmerge from
R. David Murray [Thu, 7 May 2009 18:24:38 +0000 (18:24 +0000)]
Merged revisions 72425-72426 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72425 | r.david.murray | 2009-05-07 12:27:02 -0400 (Thu, 07 May 2009) | 3 lines

  Issue5955: aifc's close method did not close the file it wrapped,
  now it does.  This also means getfp method now returns the real fp.
........
  r72426 | r.david.murray | 2009-05-07 12:29:19 -0400 (Thu, 07 May 2009) | 3 lines

  News item for Issue5955.
........

15 years agoMisc/NEWS entry for r72248
Mark Dickinson [Thu, 7 May 2009 16:37:01 +0000 (16:37 +0000)]
Misc/NEWS entry for r72248

15 years agoMerged revisions 72422 via svnmerge from
Benjamin Peterson [Thu, 7 May 2009 11:53:38 +0000 (11:53 +0000)]
Merged revisions 72422 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72422 | benjamin.peterson | 2009-05-07 06:45:38 -0500 (Thu, 07 May 2009) | 1 line

  actually close files instead of leaving it to the gc #5955
........

15 years agoMerged revisions 72415 via svnmerge from
Andrew M. Kuchling [Thu, 7 May 2009 10:56:44 +0000 (10:56 +0000)]
Merged revisions 72415 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72415 | andrew.kuchling | 2009-05-06 18:54:19 -0400 (Wed, 06 May 2009) | 1 line

  Remove two dead links
........

15 years agopost release updates
Benjamin Peterson [Wed, 6 May 2009 23:26:59 +0000 (23:26 +0000)]
post release updates

15 years agotag 3.1 beta 1
Benjamin Peterson [Wed, 6 May 2009 20:51:23 +0000 (20:51 +0000)]
tag 3.1 beta 1

15 years agobump version to 3.1b1 v3.1b1
Benjamin Peterson [Wed, 6 May 2009 20:43:28 +0000 (20:43 +0000)]
bump version to 3.1b1

15 years agoupdate pydoc_topics
Benjamin Peterson [Wed, 6 May 2009 20:39:50 +0000 (20:39 +0000)]
update pydoc_topics

15 years agoMerged revisions 72404-72406 via svnmerge from
Walter Dörwald [Wed, 6 May 2009 14:41:26 +0000 (14:41 +0000)]
Merged revisions 72404-72406 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines

  Issue 3739: The unicode-internal encoder now reports the number of *characters*
  consumed like any other encoder (instead of the number of bytes).
........
  r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines

  Add NEWS entry about issue #3739.
........

15 years agoMerged revisions 72399 via svnmerge from
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 13:18:35 +0000 (13:18 +0000)]
Merged revisions 72399 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines

  Be more explicit about the error we are catching.

  Requested by: Antoine Pitrou
........

15 years agoIssue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and...
Eric Smith [Wed, 6 May 2009 13:08:15 +0000 (13:08 +0000)]
Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf.

15 years ago#5947: add PendingDeprecationWarning to PyCObject functions.
Georg Brandl [Wed, 6 May 2009 08:47:56 +0000 (08:47 +0000)]
#5947: add PendingDeprecationWarning to PyCObject functions.

15 years ago#5946: fix speling.
Georg Brandl [Wed, 6 May 2009 08:32:17 +0000 (08:32 +0000)]
#5946: fix speling.

15 years agoBlocked revisions 72392 via svnmerge
Tarek Ziadé [Wed, 6 May 2009 08:12:20 +0000 (08:12 +0000)]
Blocked revisions 72392 via svnmerge

........
  r72392 | tarek.ziade | 2009-05-06 10:11:00 +0200 (Wed, 06 May 2009) | 1 line

  removed string.split usage
........

15 years agoMerged revisions 72388 via svnmerge from
Tarek Ziadé [Wed, 6 May 2009 08:08:26 +0000 (08:08 +0000)]
Merged revisions 72388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line

  more build_clib cleanup + test coverage
........

15 years agoIssue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.
Mark Hammond [Wed, 6 May 2009 08:04:54 +0000 (08:04 +0000)]
Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.
By Larry Hastings, reviewed eric.smith and mark.hammond.

15 years agoBlocked revisions 72382 via svnmerge
Tarek Ziadé [Wed, 6 May 2009 07:43:09 +0000 (07:43 +0000)]
Blocked revisions 72382 via svnmerge

........
  r72382 | tarek.ziade | 2009-05-06 09:41:53 +0200 (Wed, 06 May 2009) | 1 line

  pep8-fied build_clib module : it is now similar to the one in 3.x
........

15 years agoFixed #5940: distutils.command.build_clib.check_library_list is doing the right check...
Tarek Ziadé [Wed, 6 May 2009 07:26:24 +0000 (07:26 +0000)]
Fixed #5940: distutils.command.build_clib.check_library_list is doing the right checkings again

15 years agoMerged revisions 72375 via svnmerge from
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 05:33:24 +0000 (05:33 +0000)]
Merged revisions 72375 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72375 | jeroen.ruigrok | 2009-05-06 07:25:42 +0200 (wo, 06 mei 2009) | 5 lines

  Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent
  us from raising an exception when the locale is invalid.

  Issue #1443504
........

15 years agoAdded Objects/capsule.c to project files.
Hirokazu Yamamoto [Wed, 6 May 2009 04:02:39 +0000 (04:02 +0000)]
Added Objects/capsule.c to project files.

15 years agoMerged revisions 72226 via svnmerge from
Kurt B. Kaiser [Wed, 6 May 2009 03:38:31 +0000 (03:38 +0000)]
Merged revisions 72226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines

  idle.py modified and simplified to better support
  developing experimental versions of IDLE which are
  not installed in the standard location.
........

15 years agoMerged revisions 72227 via svnmerge from
Kurt B. Kaiser [Wed, 6 May 2009 03:23:37 +0000 (03:23 +0000)]
Merged revisions 72227 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines

  Further development of issue5559, handle Windows files
  which not only have embedded spaces, but leading spaces.
........

15 years agoturn this into a macro
Benjamin Peterson [Wed, 6 May 2009 02:43:58 +0000 (02:43 +0000)]
turn this into a macro

15 years agoMerged revisions 72368 via svnmerge from
Benjamin Peterson [Tue, 5 May 2009 23:23:31 +0000 (23:23 +0000)]
Merged revisions 72368 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r72368 | benjamin.peterson | 2009-05-05 18:13:58 -0500 (Tue, 05 May 2009) | 53 lines

  Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r68503 | benjamin.peterson | 2009-01-10 14:14:49 -0600 (Sat, 10 Jan 2009) | 1 line

    use variable
  ........
    r68507 | benjamin.peterson | 2009-01-10 15:13:16 -0600 (Sat, 10 Jan 2009) | 1 line

    rewrap
  ........
    r68694 | benjamin.peterson | 2009-01-17 17:55:59 -0600 (Sat, 17 Jan 2009) | 1 line

    test for specific node type
  ........
    r69054 | guilherme.polo | 2009-01-28 10:01:54 -0600 (Wed, 28 Jan 2009) | 2 lines

    Added mapping for the ttk module.
  ........
    r69673 | benjamin.peterson | 2009-02-16 09:38:22 -0600 (Mon, 16 Feb 2009) | 1 line

    fix handling of as imports #5279
  ........
    r69679 | benjamin.peterson | 2009-02-16 11:36:06 -0600 (Mon, 16 Feb 2009) | 1 line

    make Base.get_next_sibling() and Base.get_prev_sibling() properties
  ........
    r69680 | benjamin.peterson | 2009-02-16 11:41:48 -0600 (Mon, 16 Feb 2009) | 1 line

    normalize docstrings in pytree according to PEP 11
  ........
    r69681 | benjamin.peterson | 2009-02-16 11:43:09 -0600 (Mon, 16 Feb 2009) | 1 line

    use a set
  ........
    r70991 | benjamin.peterson | 2009-04-01 15:54:50 -0500 (Wed, 01 Apr 2009) | 1 line

    map urllib.urlopen to urllib.request.open #5637
  ........
    r70999 | benjamin.peterson | 2009-04-01 17:36:47 -0500 (Wed, 01 Apr 2009) | 1 line

    add very alpha support to 2to3 for running concurrently with multiprocessing
  ........
    r71003 | benjamin.peterson | 2009-04-01 18:10:43 -0500 (Wed, 01 Apr 2009) | 1 line

    fix when multiprocessing is not available or used
  ........
    r71695 | benjamin.peterson | 2009-04-17 22:21:29 -0500 (Fri, 17 Apr 2009) | 1 line

    refactor multiprocessing support, so it's less hacky to employ and only loads mp when needed
  ........
................

15 years agoMerged revisions 72367 via svnmerge from
Benjamin Peterson [Tue, 5 May 2009 23:14:15 +0000 (23:14 +0000)]
Merged revisions 72367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72367 | benjamin.peterson | 2009-05-05 18:00:48 -0500 (Tue, 05 May 2009) | 1 line

  tabify :(
........

15 years agoSmall style edits.
Georg Brandl [Tue, 5 May 2009 22:53:19 +0000 (22:53 +0000)]
Small style edits.

15 years agofix test__locale on windows #5643
Benjamin Peterson [Tue, 5 May 2009 22:49:38 +0000 (22:49 +0000)]
fix test__locale on windows #5643

15 years agoedits
Benjamin Peterson [Tue, 5 May 2009 22:43:21 +0000 (22:43 +0000)]
edits

15 years agoadd a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson [Tue, 5 May 2009 22:31:58 +0000 (22:31 +0000)]
add a replacement API for PyCObject, PyCapsule #5630

All stdlib modules with C-APIs now use this.

Patch by Larry Hastings

15 years agoMerged revisions 72361 via svnmerge from
Martin v. Löwis [Tue, 5 May 2009 22:14:50 +0000 (22:14 +0000)]
Merged revisions 72361 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72361 | martin.v.loewis | 2009-05-06 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines

  Issue #5721: don't package Lib/test/README anymore.
........

15 years agoIssue #5944: Skip PEP 383 tests on OS X.
Mark Dickinson [Tue, 5 May 2009 21:34:59 +0000 (21:34 +0000)]
Issue #5944: Skip PEP 383 tests on OS X.

15 years agoMerged revisions 72357 via svnmerge from
Benjamin Peterson [Tue, 5 May 2009 21:11:54 +0000 (21:11 +0000)]
Merged revisions 72357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72357 | benjamin.peterson | 2009-05-05 16:09:21 -0500 (Tue, 05 May 2009) | 4 lines

  fix running test_capi with -R ::

  Also, fix a refleak in the test that was preventing running. :)
........

15 years agoMerged revisions 72352 via svnmerge from
Thomas Heller [Tue, 5 May 2009 19:04:40 +0000 (19:04 +0000)]
Merged revisions 72352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines

  Fix Issue #4875: find_library can return directories instead of files
  (on win32)
........

15 years agoFix for issue1153027, making Py3k changes similar to fix in issue918368.
Senthil Kumaran [Tue, 5 May 2009 18:41:13 +0000 (18:41 +0000)]
Fix for issue1153027, making Py3k changes similar to fix in issue918368.
This will address:
a) urllib/ in py3k,
b) urllib in py2x is addressed by issue918368.
c) urllib2 in py2x was already addressed in Revision 43132.

15 years agoBlocked revisions 72348 via svnmerge
Eric Smith [Tue, 5 May 2009 18:34:08 +0000 (18:34 +0000)]
Blocked revisions 72348 via svnmerge

........
  r72348 | eric.smith | 2009-05-05 14:26:08 -0400 (Tue, 05 May 2009) | 1 line

  Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
........

15 years agoMerged revisions 72344 via svnmerge from
Mark Dickinson [Tue, 5 May 2009 17:54:36 +0000 (17:54 +0000)]
Merged revisions 72344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72344 | mark.dickinson | 2009-05-05 18:41:47 +0100 (Tue, 05 May 2009) | 3 lines

  Issue #5933: Fix some gcc -Wextra warnings.  Thanks Victor Stinner for
  the patch.
........

15 years agoImproved wording.
Eric Smith [Tue, 5 May 2009 17:19:46 +0000 (17:19 +0000)]
Improved wording.

15 years agoIssue #5943: Fix lchflags crash.
Martin v. Löwis [Tue, 5 May 2009 17:17:55 +0000 (17:17 +0000)]
Issue #5943: Fix lchflags crash.

15 years agoDocumentation for Issue #5920.
Eric Smith [Tue, 5 May 2009 16:42:58 +0000 (16:42 +0000)]
Documentation for Issue #5920.

15 years agoMerged revisions 72335 via svnmerge from
Martin v. Löwis [Tue, 5 May 2009 16:14:30 +0000 (16:14 +0000)]
Merged revisions 72335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines

  Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
........

15 years agoIssue #5920: Changed format.__float__ and complex.__float__ to use a precision of...
Eric Smith [Tue, 5 May 2009 14:04:18 +0000 (14:04 +0000)]
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.

15 years agoAdded missing semicolon.
Eric Smith [Tue, 5 May 2009 13:07:30 +0000 (13:07 +0000)]
Added missing semicolon.

15 years ago2.7 -> 3.1 versionchanges.
Georg Brandl [Tue, 5 May 2009 09:29:50 +0000 (09:29 +0000)]
2.7 -> 3.1 versionchanges.

15 years agoMerged revisions 72328 via svnmerge from
Georg Brandl [Tue, 5 May 2009 09:21:07 +0000 (09:21 +0000)]
Merged revisions 72328 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72328 | georg.brandl | 2009-05-05 11:20:52 +0200 (Di, 05 Mai 2009) | 1 line

  Remove unused variable.
........

15 years agoMerged revisions 72326 via svnmerge from
Georg Brandl [Tue, 5 May 2009 09:19:59 +0000 (09:19 +0000)]
Merged revisions 72326 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72326 | georg.brandl | 2009-05-05 11:19:43 +0200 (Di, 05 Mai 2009) | 1 line

  #5929: fix signedness warning.
........

15 years agoMerged revisions 72324 via svnmerge from
Georg Brandl [Tue, 5 May 2009 09:11:31 +0000 (09:11 +0000)]
Merged revisions 72324 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72324 | georg.brandl | 2009-05-05 11:06:02 +0200 (Di, 05 Mai 2009) | 1 line

  Fix overlong lines.
........

15 years agoMerged revisions 72322 via svnmerge from
Georg Brandl [Tue, 5 May 2009 09:00:19 +0000 (09:00 +0000)]
Merged revisions 72322 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72322 | georg.brandl | 2009-05-05 10:54:11 +0200 (Di, 05 Mai 2009) | 1 line

  #5142: add module skipping feature to pdb.
........

15 years agoMerged revisions 72319-72320 via svnmerge from
Georg Brandl [Tue, 5 May 2009 08:31:54 +0000 (08:31 +0000)]
Merged revisions 72319-72320 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72319 | georg.brandl | 2009-05-05 10:28:49 +0200 (Di, 05 Mai 2009) | 1 line

  #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
........
  r72320 | georg.brandl | 2009-05-05 10:30:28 +0200 (Di, 05 Mai 2009) | 1 line

  Add a news entry for r72319.
........

15 years ago#5923: update turtle module to version 1.1.
Georg Brandl [Tue, 5 May 2009 08:14:33 +0000 (08:14 +0000)]
#5923: update turtle module to version 1.1.

15 years ago#5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples.
Georg Brandl [Tue, 5 May 2009 07:55:26 +0000 (07:55 +0000)]
#5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy examples.

15 years agoMark 72314 as integrated.
Georg Brandl [Tue, 5 May 2009 07:52:29 +0000 (07:52 +0000)]
Mark 72314 as integrated.

15 years agoMerged revisions 72314 via svnmerge from
Georg Brandl [Tue, 5 May 2009 07:52:05 +0000 (07:52 +0000)]
Merged revisions 72314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72314 | georg.brandl | 2009-05-05 09:48:12 +0200 (Di, 05 Mai 2009) | 1 line

  #5932: fix error return in _convertPyInt_AsSsize_t() conversion function.
........

15 years agoIssue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis [Tue, 5 May 2009 04:43:17 +0000 (04:43 +0000)]
Issue #5915: Implement PEP 383, Non-decodable Bytes in
System Character Interfaces.

15 years agoMerged revisions 72306 via svnmerge from
Steven Bethard [Tue, 5 May 2009 02:22:38 +0000 (02:22 +0000)]
Merged revisions 72306 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72306 | steven.bethard | 2009-05-04 18:31:22 -0700 (Mon, 04 May 2009) | 1 line

  Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.)
........

15 years agoMerged revisions 72149 via svnmerge from
R. David Murray [Tue, 5 May 2009 02:08:52 +0000 (02:08 +0000)]
Merged revisions 72149 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72149 | r.david.murray | 2009-04-30 08:42:32 -0400 (Thu, 30 Apr 2009) | 4 lines

  Make the turtle.rst doctests pass.  I have a feeling there should be
  more cleanup, but I don't know now to kill turtles.  Especially
  unexpected ones... ;)
........

15 years agoMerged revisions 72299 via svnmerge from
R. David Murray [Mon, 4 May 2009 22:59:07 +0000 (22:59 +0000)]
Merged revisions 72299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72299 | r.david.murray | 2009-05-04 18:16:24 -0400 (Mon, 04 May 2009) | 7 lines

  Fix issue 5890: (property subclass shadows __doc__ string) by inserting
  the __doc__ into the subclass instance __dict__.  The fix refactors
  property_copy to call property_init in such a way that the __doc__
  logic is re-executed correctly when getter_doc is 1, thus simplifying
  property_copy.
........

15 years agoremove old undocumented compat interfaces in hashlib and pwd #5881
Benjamin Peterson [Mon, 4 May 2009 22:25:21 +0000 (22:25 +0000)]
remove old undocumented compat interfaces in hashlib and pwd #5881

15 years agosee if we can get this to work on windows
Benjamin Peterson [Mon, 4 May 2009 21:28:12 +0000 (21:28 +0000)]
see if we can get this to work on windows

15 years agoMerged revisions 72295 via svnmerge from
Antoine Pitrou [Mon, 4 May 2009 21:21:36 +0000 (21:21 +0000)]
Merged revisions 72295 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72295 | antoine.pitrou | 2009-05-04 23:17:17 +0200 (lun., 04 mai 2009) | 3 lines

  Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory.
........

15 years agoAdd missing documentation for bytes.decode().
Georg Brandl [Mon, 4 May 2009 21:01:20 +0000 (21:01 +0000)]
Add missing documentation for bytes.decode().

15 years agoMerged revisions 72292 via svnmerge from
Georg Brandl [Mon, 4 May 2009 20:50:30 +0000 (20:50 +0000)]
Merged revisions 72292 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72292 | georg.brandl | 2009-05-04 22:49:17 +0200 (Mo, 04 Mai 2009) | 1 line

  #5916, 5917: small socket doc improvements.
........

15 years agoMerged revisions 72290 via svnmerge from
Georg Brandl [Mon, 4 May 2009 20:46:44 +0000 (20:46 +0000)]
Merged revisions 72290 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72290 | georg.brandl | 2009-05-04 22:45:13 +0200 (Mo, 04 Mai 2009) | 1 line

  #5927, 5928: typos.
........

15 years agoMerged revisions 72288 via svnmerge from
Georg Brandl [Mon, 4 May 2009 20:43:44 +0000 (20:43 +0000)]
Merged revisions 72288 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72288 | georg.brandl | 2009-05-04 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line

  #5925: fix highlighting of keyword table.
........

15 years agoversion added 3.1
Gregory P. Smith [Mon, 4 May 2009 19:35:16 +0000 (19:35 +0000)]
version added 3.1

15 years agodocumentation clarification. mention bytes.
Gregory P. Smith [Mon, 4 May 2009 19:34:45 +0000 (19:34 +0000)]
documentation clarification.  mention bytes.

15 years agoMerged revisions 72283-72284 via svnmerge from
Antoine Pitrou [Mon, 4 May 2009 18:56:13 +0000 (18:56 +0000)]
Merged revisions 72283-72284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72283 | antoine.pitrou | 2009-05-04 20:32:32 +0200 (lun., 04 mai 2009) | 4 lines

  Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
  Patch by Nick Barnes and Victor Stinner.
........
  r72284 | antoine.pitrou | 2009-05-04 20:32:50 +0200 (lun., 04 mai 2009) | 3 lines

  Add Nick Barnes to ACKS.
........

15 years agoBlocked revisions 72263 via svnmerge
Georg Brandl [Mon, 4 May 2009 16:39:25 +0000 (16:39 +0000)]
Blocked revisions 72263 via svnmerge

........
  r72263 | walter.doerwald | 2009-05-04 00:46:07 +0200 (Mo, 04 Mai 2009) | 2 lines

  There's no %A in Python 2.x!
........

15 years agoMerged revisions 72278 via svnmerge from
Walter Dörwald [Mon, 4 May 2009 16:10:10 +0000 (16:10 +0000)]
Merged revisions 72278 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72278 | walter.doerwald | 2009-05-04 18:03:03 +0200 (Mo, 04 Mai 2009) | 2 lines

  Fix typos.
........

15 years agoMerged revisions 72273 via svnmerge from
Hirokazu Yamamoto [Mon, 4 May 2009 05:56:46 +0000 (05:56 +0000)]
Merged revisions 72273 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72273 | hirokazu.yamamoto | 2009-05-04 14:28:39 +0900 | 1 line

  Issue #5913: os.listdir() should fail for empty path on windows.
........

15 years agoblock 72267 and 72269. already effectively merged.
Gregory P. Smith [Mon, 4 May 2009 00:51:15 +0000 (00:51 +0000)]
block 72267 and 72269.  already effectively merged.

15 years agoMerge refactoring I did when committing r72267 to trunk into the
Gregory P. Smith [Mon, 4 May 2009 00:45:33 +0000 (00:45 +0000)]
Merge refactoring I did when committing r72267 to trunk into the
already committed issue4751 support in py3k r68411.

15 years agoMerged revisions 72260 via svnmerge from
Walter Dörwald [Sun, 3 May 2009 22:55:55 +0000 (22:55 +0000)]
Merged revisions 72260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72260 | walter.doerwald | 2009-05-04 00:36:33 +0200 (Mo, 04 Mai 2009) | 5 lines

  Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
  PyUnicode_DecodeUTF8() once, remember the result and output it in a second
  step. This avoids problems with counting UTF-8 bytes that ignores the effect
  of using the replace error handler in PyUnicode_DecodeUTF8().
........

15 years agoMerged revisions 72257 via svnmerge from
Mark Dickinson [Sun, 3 May 2009 22:36:01 +0000 (22:36 +0000)]
Merged revisions 72257 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72257 | mark.dickinson | 2009-05-03 23:33:34 +0100 (Sun, 03 May 2009) | 2 lines

  Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
........

15 years agoMerged revisions 72253 via svnmerge from
Mark Dickinson [Sun, 3 May 2009 21:07:13 +0000 (21:07 +0000)]
Merged revisions 72253 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72253 | mark.dickinson | 2009-05-03 21:59:48 +0100 (Sun, 03 May 2009) | 2 lines

  Eliminate some locale-dependent calls to isspace and tolower.
........

15 years agoBlocked revisions 72250 via svnmerge
Mark Dickinson [Sun, 3 May 2009 20:40:46 +0000 (20:40 +0000)]
Blocked revisions 72250 via svnmerge

........
  r72250 | mark.dickinson | 2009-05-03 21:39:06 +0100 (Sun, 03 May 2009) | 2 lines

  Remove unnecessary uses of context in PyGetSetDef.  See issue #5880.
........

15 years agoIssue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson [Sun, 3 May 2009 20:33:40 +0000 (20:33 +0000)]
Issue #5914:  Add new C-API function PyOS_string_to_double, to complement
PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof.

15 years agoMerged revisions 72241 via svnmerge from
Gregory P. Smith [Sun, 3 May 2009 19:38:29 +0000 (19:38 +0000)]
Merged revisions 72241 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72241 | gregory.p.smith | 2009-05-03 12:37:05 -0700 (Sun, 03 May 2009) | 3 lines

  Optimization: move RFC defined network constant construction out of
  the is_*() methods and into module private instances.
........

15 years agomissing commit of . for last checkin.
Gregory P. Smith [Sun, 3 May 2009 19:11:25 +0000 (19:11 +0000)]
missing commit of . for last checkin.

15 years agoMerged revisions 72237 via svnmerge from
Gregory P. Smith [Sun, 3 May 2009 19:09:56 +0000 (19:09 +0000)]
Merged revisions 72237 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72237 | gregory.p.smith | 2009-05-03 11:42:15 -0700 (Sun, 03 May 2009) | 3 lines

  Issue 5379 - applies patch supplied by philipp hagemeister to fix
  many problems with the ancient mcast.py demo code.
........

15 years agoMention ipaddr in whatsnew for 3.1.
Gregory P. Smith [Sun, 3 May 2009 06:53:18 +0000 (06:53 +0000)]
Mention ipaddr in whatsnew for 3.1.