]> granicus.if.org Git - python/log
python
15 years agoMerged revisions 71743 via svnmerge from
Ronald Oussoren [Sun, 19 Apr 2009 10:39:21 +0000 (10:39 +0000)]
Merged revisions 71743 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71743 | ronald.oussoren | 2009-04-19 12:38:20 +0200 (Sun, 19 Apr 2009) | 2 lines

  Fix for issue5657.
........

15 years agoRemove duplicate recipe.
Raymond Hettinger [Sat, 18 Apr 2009 23:58:45 +0000 (23:58 +0000)]
Remove duplicate recipe.

15 years agoMerged revisions 71722,71725 via svnmerge from
Benjamin Peterson [Sat, 18 Apr 2009 20:50:24 +0000 (20:50 +0000)]
Merged revisions 71722,71725 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71722 | benjamin.peterson | 2009-04-18 15:12:47 -0500 (Sat, 18 Apr 2009) | 1 line

  try to initalize all builtin types with PyType_Ready to avoid problems like #5787
........
  r71725 | benjamin.peterson | 2009-04-18 15:25:25 -0500 (Sat, 18 Apr 2009) | 1 line

  initalize -> initialize
........

15 years agoBlocked revisions 71715 via svnmerge
Mark Dickinson [Sat, 18 Apr 2009 15:00:18 +0000 (15:00 +0000)]
Blocked revisions 71715 via svnmerge

........
  r71715 | mark.dickinson | 2009-04-18 15:59:42 +0100 (Sat, 18 Apr 2009) | 2 lines

  Issue #1869: Fix a couple of minor round() issues.
........

15 years agoBlocked revisions 71710 via svnmerge
Mark Dickinson [Sat, 18 Apr 2009 14:42:49 +0000 (14:42 +0000)]
Blocked revisions 71710 via svnmerge

........
  r71710 | mark.dickinson | 2009-04-18 15:41:37 +0100 (Sat, 18 Apr 2009) | 2 lines

  Backport r71704 (add configure check for C99 round function) to trunk.
........

15 years agoMerged revisions 71705 via svnmerge from
Mark Dickinson [Sat, 18 Apr 2009 14:19:58 +0000 (14:19 +0000)]
Merged revisions 71705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71705 | mark.dickinson | 2009-04-18 15:13:43 +0100 (Sat, 18 Apr 2009) | 2 lines

  copysign shouldn't be declared as static in pymath.c
........

15 years agoBlocked revisions 71674 via svnmerge
Tarek Ziadé [Fri, 17 Apr 2009 14:33:43 +0000 (14:33 +0000)]
Blocked revisions 71674 via svnmerge

........
  r71674 | tarek.ziade | 2009-04-17 16:29:56 +0200 (Fri, 17 Apr 2009) | 1 line

  DistutilsSetupError was not raised when one single warning occured
........

15 years agoBlocked revisions 71589 via svnmerge
Tarek Ziadé [Fri, 17 Apr 2009 14:32:46 +0000 (14:32 +0000)]
Blocked revisions 71589 via svnmerge

........
  r71589 | tarek.ziade | 2009-04-13 22:14:54 +0200 (Mon, 13 Apr 2009) | 1 line

  pep8-fied
........

15 years agoIssue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip [Thu, 16 Apr 2009 19:14:09 +0000 (19:14 +0000)]
Issue #5768: Change to Unicode output logic and test case for same.

15 years agoMerged revisions 71640-71641 via svnmerge from
Thomas Heller [Thu, 16 Apr 2009 19:13:35 +0000 (19:13 +0000)]
Merged revisions 71640-71641 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71640 | thomas.heller | 2009-04-16 08:26:33 +0200 (Do, 16 Apr 2009) | 1 line

  Remove unneeded code.
........
  r71641 | thomas.heller | 2009-04-16 08:42:02 +0200 (Do, 16 Apr 2009) | 2 lines

  Remove duplicated function declaration.
  Make _pagesize static.
........

15 years agoIssue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip [Thu, 16 Apr 2009 19:11:35 +0000 (19:11 +0000)]
Issue #5768: Change to Unicode output logic and test case for same.

15 years agoMerged revisions 71651 via svnmerge from
R. David Murray [Thu, 16 Apr 2009 18:17:55 +0000 (18:17 +0000)]
Merged revisions 71651 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71651 | r.david.murray | 2009-04-16 14:12:53 -0400 (Thu, 16 Apr 2009) | 2 lines

  Less red ink (warning->note) and add link to def of side-by-side assembly.
........

15 years agoMerged revisions 71380 via svnmerge from
Hirokazu Yamamoto [Thu, 16 Apr 2009 03:25:44 +0000 (03:25 +0000)]
Merged revisions 71380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71380 | raymond.hettinger | 2009-04-08 06:43:51 +0900 | 1 line

  Fix make.bat to match makefile changes
........

15 years agoPost release version tweak.
Barry Warsaw [Thu, 16 Apr 2009 00:49:46 +0000 (00:49 +0000)]
Post release version tweak.

15 years agoMerged revisions 70873,70904,70934,71490,71553,71579 via svnmerge from
R. David Murray [Wed, 15 Apr 2009 23:00:41 +0000 (23:00 +0000)]
Merged revisions 70873,70904,70934,71490,71553,71579 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70873 | josiah.carlson | 2009-03-31 15:32:34 -0400 (Tue, 31 Mar 2009) | 2 lines

  This resolves issue 1161031.  Tests pass.
........
  r70904 | josiah.carlson | 2009-03-31 17:49:36 -0400 (Tue, 31 Mar 2009) | 3 lines

  Made handle_expt_event() be called last, so that we don't accidentally read
  after closing the socket.
........
  r70934 | josiah.carlson | 2009-03-31 21:28:11 -0400 (Tue, 31 Mar 2009) | 2 lines

  Fix for failing asyncore tests.
........
  r71490 | r.david.murray | 2009-04-11 13:52:56 -0400 (Sat, 11 Apr 2009) | 4 lines

  Make test_asyncore tests match code changes introduced by the
  fix to Issue1161031, refactoring the test to simplify it in
  the process.
........
  r71553 | r.david.murray | 2009-04-12 21:06:46 -0400 (Sun, 12 Apr 2009) | 3 lines

  Adjust test_asyncore to account for intentional asyncore behavior change
  introduced by r70934 that was causing a test failure when run under -O.
........
  r71579 | r.david.murray | 2009-04-13 12:56:32 -0400 (Mon, 13 Apr 2009) | 2 lines

  Add missing NEWS item for issue1161031 fix.
........

15 years agoMerged revisions 71631 via svnmerge from
R. David Murray [Wed, 15 Apr 2009 22:34:30 +0000 (22:34 +0000)]
Merged revisions 71631 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71631 | r.david.murray | 2009-04-15 18:33:07 -0400 (Wed, 15 Apr 2009) | 4 lines

  Fix for issue3440: add warning to subprocess discussion of
  env parameter that on Windows SystemRoot is required in order
  to run side-by-side assemblies.
........

15 years agoMerged revisions 71627 via svnmerge from
Benjamin Peterson [Wed, 15 Apr 2009 21:46:14 +0000 (21:46 +0000)]
Merged revisions 71627 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71627 | benjamin.peterson | 2009-04-15 16:26:36 -0500 (Wed, 15 Apr 2009) | 4 lines

  call __float__ on str subclasses #5759

  tests by R. David Murray
........

15 years agoRemove NEWS item for issue that wasnt actually backported.
Georg Brandl [Wed, 15 Apr 2009 19:44:57 +0000 (19:44 +0000)]
Remove NEWS item for issue that wasnt actually backported.

15 years agoTagging 2.6.2 (final)
Barry Warsaw [Tue, 14 Apr 2009 13:17:30 +0000 (13:17 +0000)]
Tagging 2.6.2 (final)

15 years agoBumping to 2.6.2 (final). v2.6.2
Barry Warsaw [Tue, 14 Apr 2009 13:16:19 +0000 (13:16 +0000)]
Bumping to 2.6.2 (final).

15 years agoBlocked revisions 71585 via svnmerge
Tarek Ziadé [Mon, 13 Apr 2009 20:05:17 +0000 (20:05 +0000)]
Blocked revisions 71585 via svnmerge

........
  r71585 | tarek.ziade | 2009-04-13 22:03:44 +0200 (Mon, 13 Apr 2009) | 1 line

  improved test coverage for distutils.cmd
........

15 years agoBlocked revisions 71569 via svnmerge
Tarek Ziadé [Mon, 13 Apr 2009 12:57:10 +0000 (12:57 +0000)]
Blocked revisions 71569 via svnmerge

........
  r71569 | tarek.ziade | 2009-04-13 14:42:26 +0200 (Mon, 13 Apr 2009) | 1 line

  deactivate test_search_cpp under win32
........

15 years agoMerged revisions 71564 via svnmerge from
Georg Brandl [Mon, 13 Apr 2009 12:37:59 +0000 (12:37 +0000)]
Merged revisions 71564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71564 | georg.brandl | 2009-04-13 12:36:24 +0000 (Mo, 13 Apr 2009) | 1 line

  #5741 followup: should also allow %%(blah)s.
........

15 years agoBlocked revisions 71560 via svnmerge
Tarek Ziadé [Mon, 13 Apr 2009 12:35:51 +0000 (12:35 +0000)]
Blocked revisions 71560 via svnmerge

........
  r71560 | tarek.ziade | 2009-04-13 14:34:01 +0200 (Mon, 13 Apr 2009) | 1 line

  Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
........

15 years agoMerged revisions 71554-71555 via svnmerge from
Hirokazu Yamamoto [Mon, 13 Apr 2009 03:51:11 +0000 (03:51 +0000)]
Merged revisions 71554-71555 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71554 | hirokazu.yamamoto | 2009-04-13 10:07:06 +0900 | 1 line

  Fixed typo. (email.Utils => email.utils)
........
  r71555 | hirokazu.yamamoto | 2009-04-13 10:21:56 +0900 | 1 line

  Fixed another typos. (email.Utils => email.utils)
........

15 years agoMerged revisions 71548 via svnmerge from
Eric Smith [Mon, 13 Apr 2009 00:32:15 +0000 (00:32 +0000)]
Merged revisions 71548 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71548 | eric.smith | 2009-04-12 20:29:50 -0400 (Sun, 12 Apr 2009) | 1 line

  Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice.
........

15 years agoMerged revisions 71537 via svnmerge from
Georg Brandl [Sun, 12 Apr 2009 17:26:19 +0000 (17:26 +0000)]
Merged revisions 71537 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71537 | georg.brandl | 2009-04-12 19:24:11 +0200 (So, 12 Apr 2009) | 1 line

  #5741: dont disallow double percent signs in SafeConfigParser.set() keys.
........

15 years agoBlocked revisions 71533 via svnmerge
Tarek Ziadé [Sun, 12 Apr 2009 17:02:55 +0000 (17:02 +0000)]
Blocked revisions 71533 via svnmerge

........
  r71533 | tarek.ziade | 2009-04-12 19:02:08 +0200 (Sun, 12 Apr 2009) | 1 line

  removed string usage and added a test for _clean
........

15 years agoBlocked revisions 71528 via svnmerge
Tarek Ziadé [Sun, 12 Apr 2009 16:46:41 +0000 (16:46 +0000)]
Blocked revisions 71528 via svnmerge

........
  r71528 | tarek.ziade | 2009-04-12 18:45:32 +0200 (Sun, 12 Apr 2009) | 1 line

  added a test for finalize_options
........

15 years agoBlocked revisions 71523 via svnmerge
Tarek Ziadé [Sun, 12 Apr 2009 16:32:20 +0000 (16:32 +0000)]
Blocked revisions 71523 via svnmerge

........
  r71523 | tarek.ziade | 2009-04-12 18:31:24 +0200 (Sun, 12 Apr 2009) | 1 line

  added a simple test for search_cpp
........

15 years agoBlocked revisions 71513 via svnmerge
Tarek Ziadé [Sun, 12 Apr 2009 15:04:56 +0000 (15:04 +0000)]
Blocked revisions 71513 via svnmerge

........
  r71513 | tarek.ziade | 2009-04-12 17:03:50 +0200 (Sun, 12 Apr 2009) | 1 line

  pep8-fied the module before adding tests
........

15 years agoBlocked revisions 71509 via svnmerge
Tarek Ziadé [Sun, 12 Apr 2009 14:54:50 +0000 (14:54 +0000)]
Blocked revisions 71509 via svnmerge

........
  r71509 | tarek.ziade | 2009-04-12 16:53:51 +0200 (Sun, 12 Apr 2009) | 1 line

  removed the print statements and added a test
........

15 years agoAdd a monkeypatching hack so that the docs can still be built with Sphinx 0.5.
Georg Brandl [Sat, 11 Apr 2009 20:34:17 +0000 (20:34 +0000)]
Add a monkeypatching hack so that the docs can still be built with Sphinx 0.5.

15 years agoBlocked revisions 71478 via svnmerge
Tarek Ziadé [Sat, 11 Apr 2009 15:15:32 +0000 (15:15 +0000)]
Blocked revisions 71478 via svnmerge

........
  r71478 | tarek.ziade | 2009-04-11 17:14:17 +0200 (Sat, 11 Apr 2009) | 1 line

  testing a full check case
........

15 years agoBlocked revisions 71473 via svnmerge
Tarek Ziadé [Sat, 11 Apr 2009 14:56:12 +0000 (14:56 +0000)]
Blocked revisions 71473 via svnmerge

........
  r71473 | tarek.ziade | 2009-04-11 16:55:07 +0200 (Sat, 11 Apr 2009) | 1 line

  #5732: added the check command into Distutils
........

15 years agoMerged revisions 71467 via svnmerge from
Tarek Ziadé [Sat, 11 Apr 2009 14:31:24 +0000 (14:31 +0000)]
Merged revisions 71467 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71467 | tarek.ziade | 2009-04-11 15:59:05 +0200 (Sat, 11 Apr 2009) | 1 line

  fixed link
........

15 years agoBlocked revisions 71465 via svnmerge
Nick Coghlan [Sat, 11 Apr 2009 13:39:18 +0000 (13:39 +0000)]
Blocked revisions 71465 via svnmerge

........
  r71465 | nick.coghlan | 2009-04-11 23:31:31 +1000 (Sat, 11 Apr 2009) | 1 line

  Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks
........

15 years agoBlocked revisions 71210 via svnmerge
Guilherme Polo [Fri, 10 Apr 2009 22:21:35 +0000 (22:21 +0000)]
Blocked revisions 71210 via svnmerge

........
  r71210 | guilherme.polo | 2009-04-04 23:11:19 -0300 (Sat, 04 Apr 2009) | 1 line

  Include tkinter.h only after including tk.h (or the equivalent for another platform).
........

15 years agoFix alignment
Raymond Hettinger [Fri, 10 Apr 2009 19:46:51 +0000 (19:46 +0000)]
Fix alignment

15 years agoNo start argument
Raymond Hettinger [Fri, 10 Apr 2009 18:58:58 +0000 (18:58 +0000)]
No start argument

15 years agoAdd examples.
Raymond Hettinger [Fri, 10 Apr 2009 18:52:23 +0000 (18:52 +0000)]
Add examples.

15 years agoMerged revisions 71443 via svnmerge from
Matthias Klose [Fri, 10 Apr 2009 12:38:09 +0000 (12:38 +0000)]
Merged revisions 71443 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71443 | georg.brandl | 2009-04-10 10:20:23 +0200 (Fr, 10 Apr 2009) | 1 line

  #5698: Fix casing of !DOCTYPE to conform to W3C specs.
........

15 years agoMerged revisions 71424-71425,71428-71429 via svnmerge from
Georg Brandl [Fri, 10 Apr 2009 07:09:49 +0000 (07:09 +0000)]
Merged revisions 71424-71425,71428-71429 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71424 | raymond.hettinger | 2009-04-10 01:25:30 +0200 (Fr, 10 Apr 2009) | 1 line

  More table formatting.
........
  r71425 | raymond.hettinger | 2009-04-10 01:34:14 +0200 (Fr, 10 Apr 2009) | 1 line

  Center table headings.
........
  r71428 | raymond.hettinger | 2009-04-10 02:49:41 +0200 (Fr, 10 Apr 2009) | 1 line

  More table clean-up
........
  r71429 | raymond.hettinger | 2009-04-10 04:01:21 +0200 (Fr, 10 Apr 2009) | 1 line

  IE needs the border-left:0 for some reason.
........

15 years agoMerged revisions 71409 via svnmerge from
Georg Brandl [Fri, 10 Apr 2009 07:09:05 +0000 (07:09 +0000)]
Merged revisions 71409 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71409 | georg.brandl | 2009-04-09 21:01:04 +0200 (Do, 09 Apr 2009) | 1 line

  Add a custom stylesheet with better table formatting.
........

15 years agoClarify the table entries for combinatorics.
Raymond Hettinger [Fri, 10 Apr 2009 04:29:23 +0000 (04:29 +0000)]
Clarify the table entries for combinatorics.

15 years agoMerged revisions 71413 via svnmerge from
Tarek Ziadé [Thu, 9 Apr 2009 22:48:19 +0000 (22:48 +0000)]
Merged revisions 71413 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71413 | tarek.ziade | 2009-04-09 23:36:44 +0200 (Thu, 09 Apr 2009) | 1 line

  Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
........

15 years agoBlocked revisions 71414 via svnmerge
R. David Murray [Thu, 9 Apr 2009 22:22:06 +0000 (22:22 +0000)]
Blocked revisions 71414 via svnmerge

........
  r71414 | r.david.murray | 2009-04-09 17:54:50 -0400 (Thu, 09 Apr 2009) | 3 lines

  Issue #2170: refactored xml.dom.minidom.normalize, increasing both
  its clarity and its speed.
........

15 years agoMerged revisions 71335 via svnmerge from
Benjamin Peterson [Tue, 7 Apr 2009 19:27:36 +0000 (19:27 +0000)]
Merged revisions 71335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71335 | benjamin.peterson | 2009-04-06 17:53:29 -0500 (Mon, 06 Apr 2009) | 1 line

  see if this helps the doc builds
........

15 years agoMerged revisions 69593 via svnmerge from
Martin v. Löwis [Tue, 7 Apr 2009 17:20:43 +0000 (17:20 +0000)]
Merged revisions 69593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69593 | martin.v.loewis | 2009-02-13 21:51:48 +0100 (Fr, 13 Feb 2009) | 1 line

  Add optional code signing after merging.
........

15 years agoMerged revisions 69589 via svnmerge from
Martin v. Löwis [Tue, 7 Apr 2009 16:00:51 +0000 (16:00 +0000)]
Merged revisions 69589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69589 | martin.v.loewis | 2009-02-13 21:11:34 +0100 (Fr, 13 Feb 2009) | 2 lines

  Move amd64 properties further to the top, so that they override
  the linker options correctly.
........

15 years agoRetagging.
Barry Warsaw [Tue, 7 Apr 2009 15:17:50 +0000 (15:17 +0000)]
Retagging.

15 years agoRetagging. v2.6.2c1
Barry Warsaw [Tue, 7 Apr 2009 15:17:20 +0000 (15:17 +0000)]
Retagging.

15 years agoThe back ported fix for 1326077 caused a regression and is removed from
Barry Warsaw [Tue, 7 Apr 2009 15:15:47 +0000 (15:15 +0000)]
The back ported fix for 1326077 caused a regression and is removed from
2.6.2rc1.

15 years agoRolled back revisions 71237 via svnmerge from
Hirokazu Yamamoto [Tue, 7 Apr 2009 14:33:53 +0000 (14:33 +0000)]
Rolled back revisions 71237 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

15 years agoTag for 2.6.2 candidate 1
Barry Warsaw [Tue, 7 Apr 2009 01:54:35 +0000 (01:54 +0000)]
Tag for 2.6.2 candidate 1

15 years agoBump to 2.6.2c1.
Barry Warsaw [Tue, 7 Apr 2009 01:54:02 +0000 (01:54 +0000)]
Bump to 2.6.2c1.

15 years agoMerged revisions 71329 via svnmerge from
Benjamin Peterson [Mon, 6 Apr 2009 22:11:57 +0000 (22:11 +0000)]
Merged revisions 71329 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71329 | benjamin.peterson | 2009-04-06 16:53:33 -0500 (Mon, 06 Apr 2009) | 1 line

  add create_connection to __all__ #5711
........

15 years agoMerged revisions 71299 via svnmerge from
Gregory P. Smith [Mon, 6 Apr 2009 06:47:37 +0000 (06:47 +0000)]
Merged revisions 71299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71299 | gregory.p.smith | 2009-04-05 16:43:58 -0700 (Sun, 05 Apr 2009) | 3 lines

  Fixes issue5705: os.setuid() and friends did not accept the same range of
  values that pwd.getpwnam() returns.
........

15 years agoFixed typo.
Hirokazu Yamamoto [Mon, 6 Apr 2009 00:24:29 +0000 (00:24 +0000)]
Fixed typo.

15 years agoBlocked revisions 71295 via svnmerge
Tarek Ziadé [Sun, 5 Apr 2009 23:04:17 +0000 (23:04 +0000)]
Blocked revisions 71295 via svnmerge

........
  r71295 | tarek.ziade | 2009-04-06 01:03:10 +0200 (Mon, 06 Apr 2009) | 1 line

  pep8-fied method names
........

15 years agoBlocked revisions 71291 via svnmerge
Tarek Ziadé [Sun, 5 Apr 2009 22:52:46 +0000 (22:52 +0000)]
Blocked revisions 71291 via svnmerge

........
  r71291 | tarek.ziade | 2009-04-06 00:51:09 +0200 (Mon, 06 Apr 2009) | 1 line

  Fixed #5095: msi missing from Distutils bdist formats
........

15 years agoMisc/NEWS: Move back two items to 2.6.1.
Matthias Klose [Sun, 5 Apr 2009 22:20:45 +0000 (22:20 +0000)]
Misc/NEWS: Move back two items to 2.6.1.

15 years agoMisc/NEWS: Move all news items checked in after the 2.6.1 release
Matthias Klose [Sun, 5 Apr 2009 22:12:56 +0000 (22:12 +0000)]
Misc/NEWS: Move all news items checked in after the 2.6.1 release
to the 2.6.2 section.

15 years agoBlocked revisions 70405 via svnmerge
Georg Brandl [Sun, 5 Apr 2009 21:48:32 +0000 (21:48 +0000)]
Blocked revisions 70405 via svnmerge

........
  r70405 | georg.brandl | 2009-03-15 23:11:07 +0100 (So, 15 Mär 2009) | 7 lines

  Move the previously local import of threading to module level.

  This is cleaner and avoids lockups in obscure cases where a Queue
  is instantiated while the import lock is already held by another thread.

  OKed by Tim Peters.
........

15 years agoMerged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,70273...
Georg Brandl [Sun, 5 Apr 2009 21:48:06 +0000 (21:48 +0000)]
Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,70273,70275,70342,70386-70387,70389-70390,70392-70393,70395,70397,70400,70418 via svnmerge

........
  r69578 | georg.brandl | 2009-02-13 12:03:59 +0100 (Fr, 13 Feb 2009) | 1 line

  #3694: add test for fix committed in r66693.
........
  r69579 | georg.brandl | 2009-02-13 12:06:59 +0100 (Fr, 13 Feb 2009) | 2 lines

  Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
........
  r69580 | georg.brandl | 2009-02-13 12:10:04 +0100 (Fr, 13 Feb 2009) | 2 lines

  Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
........
  r69901 | georg.brandl | 2009-02-23 12:24:46 +0100 (Mo, 23 Feb 2009) | 2 lines

  #5349: C++ pure virtuals can also have an implementation.
........
  r69907 | georg.brandl | 2009-02-23 19:33:48 +0100 (Mo, 23 Feb 2009) | 1 line

  Fix grammar.
........
  r69994 | georg.brandl | 2009-02-26 18:36:26 +0100 (Do, 26 Feb 2009) | 1 line

  Document that setting sys.py3kwarning wont do anything.
........
  r70022 | georg.brandl | 2009-02-27 17:23:18 +0100 (Fr, 27 Feb 2009) | 1 line

  #5361: fix typo.
........
  r70023 | georg.brandl | 2009-02-27 17:39:26 +0100 (Fr, 27 Feb 2009) | 1 line

  #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
........
  r70025 | georg.brandl | 2009-02-27 17:52:55 +0100 (Fr, 27 Feb 2009) | 1 line

  #5344: fix punctuation.
........
  r70026 | georg.brandl | 2009-02-27 17:59:03 +0100 (Fr, 27 Feb 2009) | 1 line

  #5365: add quick look conversion table for different time representations.
........
  r70166 | georg.brandl | 2009-03-04 19:24:41 +0100 (Mi, 04 Mär 2009) | 2 lines

  Remove obsolete stuff from string module docs.
........
  r70273 | georg.brandl | 2009-03-09 15:25:07 +0100 (Mo, 09 Mär 2009) | 2 lines

  #5458: add a note when we started to raise RuntimeErrors.
........
  r70275 | georg.brandl | 2009-03-09 17:35:48 +0100 (Mo, 09 Mär 2009) | 2 lines

  Add missing space.
........
  r70342 | georg.brandl | 2009-03-13 20:03:58 +0100 (Fr, 13 Mär 2009) | 1 line

  #5486: typos.
........
  r70386 | georg.brandl | 2009-03-15 22:32:06 +0100 (So, 15 Mär 2009) | 1 line

  #5496: fix docstring of lookup().
........
  r70387 | georg.brandl | 2009-03-15 22:37:16 +0100 (So, 15 Mär 2009) | 1 line

  #5493: clarify __nonzero__ docs.
........
  r70389 | georg.brandl | 2009-03-15 22:43:38 +0100 (So, 15 Mär 2009) | 1 line

  Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int.
........
  r70390 | georg.brandl | 2009-03-15 22:44:43 +0100 (So, 15 Mär 2009) | 1 line

  #5491: clarify nested() semantics.
........
  r70392 | georg.brandl | 2009-03-15 22:46:00 +0100 (So, 15 Mär 2009) | 1 line

  #5488: add missing struct member.
........
  r70393 | georg.brandl | 2009-03-15 22:47:42 +0100 (So, 15 Mär 2009) | 1 line

  #5478: fix copy-paste oversight in function signature.
........
  r70395 | georg.brandl | 2009-03-15 22:51:48 +0100 (So, 15 Mär 2009) | 1 line

  #5276: document IDLESTARTUP and .Idle.py.
........
  r70397 | georg.brandl | 2009-03-15 22:53:56 +0100 (So, 15 Mär 2009) | 1 line

  #5469: add with statement to list of name-binding constructs.
........
  r70400 | georg.brandl | 2009-03-15 22:59:37 +0100 (So, 15 Mär 2009) | 3 lines

  Fix markup in re docs and give a mail address in regex howto, so that
  the recommendation to send suggestions to the author can be followed.
........
  r70418 | georg.brandl | 2009-03-16 20:42:03 +0100 (Mo, 16 Mär 2009) | 1 line

  Add token markup.
........

15 years agoMerged revisions 71280 via svnmerge from
Tarek Ziadé [Sun, 5 Apr 2009 21:47:02 +0000 (21:47 +0000)]
Merged revisions 71280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71280 | tarek.ziade | 2009-04-05 23:44:08 +0200 (Sun, 05 Apr 2009) | 1 line

  Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
........

15 years agoMove news item from 2.6.1 to 2.6.2.
Matthias Klose [Sun, 5 Apr 2009 21:35:06 +0000 (21:35 +0000)]
Move news item from 2.6.1 to 2.6.2.

15 years agoMerged revisions 71268 via svnmerge from
Matthias Klose [Sun, 5 Apr 2009 21:34:15 +0000 (21:34 +0000)]
Merged revisions 71268 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71268 | matthias.klose | 2009-04-05 23:00:48 +0200 (So, 05 Apr 2009) | 3 lines

  - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
    new arguments introduced in 2.5.
........

15 years agoBlocked revisions 71255,71266 via svnmerge
Georg Brandl [Sun, 5 Apr 2009 21:26:58 +0000 (21:26 +0000)]
Blocked revisions 71255,71266 via svnmerge

........
  r71255 | georg.brandl | 2009-04-05 20:34:58 +0200 (So, 05 Apr 2009) | 1 line

  #602893: add indicator for current line in cgitb that doesnt rely on styling alone.
........
  r71266 | georg.brandl | 2009-04-05 22:23:13 +0200 (So, 05 Apr 2009) | 1 line

  Normalize issue referencing style.
........

15 years agoMerged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238...
Georg Brandl [Sun, 5 Apr 2009 21:26:31 +0000 (21:26 +0000)]
Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71058 | georg.brandl | 2009-04-02 20:09:04 +0200 (Do, 02 Apr 2009) | 3 lines

  PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
  call on hitting the recursion limit into just assigning it to the arguments provided.
........
  r71149 | georg.brandl | 2009-04-04 15:42:39 +0200 (Sa, 04 Apr 2009) | 1 line

  #5642: clarify map() compatibility to the builtin.
........
  r71150 | georg.brandl | 2009-04-04 15:45:49 +0200 (Sa, 04 Apr 2009) | 1 line

  #5601: clarify that webbrowser is not meant for file names.
........
  r71212 | georg.brandl | 2009-04-05 12:24:20 +0200 (So, 05 Apr 2009) | 1 line

  #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
........
  r71214 | georg.brandl | 2009-04-05 12:29:57 +0200 (So, 05 Apr 2009) | 1 line

  Normalize spelling of Mac OS X.
........
  r71215 | georg.brandl | 2009-04-05 12:32:26 +0200 (So, 05 Apr 2009) | 1 line

  Avoid sure signs of a diseased mind.
........
  r71216 | georg.brandl | 2009-04-05 12:41:02 +0200 (So, 05 Apr 2009) | 1 line

  #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
........
  r71222 | georg.brandl | 2009-04-05 13:07:14 +0200 (So, 05 Apr 2009) | 1 line

  #5615: make it possible to configure --without-threads again.
........
  r71225 | georg.brandl | 2009-04-05 13:54:07 +0200 (So, 05 Apr 2009) | 1 line

  #5580: no need to use parentheses when converterr() argument is actually a type description.
........
  r71234 | georg.brandl | 2009-04-05 15:16:35 +0200 (So, 05 Apr 2009) | 1 line

  Whitespace normalization.
........
  r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line

  #1326077: fix traceback formatting of SyntaxErrors.  This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
........
  r71238 | georg.brandl | 2009-04-05 16:25:41 +0200 (So, 05 Apr 2009) | 1 line

  Add NEWS entry for r71237.
........
  r71240 | georg.brandl | 2009-04-05 16:40:06 +0200 (So, 05 Apr 2009) | 1 line

  #5370: doc update about unpickling objects with custom __getattr__ etc. methods.
........
  r71241 | georg.brandl | 2009-04-05 16:48:49 +0200 (So, 05 Apr 2009) | 1 line

  #5471: fix expanduser() for $HOME set to "/".
........
  r71243 | georg.brandl | 2009-04-05 17:14:29 +0200 (So, 05 Apr 2009) | 1 line

  #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
........
  r71249 | georg.brandl | 2009-04-05 18:30:43 +0200 (So, 05 Apr 2009) | 1 line

  #5444: adapt make.bat to new htmlhelp output file name.
........
  r71251 | georg.brandl | 2009-04-05 19:17:42 +0200 (So, 05 Apr 2009) | 1 line

  #5298: clarify docs about GIL by using more consistent wording.
........

15 years agoBlocked revisions 70869,70883,70901,70903,70951,70992-70994,71006,71019,71024 via...
Georg Brandl [Sun, 5 Apr 2009 21:23:27 +0000 (21:23 +0000)]
Blocked revisions 70869,70883,70901,70903,70951,70992-70994,71006,71019,71024 via svnmerge

........
  r70869 | georg.brandl | 2009-03-31 21:14:42 +0200 (Di, 31 Mär 2009) | 1 line

  Fix-up unwanted change.
........
  r70883 | georg.brandl | 2009-03-31 22:41:08 +0200 (Di, 31 Mär 2009) | 1 line

  #1674032: return value of flag from Event.wait(). OKed by Guido.
........
  r70901 | georg.brandl | 2009-03-31 23:40:24 +0200 (Di, 31 Mär 2009) | 2 lines

  Remove warning about pending Win9x support removal.
........
  r70903 | georg.brandl | 2009-03-31 23:45:18 +0200 (Di, 31 Mär 2009) | 1 line

  #1676135: remove trailing slashes from --prefix argument.
........
  r70951 | georg.brandl | 2009-04-01 16:02:27 +0200 (Mi, 01 Apr 2009) | 1 line

  Add Maksim, who worked on several issues at the sprint.
........
  r70992 | georg.brandl | 2009-04-01 23:00:55 +0200 (Mi, 01 Apr 2009) | 1 line

  #4572: add SEEK_* values as constants in io.py.
........
  r70993 | georg.brandl | 2009-04-01 23:05:44 +0200 (Mi, 01 Apr 2009) | 1 line

  Add NEWS item.
........
  r70994 | georg.brandl | 2009-04-01 23:06:30 +0200 (Mi, 01 Apr 2009) | 1 line

  Revert accidental checkin.
........
  r71006 | georg.brandl | 2009-04-02 01:32:17 +0200 (Do, 02 Apr 2009) | 1 line

  Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user.
........
  r71019 | georg.brandl | 2009-04-02 04:00:01 +0200 (Do, 02 Apr 2009) | 1 line

  Fix test_doctest, missed two assignments to curframe.
........
  r71024 | georg.brandl | 2009-04-02 04:47:44 +0200 (Do, 02 Apr 2009) | 4 lines

  In PyErr_GivenExceptionMatches, temporarily bump the recursion
  limit, so that in the most common case PyObject_IsSubclass will
  not raise a recursion error we have to ignore anyway.
........

15 years agoMerged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915...
Georg Brandl [Sun, 5 Apr 2009 21:21:05 +0000 (21:21 +0000)]
Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70866 | georg.brandl | 2009-03-31 21:06:57 +0200 (Di, 31 Mär 2009) | 1 line

  #4882: document named group behavior a bit better.
........
  r70867 | georg.brandl | 2009-03-31 21:10:35 +0200 (Di, 31 Mär 2009) | 1 line

  #1096310: document usage of sys.__std*__ a bit better.
........
  r70868 | georg.brandl | 2009-03-31 21:12:17 +0200 (Di, 31 Mär 2009) | 1 line

  #5190: export make_option in __all__.
........
  r70870 | georg.brandl | 2009-03-31 21:26:24 +0200 (Di, 31 Mär 2009) | 1 line

  #4411: document mro() and __mro__. (I hope I got it right.)
........
  r70871 | georg.brandl | 2009-03-31 21:30:56 +0200 (Di, 31 Mär 2009) | 1 line

  #5618: fix typo.
........
  r70893 | georg.brandl | 2009-03-31 22:56:32 +0200 (Di, 31 Mär 2009) | 1 line

  #1530012: move TQS section before raw strings.
........
  r70896 | georg.brandl | 2009-03-31 23:15:33 +0200 (Di, 31 Mär 2009) | 1 line

  #5598: document DocFileSuite *args argument.
........
  r70902 | georg.brandl | 2009-03-31 23:43:03 +0200 (Di, 31 Mär 2009) | 1 line

  #1675026: add a note about a strange Windows problem, and remove notes about AtheOS.
........
  r70905 | georg.brandl | 2009-04-01 00:03:40 +0200 (Mi, 01 Apr 2009) | 1 line

  #5563: more documentation for bdist_msi.
........
  r70907 | georg.brandl | 2009-04-01 00:18:19 +0200 (Mi, 01 Apr 2009) | 1 line

  #3427: document correct return type for urlopen().info().
........
  r70912 | georg.brandl | 2009-04-01 00:35:46 +0200 (Mi, 01 Apr 2009) | 1 line

  #5617: add a handy function to print a unicode string to gdbinit.
........
  r70915 | georg.brandl | 2009-04-01 00:40:16 +0200 (Mi, 01 Apr 2009) | 1 line

  #5018: remove confusing paragraph.
........
  r70927 | georg.brandl | 2009-04-01 01:01:27 +0200 (Mi, 01 Apr 2009) | 1 line

  Dont shout to users.
........
  r70933 | georg.brandl | 2009-04-01 02:04:33 +0200 (Mi, 01 Apr 2009) | 2 lines

  Issue #5635: Fix running test_sys with tracing enabled.
........
  r70940 | georg.brandl | 2009-04-01 06:21:14 +0200 (Mi, 01 Apr 2009) | 2 lines

  The SimpleXMLRPCServer's CGI handler now runs like a pony.
........
  r70944 | georg.brandl | 2009-04-01 06:32:39 +0200 (Mi, 01 Apr 2009) | 1 line

  #5631: add upload to list of possible commands, which is presented in --help-commands.
........
  r70954 | georg.brandl | 2009-04-01 17:23:43 +0200 (Mi, 01 Apr 2009) | 1 line

  Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
........
  r70963 | georg.brandl | 2009-04-01 19:46:01 +0200 (Mi, 01 Apr 2009) | 1 line

  #5655: fix docstring oversight.
........
  r70998 | georg.brandl | 2009-04-01 23:54:21 +0200 (Mi, 01 Apr 2009) | 1 line

  In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext.
........
  r71056 | georg.brandl | 2009-04-02 19:43:07 +0200 (Do, 02 Apr 2009) | 2 lines

  Actually the displayhook should print the repr.
........

15 years agoMerged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830...
Georg Brandl [Sun, 5 Apr 2009 21:11:43 +0000 (21:11 +0000)]
Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70642 | georg.brandl | 2009-03-28 01:48:48 +0100 (Sa, 28 Mär 2009) | 1 line

  Fix typo.
........
  r70648 | georg.brandl | 2009-03-28 20:10:37 +0100 (Sa, 28 Mär 2009) | 1 line

  #5324: document __subclasses__().
........
  r70656 | georg.brandl | 2009-03-28 20:33:33 +0100 (Sa, 28 Mär 2009) | 2 lines

  Add a script to fixup rst files if the pre-commit hook rejects them.
........
  r70661 | georg.brandl | 2009-03-28 20:57:36 +0100 (Sa, 28 Mär 2009) | 2 lines

  Add section numbering to some of the larger subdocuments.
........
  r70765 | georg.brandl | 2009-03-31 00:09:34 +0200 (Di, 31 Mär 2009) | 1 line

  #5199: make warning about vars() assignment more visible.
........
  r70773 | georg.brandl | 2009-03-31 00:43:00 +0200 (Di, 31 Mär 2009) | 1 line

  #5039: make it clear that the impl. note refers to CPython.
........
  r70789 | georg.brandl | 2009-03-31 03:25:15 +0200 (Di, 31 Mär 2009) | 1 line

  Fix a wrong struct field assignment (docstring as closure).
........
  r70824 | georg.brandl | 2009-03-31 17:43:20 +0200 (Di, 31 Mär 2009) | 1 line

  #5519: remove reference to Kodos, which seems dead.
........
  r70825 | georg.brandl | 2009-03-31 17:46:30 +0200 (Di, 31 Mär 2009) | 1 line

  #5566: fix versionadded from PyLong ssize_t functions.
........
  r70828 | georg.brandl | 2009-03-31 17:50:16 +0200 (Di, 31 Mär 2009) | 1 line

  #5581: fget argument of abstractproperty is optional as well.
........
  r70830 | georg.brandl | 2009-03-31 18:11:45 +0200 (Di, 31 Mär 2009) | 1 line

  #5529: backport new docs of import semantics written by Brett to 2.x.
........
  r70832 | georg.brandl | 2009-03-31 18:31:11 +0200 (Di, 31 Mär 2009) | 1 line

  #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have.
........
  r70836 | georg.brandl | 2009-03-31 18:50:25 +0200 (Di, 31 Mär 2009) | 1 line

  #5417: replace references to undocumented functions by ones to documented functions.
........
  r70838 | georg.brandl | 2009-03-31 18:54:38 +0200 (Di, 31 Mär 2009) | 1 line

  #992207: document that the parser only accepts \\n newlines.
........
  r70842 | georg.brandl | 2009-03-31 19:13:06 +0200 (Di, 31 Mär 2009) | 1 line

  #970783: document PyObject_Generic[GS]etAttr.
........
  r70851 | georg.brandl | 2009-03-31 20:26:55 +0200 (Di, 31 Mär 2009) | 1 line

  #837577: note cryptic return value of spawn*e on invalid env dicts.
........
  r70855 | georg.brandl | 2009-03-31 20:30:37 +0200 (Di, 31 Mär 2009) | 1 line

  #5245: note that PyRun_SimpleString doesnt return on SystemExit.
........
  r70857 | georg.brandl | 2009-03-31 20:33:10 +0200 (Di, 31 Mär 2009) | 1 line

  #5227: note that Py_Main doesnt return on SystemExit.
........
  r70858 | georg.brandl | 2009-03-31 20:38:56 +0200 (Di, 31 Mär 2009) | 1 line

  #5241: document missing U in regex howto.
........

15 years agoBlocked revisions 71253 via svnmerge
Tarek Ziadé [Sun, 5 Apr 2009 18:35:33 +0000 (18:35 +0000)]
Blocked revisions 71253 via svnmerge

........
  r71253 | tarek.ziade | 2009-04-05 20:31:24 +0200 (Sun, 05 Apr 2009) | 1 line

  Fixed 5694: removed spurious test output in Distutils
........

15 years agoMerged revisions 71217 via svnmerge from
Georg Brandl [Sun, 5 Apr 2009 10:51:10 +0000 (10:51 +0000)]
Merged revisions 71217 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71217 | georg.brandl | 2009-04-05 12:48:47 +0200 (So, 05 Apr 2009) | 1 line

  #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response.
........

15 years agoMerged revisions 71203 via svnmerge from
Benjamin Peterson [Sat, 4 Apr 2009 23:58:19 +0000 (23:58 +0000)]
Merged revisions 71203 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71203 | benjamin.peterson | 2009-04-04 18:46:34 -0500 (Sat, 04 Apr 2009) | 1 line

  note how using iter* are unsafe while mutating and document iter(dict)
........

15 years agoMerged revisions 71179 via svnmerge from
Martin v. Löwis [Sat, 4 Apr 2009 18:49:13 +0000 (18:49 +0000)]
Merged revisions 71179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71179 | martin.v.loewis | 2009-04-04 20:44:44 +0200 (Sa, 04 Apr 2009) | 2 lines

  Issue #5470: Package zipdir.zip.
........

15 years agoMerged revisions 71163 via svnmerge from
Benjamin Peterson [Sat, 4 Apr 2009 16:10:42 +0000 (16:10 +0000)]
Merged revisions 71163 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71163 | benjamin.peterson | 2009-04-04 11:05:51 -0500 (Sat, 04 Apr 2009) | 1 line

  revert r71159 since it broke the build
........

15 years agoMerged revisions 71159 via svnmerge from
Matthias Klose [Sat, 4 Apr 2009 15:52:50 +0000 (15:52 +0000)]
Merged revisions 71159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71159 | matthias.klose | 2009-04-04 17:51:23 +0200 (Sa, 04 Apr 2009) | 2 lines

  - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.
........

15 years agoMerged revisions 71152 via svnmerge from
Matthias Klose [Sat, 4 Apr 2009 14:19:56 +0000 (14:19 +0000)]
Merged revisions 71152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71152 | matthias.klose | 2009-04-04 16:18:13 +0200 (Sa, 04 Apr 2009) | 3 lines

  - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with
    short file names.
........

15 years agoMerged revisions 70906 via svnmerge from
Matthias Klose [Sat, 4 Apr 2009 12:51:52 +0000 (12:51 +0000)]
Merged revisions 70906 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70906 | georg.brandl | 2009-04-01 00:11:53 +0200 (Mi, 01 Apr 2009) | 1 line

  #1651995: fix _convert_ref for non-ASCII characters.
........

15 years agoMerged revisions 71123 via svnmerge from
R. David Murray [Sat, 4 Apr 2009 06:43:39 +0000 (06:43 +0000)]
Merged revisions 71123 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71123 | r.david.murray | 2009-04-04 02:39:56 -0400 (Sat, 04 Apr 2009) | 2 lines

  Fix error in description of 'oct' (issue 5678).
........

15 years agoAdd helpful link.
Raymond Hettinger [Sat, 4 Apr 2009 05:39:34 +0000 (05:39 +0000)]
Add helpful link.

15 years agoFix 'the the' duplication (partial backport of r71103
Andrew M. Kuchling [Fri, 3 Apr 2009 21:56:36 +0000 (21:56 +0000)]
Fix 'the the' duplication (partial backport of r71103

15 years agoFix 'the the'; grammar fix (backport of r71102
Andrew M. Kuchling [Fri, 3 Apr 2009 21:55:34 +0000 (21:55 +0000)]
Fix 'the the'; grammar fix (backport of r71102

15 years agoFix typo.
Raymond Hettinger [Fri, 3 Apr 2009 05:41:10 +0000 (05:41 +0000)]
Fix typo.

15 years agoBlocked revisions 71082 via svnmerge
Hirokazu Yamamoto [Fri, 3 Apr 2009 03:57:45 +0000 (03:57 +0000)]
Blocked revisions 71082 via svnmerge

........
  r71082 | hirokazu.yamamoto | 2009-04-03 12:54:08 +0900 | 1 line

  Fixed compile error on windows.
........

15 years agoLocalize the function lookup in timeit.
Raymond Hettinger [Fri, 3 Apr 2009 02:47:57 +0000 (02:47 +0000)]
Localize the function lookup in timeit.

15 years agoBlocked revisions 71059 via svnmerge
Mark Dickinson [Thu, 2 Apr 2009 18:40:36 +0000 (18:40 +0000)]
Blocked revisions 71059 via svnmerge

........
  r71059 | mark.dickinson | 2009-04-02 19:39:37 +0100 (Thu, 02 Apr 2009) | 2 lines

  sys.long_info attributes should be ints, not longs
........

15 years agoFix borked NEWS merge.
R. David Murray [Thu, 2 Apr 2009 14:12:42 +0000 (14:12 +0000)]
Fix borked NEWS merge.

15 years agoMerged revisions 71046 via svnmerge from
R. David Murray [Thu, 2 Apr 2009 14:09:49 +0000 (14:09 +0000)]
Merged revisions 71046 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71046 | r.david.murray | 2009-04-02 10:05:35 -0400 (Thu, 02 Apr 2009) | 4 lines

  Add missing iteritems() call to the for loop in mailbox.MH.get_message().

  Fixes issue2625.
........

15 years agoMerged revisions 71037 via svnmerge from
R. David Murray [Thu, 2 Apr 2009 04:52:48 +0000 (04:52 +0000)]
Merged revisions 71037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71037 | r.david.murray | 2009-04-02 00:34:04 -0400 (Thu, 02 Apr 2009) | 6 lines

  Clarify that datetime strftime does not produce leap seconds and datetime
  strptime does not accept it in the strftime behavior section of the
  datetime docs.

  Closes issue 2568.
........

15 years agoMerged revisions 71026 via svnmerge from
Benjamin Peterson [Thu, 2 Apr 2009 02:58:49 +0000 (02:58 +0000)]
Merged revisions 71026 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71026 | benjamin.peterson | 2009-04-01 21:52:46 -0500 (Wed, 01 Apr 2009) | 1 line

  fix error handling
........

15 years agoAdd link to an alternative generator with a long-period.
Raymond Hettinger [Wed, 1 Apr 2009 20:52:52 +0000 (20:52 +0000)]
Add link to an alternative generator with a long-period.

15 years agoMerged revisions 70953 via svnmerge from
Jesse Noller [Wed, 1 Apr 2009 20:50:07 +0000 (20:50 +0000)]
Merged revisions 70953 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70953 | hirokazu.yamamoto | 2009-04-01 10:13:52 -0500 (Wed, 01 Apr 2009) | 1 line

  Fixed compile error on windows.
........

15 years agoAdd NEWS item.
Raymond Hettinger [Wed, 1 Apr 2009 18:57:45 +0000 (18:57 +0000)]
Add NEWS item.

15 years agoIssue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Raymond Hettinger [Wed, 1 Apr 2009 18:55:57 +0000 (18:55 +0000)]
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.

15 years agoMerged revisions 70960 via svnmerge from
Jesse Noller [Wed, 1 Apr 2009 16:44:24 +0000 (16:44 +0000)]
Merged revisions 70960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70960 | jesse.noller | 2009-04-01 11:42:19 -0500 (Wed, 01 Apr 2009) | 1 line

  Issue 3270: document Listener address restrictions on windows
........

15 years agoMerge seticon.m file, for some reason 'svnmerge'
Ronald Oussoren [Wed, 1 Apr 2009 13:46:47 +0000 (13:46 +0000)]
Merge seticon.m file, for some reason 'svnmerge'
didn't actually add this file to the repository
(probably due me not being awake enough at the
time of the initial merge)

15 years agoBlocked revisions 70920,70922 via svnmerge
Tarek Ziadé [Tue, 31 Mar 2009 22:48:36 +0000 (22:48 +0000)]
Blocked revisions 70920,70922 via svnmerge

........
  r70920 | tarek.ziade | 2009-03-31 17:44:10 -0500 (Tue, 31 Mar 2009) | 1 line

  catching msvc9compiler error as well
........
  r70922 | tarek.ziade | 2009-03-31 17:47:01 -0500 (Tue, 31 Mar 2009) | 1 line

  fixed the test for win32 CompileError
........