]> granicus.if.org Git - python/log
python
16 years agoremoved string.split usage
Tarek Ziadé [Wed, 6 May 2009 08:11:00 +0000 (08:11 +0000)]
removed string.split usage

16 years agomore build_clib cleanup + test coverage
Tarek Ziadé [Wed, 6 May 2009 08:05:47 +0000 (08:05 +0000)]
more build_clib cleanup + test coverage

16 years agopep8-fied build_clib module : it is now similar to the one in 3.x
Tarek Ziadé [Wed, 6 May 2009 07:41:53 +0000 (07:41 +0000)]
pep8-fied build_clib module : it is now similar to the one in 3.x

16 years agoAdded a test and cleaned check_library_list to be ready to fix #5940
Tarek Ziadé [Wed, 6 May 2009 07:17:52 +0000 (07:17 +0000)]
Added a test and cleaned check_library_list to be ready to fix #5940

16 years agoWrap getpreferredencoding()'s use of setlocale in a try/except to prevent
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 05:25:42 +0000 (05:25 +0000)]
Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent
us from raising an exception when the locale is invalid.

Issue #1443504

16 years agoMerged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695...
Benjamin Peterson [Tue, 5 May 2009 23:13:58 +0000 (23:13 +0000)]
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
........

16 years agotabify :(
Benjamin Peterson [Tue, 5 May 2009 23:00:48 +0000 (23:00 +0000)]
tabify :(

16 years agoIssue #5721: don't package Lib/test/README anymore.
Martin v. Löwis [Tue, 5 May 2009 22:13:01 +0000 (22:13 +0000)]
Issue #5721: don't package Lib/test/README anymore.

16 years agofix running test_capi with -R ::
Benjamin Peterson [Tue, 5 May 2009 21:09:21 +0000 (21:09 +0000)]
fix running test_capi with -R ::

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

16 years agoFix Issue #4875: find_library can return directories instead of files
Thomas Heller [Tue, 5 May 2009 18:55:47 +0000 (18:55 +0000)]
Fix Issue #4875: find_library can return directories instead of files
(on win32)

16 years agoIssue #5920: Changed format.__float__ and complex.__float__ to use a precision of...
Eric Smith [Tue, 5 May 2009 18:26:08 +0000 (18:26 +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.

16 years agoIssue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for
Mark Dickinson [Tue, 5 May 2009 17:41:47 +0000 (17:41 +0000)]
Issue #5933: Fix some gcc -Wextra warnings.  Thanks Victor Stinner for
the patch.

16 years agoFixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in...
Senthil Kumaran [Tue, 5 May 2009 17:34:42 +0000 (17:34 +0000)]
Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now.

16 years agoIssue #5847: Remove -n switch on "Edit with IDLE" menu item.
Martin v. Löwis [Tue, 5 May 2009 16:10:16 +0000 (16:10 +0000)]
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.

16 years agoRemove unused variable.
Georg Brandl [Tue, 5 May 2009 09:20:52 +0000 (09:20 +0000)]
Remove unused variable.

16 years ago#5929: fix signedness warning.
Georg Brandl [Tue, 5 May 2009 09:19:43 +0000 (09:19 +0000)]
#5929: fix signedness warning.

16 years agoFix overlong lines.
Georg Brandl [Tue, 5 May 2009 09:06:02 +0000 (09:06 +0000)]
Fix overlong lines.

16 years ago#5142: add module skipping feature to pdb.
Georg Brandl [Tue, 5 May 2009 08:54:11 +0000 (08:54 +0000)]
#5142: add module skipping feature to pdb.

16 years agoAdd a news entry for r72319.
Georg Brandl [Tue, 5 May 2009 08:30:28 +0000 (08:30 +0000)]
Add a news entry for r72319.

16 years ago#1309567: fix linecache behavior of stripping subdirectories from paths when looking...
Georg Brandl [Tue, 5 May 2009 08:28:49 +0000 (08:28 +0000)]
#1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.

16 years ago#5932: fix error return in _convertPyInt_AsSsize_t() conversion function.
Georg Brandl [Tue, 5 May 2009 07:48:12 +0000 (07:48 +0000)]
#5932: fix error return in _convertPyInt_AsSsize_t() conversion function.

16 years agoUpdate bdist_msi so that the generated MSIs for pure Python modules can install to...
Steven Bethard [Tue, 5 May 2009 01:31:22 +0000 (01:31 +0000)]
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.)

16 years agousing sys._getframe(x), where x > 0 doesnt' work on IronPython
Benjamin Peterson [Tue, 5 May 2009 00:55:24 +0000 (00:55 +0000)]
using sys._getframe(x), where x > 0 doesnt' work on IronPython

16 years agoFix issue 5890: (property subclass shadows __doc__ string) by inserting
R. David Murray [Mon, 4 May 2009 22:16:24 +0000 (22:16 +0000)]
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.

16 years agoIssue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting...
Antoine Pitrou [Mon, 4 May 2009 21:17:17 +0000 (21:17 +0000)]
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory.

16 years ago#5916, 5917: small socket doc improvements.
Georg Brandl [Mon, 4 May 2009 20:49:17 +0000 (20:49 +0000)]
#5916, 5917: small socket doc improvements.

16 years ago#5927, 5928: typos.
Georg Brandl [Mon, 4 May 2009 20:45:13 +0000 (20:45 +0000)]
#5927, 5928: typos.

16 years ago#5925: fix highlighting of keyword table.
Georg Brandl [Mon, 4 May 2009 20:42:08 +0000 (20:42 +0000)]
#5925: fix highlighting of keyword table.

16 years agoAdd Nick Barnes to ACKS.
Antoine Pitrou [Mon, 4 May 2009 18:32:50 +0000 (18:32 +0000)]
Add Nick Barnes to ACKS.

16 years agoIssue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
Antoine Pitrou [Mon, 4 May 2009 18:32:32 +0000 (18:32 +0000)]
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
Patch by Nick Barnes and Victor Stinner.

16 years agoFix typos.
Walter Dörwald [Mon, 4 May 2009 16:03:03 +0000 (16:03 +0000)]
Fix typos.

16 years agoIssue #5913: os.listdir() should fail for empty path on windows.
Hirokazu Yamamoto [Mon, 4 May 2009 05:28:39 +0000 (05:28 +0000)]
Issue #5913: os.listdir() should fail for empty path on windows.

16 years agocleanup applied patch to match style that is already in py3k branch.
Gregory P. Smith [Mon, 4 May 2009 00:48:41 +0000 (00:48 +0000)]
cleanup applied patch to match style that is already in py3k branch.

16 years agoIssue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith [Mon, 4 May 2009 00:16:49 +0000 (00:16 +0000)]
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
GIL is now released during computation on data lengths >= 2048 bytes.

16 years agoThere's no %A in Python 2.x!
Walter Dörwald [Sun, 3 May 2009 22:46:07 +0000 (22:46 +0000)]
There's no %A in Python 2.x!

16 years agoIssue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
Walter Dörwald [Sun, 3 May 2009 22:36:33 +0000 (22:36 +0000)]
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().

16 years agoDon't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
Mark Dickinson [Sun, 3 May 2009 22:33:34 +0000 (22:33 +0000)]
Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.

16 years agoEliminate some locale-dependent calls to isspace and tolower.
Mark Dickinson [Sun, 3 May 2009 20:59:48 +0000 (20:59 +0000)]
Eliminate some locale-dependent calls to isspace and tolower.

16 years agoRemove unnecessary uses of context in PyGetSetDef. See issue #5880.
Mark Dickinson [Sun, 3 May 2009 20:39:06 +0000 (20:39 +0000)]
Remove unnecessary uses of context in PyGetSetDef.  See issue #5880.

16 years agodocstring update.
Gregory P. Smith [Sun, 3 May 2009 20:27:25 +0000 (20:27 +0000)]
docstring update.

16 years agoOptimization: move RFC defined network constant construction out of
Gregory P. Smith [Sun, 3 May 2009 19:37:05 +0000 (19:37 +0000)]
Optimization: move RFC defined network constant construction out of
the is_*() methods and into module private instances.

16 years agoIssue 5379 - applies patch supplied by philipp hagemeister to fix
Gregory P. Smith [Sun, 3 May 2009 18:42:15 +0000 (18:42 +0000)]
Issue 5379 - applies patch supplied by philipp hagemeister to fix
many problems with the ancient mcast.py demo code.

16 years agoFurther development of issue5559, handle Windows files
Kurt B. Kaiser [Sun, 3 May 2009 02:05:22 +0000 (02:05 +0000)]
Further development of issue5559, handle Windows files
which not only have embedded spaces, but leading spaces.

16 years agoidle.py modified and simplified to better support
Kurt B. Kaiser [Sun, 3 May 2009 01:03:44 +0000 (01:03 +0000)]
idle.py modified and simplified to better support
developing experimental versions of IDLE which are
not installed in the standard location.

16 years ago(no commit message)
Michael Foord [Sat, 2 May 2009 22:43:34 +0000 (22:43 +0000)]

16 years agoIsue #5084: unpickling now interns the attribute names of pickled objects,
Antoine Pitrou [Sat, 2 May 2009 21:13:23 +0000 (21:13 +0000)]
Isue #5084: unpickling now interns the attribute names of pickled objects,
saving memory and avoiding growth in size of subsequent pickles. Proposal
and original patch by Jake McGuire.

16 years agoadd myself
Benjamin Peterson [Sat, 2 May 2009 20:26:53 +0000 (20:26 +0000)]
add myself

16 years agoAdd addCleanup and doCleanups to unittest.TestCase.
Michael Foord [Sat, 2 May 2009 20:15:05 +0000 (20:15 +0000)]
Add addCleanup and doCleanups to unittest.TestCase.

Closes issue 5679.

Michael Foord

16 years ago#1607951: Make mailbox.Maildir re-read the directories less frequently.
Andrew M. Kuchling [Sat, 2 May 2009 19:17:28 +0000 (19:17 +0000)]
#1607951: Make mailbox.Maildir re-read the directories less frequently.
This is done by recording the current time -1sec, and not re-reading unless
the directory mod. times are >= the recorded time.

16 years agoConvert test method names to PEP8 style.
Gregory P. Smith [Sat, 2 May 2009 18:58:21 +0000 (18:58 +0000)]
Convert test method names to PEP8 style.

16 years agoRemove unnecessary use of context for long getters.
Mark Dickinson [Sat, 2 May 2009 17:55:01 +0000 (17:55 +0000)]
Remove unnecessary use of context for long getters.
(Related to issue #5880).

16 years agorevert unrelated change
Benjamin Peterson [Sat, 2 May 2009 17:35:39 +0000 (17:35 +0000)]
revert unrelated change

16 years agoremove py3k compat code
Benjamin Peterson [Sat, 2 May 2009 17:33:01 +0000 (17:33 +0000)]
remove py3k compat code

16 years agoAdd items
Andrew M. Kuchling [Sat, 2 May 2009 17:12:15 +0000 (17:12 +0000)]
Add items

16 years agodon't let sys.argv be used in the tests
Benjamin Peterson [Sat, 2 May 2009 16:24:37 +0000 (16:24 +0000)]
don't let sys.argv be used in the tests

16 years agoAdds an exit parameter to unittest.main(). If False main no longer
Michael Foord [Sat, 2 May 2009 11:43:06 +0000 (11:43 +0000)]
Adds an exit parameter to unittest.main(). If False main no longer
calls sys.exit.

Closes issue 3379.

Michael Foord

16 years agoKeep py3k and trunk code in sync.
Eric Smith [Sat, 2 May 2009 09:58:09 +0000 (09:58 +0000)]
Keep py3k and trunk code in sync.

16 years agoFix directive name.
Georg Brandl [Fri, 1 May 2009 21:30:25 +0000 (21:30 +0000)]
Fix directive name.

16 years agoReview ipaddr docs and add them in the TOC under "Internet protocols".
Georg Brandl [Fri, 1 May 2009 21:28:35 +0000 (21:28 +0000)]
Review ipaddr docs and add them in the TOC under "Internet protocols".

16 years agoIssue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather...
Antoine Pitrou [Fri, 1 May 2009 21:16:14 +0000 (21:16 +0000)]
Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully.
Patch by Floris Bruynooghe.

16 years agoIssue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
Antoine Pitrou [Fri, 1 May 2009 20:55:35 +0000 (20:55 +0000)]
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
error when a named pipe is encountered, rather than blocking infinitely.

16 years agoAdds the ipaddr module to the standard library. Issue #3959.
Gregory P. Smith [Fri, 1 May 2009 19:59:52 +0000 (19:59 +0000)]
Adds the ipaddr module to the standard library.  Issue #3959.
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/

This code is 2to3 safe, I'll merge it into py3k later this afternoon.

16 years agoMake test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald [Fri, 1 May 2009 17:35:37 +0000 (17:35 +0000)]
Make test.test_support.EnvironmentVarGuard behave like a dictionary.

All changes are mirrored to the underlying os.environ dict, but rolled back
on exit from the with block.

16 years ago#5889: remove comma at the end of a list that some C compilers don't like.
Georg Brandl [Fri, 1 May 2009 08:51:37 +0000 (08:51 +0000)]
#5889: remove comma at the end of a list that some C compilers don't like.

16 years agoFix for Issue1648102, based on the MSDN spec: If this parameter specifies the
Senthil Kumaran [Fri, 1 May 2009 05:59:52 +0000 (05:59 +0000)]
Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the
"<local>" macro as the only entry, this function bypasses any host name that
does not contain a period.

16 years agoMake the turtle.rst doctests pass. I have a feeling there should be
R. David Murray [Thu, 30 Apr 2009 12:42:32 +0000 (12:42 +0000)]
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... ;)

16 years agoIssue #1588: Add complex.__format__.
Eric Smith [Thu, 30 Apr 2009 00:58:58 +0000 (00:58 +0000)]
Issue #1588: Add complex.__format__.

16 years agoprevent ref cycles by removing bound method on close()
Benjamin Peterson [Thu, 30 Apr 2009 00:23:11 +0000 (00:23 +0000)]
prevent ref cycles by removing bound method on close()

16 years agomake sure to close file
Benjamin Peterson [Thu, 30 Apr 2009 00:06:33 +0000 (00:06 +0000)]
make sure to close file

16 years agomake sure mode is removable while cleaning up test droppings
Benjamin Peterson [Wed, 29 Apr 2009 22:44:15 +0000 (22:44 +0000)]
make sure mode is removable while cleaning up test droppings

16 years ago#5878: fix repr of re object.
Georg Brandl [Wed, 29 Apr 2009 22:44:07 +0000 (22:44 +0000)]
#5878: fix repr of re object.

16 years agofix test_shutil on ZFS #5676
Benjamin Peterson [Wed, 29 Apr 2009 22:43:35 +0000 (22:43 +0000)]
fix test_shutil on ZFS #5676

16 years agoBackport some of the float formatting tests from py3k.
Mark Dickinson [Wed, 29 Apr 2009 21:57:15 +0000 (21:57 +0000)]
Backport some of the float formatting tests from py3k.

16 years agoRemove format_float and use _PyOS_double_to_string instead.
Mark Dickinson [Wed, 29 Apr 2009 21:56:53 +0000 (21:56 +0000)]
Remove format_float and use _PyOS_double_to_string instead.

16 years agoIssue #5864: format(1234.5, '.4') gives misleading result
Mark Dickinson [Wed, 29 Apr 2009 20:41:00 +0000 (20:41 +0000)]
Issue #5864: format(1234.5, '.4') gives misleading result
(Backport of r72109 from py3k.)

16 years agorun autoconf
Benjamin Peterson [Wed, 29 Apr 2009 20:36:25 +0000 (20:36 +0000)]
run autoconf

16 years agoMore aifc tests.
R. David Murray [Wed, 29 Apr 2009 20:15:18 +0000 (20:15 +0000)]
More aifc tests.

16 years ago- configure.in: Don't error, when no --with-dbmliborder option is present
Matthias Klose [Wed, 29 Apr 2009 20:09:50 +0000 (20:09 +0000)]
- configure.in: Don't error, when no --with-dbmliborder option is present

16 years ago- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
Matthias Klose [Wed, 29 Apr 2009 19:52:49 +0000 (19:52 +0000)]
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
  the order that backends for the dbm extension are checked.

16 years ago- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
Matthias Klose [Wed, 29 Apr 2009 17:18:19 +0000 (17:18 +0000)]
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
  the order that backends for the dbm extension are checked.

16 years agoNow that we've got a test_aifc, add a few tests.
R. David Murray [Wed, 29 Apr 2009 13:51:44 +0000 (13:51 +0000)]
Now that we've got a test_aifc, add a few tests.

16 years agoFix issue 2245. aifc now skips any chunk type it doesn't actually
R. David Murray [Wed, 29 Apr 2009 13:17:37 +0000 (13:17 +0000)]
Fix issue 2245.  aifc now skips any chunk type it doesn't actually
process instead of throwing errors for anything not in an explicit
skip list.  This is per this spec: http://www.cnpbagwell.com/aiff-c.txt.
Spec reference and test sound file provided by Santiago Peresón, fix
based on patch by Hiroaki Kawai.

16 years agoFixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
Tarek Ziadé [Wed, 29 Apr 2009 08:03:46 +0000 (08:03 +0000)]
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore

16 years agoMake the doctests in the docs pass, except for those in the turtle module.
Georg Brandl [Tue, 28 Apr 2009 21:48:35 +0000 (21:48 +0000)]
Make the doctests in the docs pass, except for those in the turtle module.

16 years agoIssue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
Thomas Heller [Tue, 28 Apr 2009 19:23:41 +0000 (19:23 +0000)]
Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
instead of mipsel)

16 years agoRemove spurious 'u'.
R. David Murray [Tue, 28 Apr 2009 19:02:55 +0000 (19:02 +0000)]
Remove spurious 'u'.

16 years agoVarious small fixups to the multiprocessing docs, mostly fixing and
R. David Murray [Tue, 28 Apr 2009 16:08:18 +0000 (16:08 +0000)]
Various small fixups to the multiprocessing docs, mostly fixing and
enabling doctests that Sphinx can run, and fixing and disabling tests that
Sphinx can't run.  I hand checked every test not now marked as a doctest,
and all except the two that have open bug reports against them now work,
at least on Linux/trunk. (I did not look at the last example at all since
there was already an open bug).  I did not read the whole document with
an editor's eye, but I did fix a few things I noticed while working on
the tests.

16 years agoSilence warning on Windows.
Eric Smith [Tue, 28 Apr 2009 07:33:09 +0000 (07:33 +0000)]
Silence warning on Windows.

16 years agoIssue #1734234: Massively speedup `unicodedata.normalize()` when the
Antoine Pitrou [Mon, 27 Apr 2009 21:53:26 +0000 (21:53 +0000)]
Issue #1734234: Massively speedup `unicodedata.normalize()` when the
string is already in normalized form, by performing a quick check beforehand.
Original patch by Rauli Ruohonen.

16 years agoAdd example to the seealso section.
Raymond Hettinger [Mon, 27 Apr 2009 21:12:54 +0000 (21:12 +0000)]
Add example to the seealso section.

16 years agoUpdate spec version number.
Raymond Hettinger [Mon, 27 Apr 2009 21:12:27 +0000 (21:12 +0000)]
Update spec version number.

16 years agoIssue #5853: calling a function of the mimetypes module from several threads
Antoine Pitrou [Mon, 27 Apr 2009 20:50:20 +0000 (20:50 +0000)]
Issue #5853: calling a function of the mimetypes module from several threads
at once could hit the recursion limit if the mimetypes database hadn't been
initialized before.

16 years agoIssue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should...
Eric Smith [Mon, 27 Apr 2009 19:04:37 +0000 (19:04 +0000)]
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.

16 years agoMake sys.xxx variable references into links, note that print_last only
R. David Murray [Mon, 27 Apr 2009 17:22:36 +0000 (17:22 +0000)]
Make sys.xxx variable references into links, note that print_last only
works when an exception gets to the interactive prompt, and update the
examples after testing.  The last one is now a valid Sphinx doctest,
but of the preceding two one can't be made a doctest and the other one
I'm postponing to 3.x because sphinx handles doctests as Unicode strings
and that makes the 2.x output confusing.

16 years ago#5840: dont claim we dont support TLS.
Georg Brandl [Mon, 27 Apr 2009 17:09:53 +0000 (17:09 +0000)]
#5840: dont claim we dont support TLS.

16 years ago#5848: small unittest doc patch.
Georg Brandl [Mon, 27 Apr 2009 17:04:23 +0000 (17:04 +0000)]
#5848: small unittest doc patch.

16 years agoDemote warnings to notices, part 2: stuff that is 2.x-only.
Georg Brandl [Mon, 27 Apr 2009 15:29:26 +0000 (15:29 +0000)]
Demote warnings to notices, part 2: stuff that is 2.x-only.

16 years agoDemote warnings to notices where appropriate, following the goal that as few "red...
Georg Brandl [Mon, 27 Apr 2009 15:29:09 +0000 (15:29 +0000)]
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible.  Part 1: stuff that gets merged to Py3k.

16 years agoRemove ".. warning::" markup that doesnt contain warnings for users, rather todo...
Georg Brandl [Mon, 27 Apr 2009 15:10:44 +0000 (15:10 +0000)]
Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items.

16 years ago#5856: fix typo s in traceback example.
Georg Brandl [Mon, 27 Apr 2009 15:09:25 +0000 (15:09 +0000)]
#5856: fix typo s in traceback example.