]> granicus.if.org Git - python/log
python
21 years ago* fix the print test
Raymond Hettinger [Fri, 9 Jul 2004 04:51:24 +0000 (04:51 +0000)]
* fix the print test
* add more __init__ tests

21 years ago* balance the left/right search for getitem.
Raymond Hettinger [Fri, 9 Jul 2004 04:10:20 +0000 (04:10 +0000)]
* balance the left/right search for getitem.
* use assertions instead of tests after internal calls that can't fail.
* expand test coverage

21 years agoshow how easy it is to manipulate individual columns - from a request on
Skip Montanaro [Thu, 8 Jul 2004 19:49:10 +0000 (19:49 +0000)]
show how easy it is to manipulate individual columns - from a request on
c.l.py

21 years ago.encode()/.decode() patch part 2.
Marc-André Lemburg [Thu, 8 Jul 2004 19:13:55 +0000 (19:13 +0000)]
.encode()/.decode() patch part 2.

21 years agoAllow string and unicode return types from .encode()/.decode()
Marc-André Lemburg [Thu, 8 Jul 2004 17:57:32 +0000 (17:57 +0000)]
Allow string and unicode return types from .encode()/.decode()
methods on string and unicode objects. Added unicode.decode()
which was missing for no apparent reason.

21 years agoAdd another bunch of test cases for calendars with Sunday as the
Walter Dörwald [Thu, 8 Jul 2004 17:14:17 +0000 (17:14 +0000)]
Add another bunch of test cases for calendars with Sunday as the
first day of the week.

21 years agoPyThreadState_Swap(NULL) didn't do what I thought it did. Fixes
Michael W. Hudson [Thu, 8 Jul 2004 15:28:26 +0000 (15:28 +0000)]
PyThreadState_Swap(NULL) didn't do what I thought it did.  Fixes

[ 987287 ] Python 2.4a1, interpreter hanging on Keyboard Interrupt

21 years agoThis commit was manufactured by cvs2svn to create tag 'r24a1'. v2.4a1
cvs2svn [Thu, 8 Jul 2004 10:24:04 +0000 (10:24 +0000)]
This commit was manufactured by cvs2svn to create tag 'r24a1'.

21 years agoAdd exception handling for BaseRotatingFileHandler (SF #979252)
Vinay Sajip [Thu, 8 Jul 2004 10:24:04 +0000 (10:24 +0000)]
Add exception handling for BaseRotatingFileHandler (SF #979252)

21 years agoFileHandler now stores the basename as an absolute path (fix for SF #982049)
Vinay Sajip [Thu, 8 Jul 2004 10:22:35 +0000 (10:22 +0000)]
FileHandler now stores the basename as an absolute path (fix for SF #982049)

21 years agoFix markup and nits.
Raymond Hettinger [Thu, 8 Jul 2004 09:33:00 +0000 (09:33 +0000)]
Fix markup and nits.

21 years agoFix markup, typos, and nits.
Raymond Hettinger [Thu, 8 Jul 2004 09:22:33 +0000 (09:22 +0000)]
Fix markup, typos, and nits.

21 years agodont think it's still being used, but just in case
Anthony Baxter [Thu, 8 Jul 2004 07:18:34 +0000 (07:18 +0000)]
dont think it's still being used, but just in case

21 years agoBump build number to 54 for 2.4.0a1
Martin v. Löwis [Thu, 8 Jul 2004 07:11:33 +0000 (07:11 +0000)]
Bump build number to 54 for 2.4.0a1

21 years ago2.4a1
Anthony Baxter [Thu, 8 Jul 2004 06:01:42 +0000 (06:01 +0000)]
2.4a1

21 years agorelease dates
Anthony Baxter [Thu, 8 Jul 2004 05:59:43 +0000 (05:59 +0000)]
release dates

21 years agolicense updates for 2.4 (cleared with tim, on behalf of the psf)
Anthony Baxter [Thu, 8 Jul 2004 05:57:59 +0000 (05:57 +0000)]
license updates for 2.4 (cleared with tim, on behalf of the psf)

21 years agoWhitespace normalization.
Tim Peters [Thu, 8 Jul 2004 04:22:35 +0000 (04:22 +0000)]
Whitespace normalization.

21 years agobump the version number for 2.4a1
Fred Drake [Thu, 8 Jul 2004 03:59:33 +0000 (03:59 +0000)]
bump the version number for 2.4a1

21 years agoDeal with macros that have to be replaced with simple text; only a
Fred Drake [Thu, 8 Jul 2004 03:56:12 +0000 (03:56 +0000)]
Deal with macros that have to be replaced with simple text; only a
couple of these are currently found in index data, but these should
all be handled in the same way.

Closes SF bug #952737.

21 years agoExercise xrange a bit
Neal Norwitz [Thu, 8 Jul 2004 01:59:55 +0000 (01:59 +0000)]
Exercise xrange a bit

21 years agoExercise some error conditions
Neal Norwitz [Thu, 8 Jul 2004 01:56:46 +0000 (01:56 +0000)]
Exercise some error conditions

21 years agoFix a couple of signed/unsigned comparison warnings
Neal Norwitz [Thu, 8 Jul 2004 01:55:58 +0000 (01:55 +0000)]
Fix a couple of signed/unsigned comparison warnings

21 years agoPass the flags along, rather than ignoring them. Backport candidate
Neal Norwitz [Thu, 8 Jul 2004 01:54:07 +0000 (01:54 +0000)]
Pass the flags along, rather than ignoring them.  Backport candidate

21 years agoRemove unused macros in .c files
Neal Norwitz [Thu, 8 Jul 2004 01:49:00 +0000 (01:49 +0000)]
Remove unused macros in .c files

21 years agoSF bug #978308, Spurious errors taking bool of dead pro
Neal Norwitz [Thu, 8 Jul 2004 01:22:31 +0000 (01:22 +0000)]
SF bug #978308, Spurious errors taking bool of dead pro
Need to return -1 on error.

Needs backport.

21 years agoTim gets his default traps.
Raymond Hettinger [Thu, 8 Jul 2004 00:49:18 +0000 (00:49 +0000)]
Tim gets his default traps.

21 years agoWhitespace normalization.
Tim Peters [Wed, 7 Jul 2004 20:54:48 +0000 (20:54 +0000)]
Whitespace normalization.

21 years ago"#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD
Tim Peters [Wed, 7 Jul 2004 20:42:07 +0000 (20:42 +0000)]
"#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD
isn't always set to an integer value when it's defined.

21 years agoThis closes patch:
Michael W. Hudson [Wed, 7 Jul 2004 17:44:12 +0000 (17:44 +0000)]
This closes patch:

[ 960406 ] unblock signals in threads

although the changes do not correspond exactly to any patch attached to
that report.

Non-main threads no longer have all signals masked.

A different interface to readline is used.

The handling of signals inside calls to PyOS_Readline is now rather
different.

These changes are all a bit scary!  Review and cross-platform testing
much appreciated.

21 years agoReplaced some tabs with spaces in verbatim section.
Vinay Sajip [Wed, 7 Jul 2004 15:59:49 +0000 (15:59 +0000)]
Replaced some tabs with spaces in verbatim section.

21 years ago[Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672...
Andrew M. Kuchling [Wed, 7 Jul 2004 14:19:09 +0000 (14:19 +0000)]
[Bug #982806] The default argument for opening GDBM files is bogus.  Patch #984672 by James Lamanna

21 years ago[Bug #925107] Make .readline() consider self.stop. This makes read() and readline...
Andrew M. Kuchling [Wed, 7 Jul 2004 14:09:21 +0000 (14:09 +0000)]
[Bug #925107] Make .readline() consider self.stop.  This makes read() and readline() very similar, so they're refactored into _read.  Patch by Johannes Gijsbers.
2.3 bugfix candidate.

21 years agoOS/2 EMX needs addrinfo.h for code included from getaddrinfo.c
Andrew MacIntyre [Wed, 7 Jul 2004 14:02:59 +0000 (14:02 +0000)]
OS/2 EMX needs addrinfo.h for code included from getaddrinfo.c

21 years agobring OS/2 EMX port build environment up to date
Andrew MacIntyre [Wed, 7 Jul 2004 13:55:25 +0000 (13:55 +0000)]
bring OS/2 EMX port build environment up to date

21 years ago[Bug #984017] Incorrect prototype, fixed by Timothy Stranex
Andrew M. Kuchling [Wed, 7 Jul 2004 13:07:47 +0000 (13:07 +0000)]
[Bug #984017] Incorrect prototype, fixed by Timothy Stranex

21 years agoAdd logging changes
Andrew M. Kuchling [Wed, 7 Jul 2004 13:01:53 +0000 (13:01 +0000)]
Add logging changes

21 years agoFor readable() objects, the previous value of 'flags' was ignored.
Andrew M. Kuchling [Wed, 7 Jul 2004 12:23:53 +0000 (12:23 +0000)]
For readable() objects, the previous value of 'flags' was ignored.
Rearrange code for writable() case to make the parallel logic clearer

21 years agoRemove the annoing and useless messagebox asking about overwriting files.
Thomas Heller [Wed, 7 Jul 2004 07:34:40 +0000 (07:34 +0000)]
Remove the annoing and useless messagebox asking about overwriting files.
Fixes SF #984290.

21 years agoMade the explanation more accurate; trimmed trailing whitespace; fixed
Tim Peters [Wed, 7 Jul 2004 02:46:03 +0000 (02:46 +0000)]
Made the explanation more accurate; trimmed trailing whitespace; fixed
a typo.

21 years agoTypo repair.
Tim Peters [Wed, 7 Jul 2004 02:32:36 +0000 (02:32 +0000)]
Typo repair.

21 years agowhitespace normalization
Skip Montanaro [Tue, 6 Jul 2004 21:53:27 +0000 (21:53 +0000)]
whitespace normalization

21 years agoFix SF#983164.
Thomas Heller [Tue, 6 Jul 2004 19:23:27 +0000 (19:23 +0000)]
Fix SF#983164.

Patch from Mark Hammond:

bdist_wininst attempts to use the correct MSVC runtime for the current
version of Python. This doesn't work correctly when --target-version
is set. In that case, bdist_wininst still uses the *current*
sys.version (ie, 2.4) rather than the version specified as
--target-version. Thus, the msvc7 runtime based executable stub is
*always* used.

This patch "hard-codes" knowledge of earlier Python versions,
providing the correct result when Python 2.4 is used to build Python
2.3 and earlier distributions.

Remove the short variant (-v) of the --target-version command line
options, it conflicts with the --verbose/-v standard distutils switch.

21 years agoAdd msg for bug #981530 (shutil.rmtree). Somehow that got missed in
Guido van Rossum [Tue, 6 Jul 2004 17:52:32 +0000 (17:52 +0000)]
Add msg for bug #981530 (shutil.rmtree).  Somehow that got missed in
the checkin.

21 years agotestGetServBy(): Use services that should be available both on *nix and
Barry Warsaw [Tue, 6 Jul 2004 16:48:25 +0000 (16:48 +0000)]
testGetServBy(): Use services that should be available both on *nix and
Windows (XP at least ;).  Test in this order: echo, daytime, domain.

21 years ago* Fix missing return after error message is set.
Raymond Hettinger [Tue, 6 Jul 2004 13:44:41 +0000 (13:44 +0000)]
* Fix missing return after error message is set.
* Add a test case that would have caught it.

21 years agoDemonstrate how to round final result.
Raymond Hettinger [Tue, 6 Jul 2004 01:55:14 +0000 (01:55 +0000)]
Demonstrate how to round final result.

21 years ago* Add __eq__ and __ne__ so that things like list.index() work properly
Raymond Hettinger [Mon, 5 Jul 2004 22:53:03 +0000 (22:53 +0000)]
* Add __eq__ and __ne__ so that things like list.index() work properly
  for lists of mixed types.
* Test that sort works.

21 years agoExpand examples to show polymorphism
Raymond Hettinger [Mon, 5 Jul 2004 21:13:28 +0000 (21:13 +0000)]
Expand examples to show polymorphism

21 years agoSimplify examples.
Raymond Hettinger [Mon, 5 Jul 2004 20:27:53 +0000 (20:27 +0000)]
Simplify examples.

21 years agoDoc tested the recipes.
Raymond Hettinger [Mon, 5 Jul 2004 20:17:13 +0000 (20:17 +0000)]
Doc tested the recipes.

21 years agoFix typo
Raymond Hettinger [Mon, 5 Jul 2004 18:56:03 +0000 (18:56 +0000)]
Fix typo

21 years agoTest the logic for int(d).
Raymond Hettinger [Mon, 5 Jul 2004 18:49:38 +0000 (18:49 +0000)]
Test the logic for int(d).

21 years ago* Update the todo list.
Raymond Hettinger [Mon, 5 Jul 2004 18:48:22 +0000 (18:48 +0000)]
* Update the todo list.
* Make ConversionSyntax signals get trapped by default.

21 years ago* Added missing info on construction from a tuple.
Raymond Hettinger [Mon, 5 Jul 2004 18:41:42 +0000 (18:41 +0000)]
* Added missing info on construction from a tuple.
* Added a recipe section.

21 years agoAdd decimal docs to the core.
Raymond Hettinger [Mon, 5 Jul 2004 05:52:03 +0000 (05:52 +0000)]
Add decimal docs to the core.

21 years ago* Fixup docstrings
Raymond Hettinger [Mon, 5 Jul 2004 05:36:39 +0000 (05:36 +0000)]
* Fixup docstrings
* Make capitals default part of DefaultContext

21 years agoVarious edits
Andrew M. Kuchling [Mon, 5 Jul 2004 01:40:07 +0000 (01:40 +0000)]
Various edits

21 years agoVarious edits
Andrew M. Kuchling [Mon, 5 Jul 2004 01:37:07 +0000 (01:37 +0000)]
Various edits

21 years agoBump version #; write introductory para
Andrew M. Kuchling [Sun, 4 Jul 2004 16:39:40 +0000 (16:39 +0000)]
Bump version #; write introductory para

21 years agoTypo fixes
Andrew M. Kuchling [Sun, 4 Jul 2004 15:41:59 +0000 (15:41 +0000)]
Typo fixes

21 years agoMore additions
Andrew M. Kuchling [Sun, 4 Jul 2004 15:35:00 +0000 (15:35 +0000)]
More additions

21 years agoChanged the rounding constant values to match their variable names.
Raymond Hettinger [Sun, 4 Jul 2004 13:53:24 +0000 (13:53 +0000)]
Changed the rounding constant values to match their variable names.
This serves to made the context representation more useful (the names in
match the names out).

Removed the link to ReXX.  That document did not shed add anything to
information already in the spec.

Further tighten the public API to improve usability:

* Emax and Emin are set through Context().  Their defaults are set in the
  DefaultContext, so there is no need to expose DEFAULT_MAX_EXPONENT
  and DEFAULT_MIN_EXPONENT.

* The string functions isnan() and isinfinity() were only used internal to
  the module and were not among the test cases.  External use cases are
  served by the Decimal constructor.  So, made these private.

21 years agoTextual change to make the doc reflect reality
Nicholas Bastin [Sun, 4 Jul 2004 04:47:40 +0000 (04:47 +0000)]
Textual change to make the doc reflect reality

21 years agoFix clear_flags(). Make a readable (not evalable) Context repr.
Raymond Hettinger [Sun, 4 Jul 2004 01:55:39 +0000 (01:55 +0000)]
Fix clear_flags().  Make a readable (not evalable) Context repr.

21 years agoWrite another section
Andrew M. Kuchling [Sun, 4 Jul 2004 01:44:04 +0000 (01:44 +0000)]
Write another section

21 years agoRewrite two sections
Andrew M. Kuchling [Sun, 4 Jul 2004 01:26:42 +0000 (01:26 +0000)]
Rewrite two sections

21 years agoRedirect the warning stream to the shell during the ScriptBinding check of user code
Kurt B. Kaiser [Sun, 4 Jul 2004 01:25:56 +0000 (01:25 +0000)]
Redirect the warning stream to the shell during the ScriptBinding check of user code
and format the warning similarly to an exception for both that check and for
warnings raised in the subprocess.

M NEWS.txt
M Pyshell.py
M ScriptBinding.py
M run.py

21 years agoNamespace cleanups:
Raymond Hettinger [Sat, 3 Jul 2004 13:48:56 +0000 (13:48 +0000)]
Namespace cleanups:
* delete temporary globals immediately after use
* move a global into a class variable
* Rename BasicDefaultContext and ExtendedDefaultContext
  to BasicContext and ExtendedContext.

21 years ago* Make the tests independent of the default precision.
Raymond Hettinger [Sat, 3 Jul 2004 12:26:21 +0000 (12:26 +0000)]
* Make the tests independent of the default precision.
* Change the default precision to 28 (to match VB's decimal type).

21 years agoRefactored RotatingFileHandler to create a base class for rotating handlers. Added...
Vinay Sajip [Sat, 3 Jul 2004 11:48:34 +0000 (11:48 +0000)]
Refactored RotatingFileHandler to create a base class  for rotating handlers. Added TimedRotatingFileHandler.

21 years agoChanged basicConfig() to add keyword arguments. Changes are backward-compatible.
Vinay Sajip [Sat, 3 Jul 2004 11:47:26 +0000 (11:47 +0000)]
Changed basicConfig() to add keyword arguments. Changes are backward-compatible.
Added error checking to log() to check that level is an integer, and raise a TypeError if not (as long as raiseExceptions is set).
Minor documentation corrections.

21 years agoMoved example section up to just after the section on Logger objects, and changed...
Vinay Sajip [Sat, 3 Jul 2004 11:45:53 +0000 (11:45 +0000)]
Moved example section up to just after the section on Logger objects, and changed it to use the new basicConfig() API

21 years agoWork through several open todos:
Raymond Hettinger [Sat, 3 Jul 2004 10:02:28 +0000 (10:02 +0000)]
Work through several open todos:
* Added test for pickling contexts
* Renamed ExceptionList to Signals (to match wording in the spec)
* Simplified Context constructor by allowing flags=None to automatically
  generate a zeroed-out flags dictionary.
* inlined _convertString() which was used only once
* _rounding_decision is private, so excluded its contants from __all__.
* added an XXX comment with concerns about subclassing signals results in
  a deviation from the spec (maybe important, maybe not).
* Taught the test_suite to determine its own directory (modeled after code
  in regrtest.py).  Enables it to be run when the current directory is not
  the test directory.
* Added a clear_flags() method to the Context API to make it easier to do
  a common operation with flags.
* Fixed the trap_enablers defaults in BasicDefaultContext to match the spec.

21 years agoClarify last added comment (bug #754449).
Brett Cannon [Sat, 3 Jul 2004 03:54:54 +0000 (03:54 +0000)]
Clarify last added comment (bug #754449).

21 years agothreading.Thread objects will now print a traceback for an exception raised
Brett Cannon [Sat, 3 Jul 2004 03:52:35 +0000 (03:52 +0000)]
threading.Thread objects will now print a traceback for an exception raised
during interpreter shutdown instead of masking it with another traceback about
accessing a NoneType when trying to print the exception out in the first place.

Closes bug #754449 (using patch #954922).

21 years agoPatch [ 983775 ] Allow bdist_wininst to install for non-admin users
Mark Hammond [Fri, 2 Jul 2004 23:53:16 +0000 (23:53 +0000)]
Patch [ 983775 ] Allow bdist_wininst to install for non-admin users
to address bugs:
[ 555812 ] installing extension w/o admin rights
[ 555810 ] removing extensions without admin rights

* When enumerating the Python versions found, also remember the HKEY
  they were found under.
* When installing, if Python was installed under HKCU, we will too.
  If Python was installed under HKLM, we check the permissions of
  the current user, and install where we can.
* The "root" key we use is a global variable - all registry setting and
  delete functions use this global rather than a hardcoded HKLM.
* A new entry is written to the install log, indicating the key we used.
  Uninstallation is based on this key.
* 'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp
  file on the root of the current drive, and if this is readonly would
  explain the 'freopen' errors occasionally reported. 'tempnam'
  creates the temp file in the %TEMP% directory.

21 years agoAdd tests that check the result of calendar.monthcalendar() for a set
Walter Dörwald [Fri, 2 Jul 2004 19:00:09 +0000 (19:00 +0000)]
Add tests that check the result of calendar.monthcalendar() for a set
of corner cases.

21 years agoMake weak references subclassable:
Fred Drake [Fri, 2 Jul 2004 18:57:45 +0000 (18:57 +0000)]
Make weak references subclassable:

- weakref.ref and weakref.ReferenceType will become aliases for each
  other

- weakref.ref will be a modern, new-style class with proper __new__
  and __init__ methods

- weakref.WeakValueDictionary will have a lighter memory footprint,
  using a new weakref.ref subclass to associate the key with the
  value, allowing us to have only a single object of overhead for each
  dictionary entry (currently, there are 3 objects of overhead per
  entry: a weakref to the value, a weakref to the dictionary, and a
  function object used as a weakref callback; the weakref to the
  dictionary could be avoided without this change)

- a new macro, PyWeakref_CheckRefExact(), will be added

- PyWeakref_CheckRef() will check for subclasses of weakref.ref

This closes SF patch #983019.

21 years agoUpdate info about the windows build.
Thomas Heller [Fri, 2 Jul 2004 08:58:46 +0000 (08:58 +0000)]
Update info about the windows build.

21 years agoSF #951851 fixed.
Thomas Heller [Fri, 2 Jul 2004 08:56:20 +0000 (08:56 +0000)]
SF #951851 fixed.

21 years agoWhen importing an extension on Windows, the code reads the PE 'import
Thomas Heller [Fri, 2 Jul 2004 08:53:57 +0000 (08:53 +0000)]
When importing an extension on Windows, the code reads the PE 'import
table' of the dll, to make sure that the dll really was build for the
correct Python version.  It does this by looking for an entry
'pythonXY.dll' (X.Y is the Python version number).

The code now checks the size of the dll's import table before reading
entries from it.  Before this patch, the code crashed trying to read
the import table when the size was zero (as in Win2k's wmi.dll, for
example).

Look for imports of 'pythonXY_d.dll' in a debug build instead of
'pythonXY.dll'.

Fixes SF 951851: Crash when reading "import table" of certain windows dlls.

Already backported to the 2.3 branch.

21 years agoFix for SF 982215: bdist_wininst - Next button not greyed out during file copy.
Thomas Heller [Fri, 2 Jul 2004 08:02:40 +0000 (08:02 +0000)]
Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.
Patch from Mark Hammond.
Recompiled binary.

Already packported to the 2.3 branch.

21 years agoSF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger [Fri, 2 Jul 2004 06:41:07 +0000 (06:41 +0000)]
SF Bug #215126:  Over restricted type checking on eval() function

The builtin eval() function now accepts any mapping for the locals argument.
Time sensitive steps guarded by PyDict_CheckExact() to keep from slowing
down the normal case.  My timings so no measurable impact.

21 years agoadd cp866 row
Skip Montanaro [Fri, 2 Jul 2004 02:14:34 +0000 (02:14 +0000)]
add cp866 row

21 years agoChange signatures for arguments to "s" and friends to be the proper ``const
Brett Cannon [Thu, 1 Jul 2004 20:55:42 +0000 (20:55 +0000)]
Change signatures for arguments to "s" and friends to be the proper ``const
char *`` instead of just ``char *``.  Also added the mentioning of "const" in
some places where it was left out even when the signature already stated the
fact.

Closes bug #980925.

21 years agoCommitting Tim's patch for SF bug #983585:
Fred Drake [Thu, 1 Jul 2004 20:28:47 +0000 (20:28 +0000)]
Committing Tim's patch for SF bug #983585:
test_repr() fails with id() values that appear negative

21 years agoDocument that encode() and decode() raise UnicodeError
Walter Dörwald [Thu, 1 Jul 2004 19:58:47 +0000 (19:58 +0000)]
Document that encode() and decode() raise UnicodeError
instead of ValueError.

Add a note about error handling schemes added by PEP 293.

21 years agolink to the codecs page from the "".encode() description.
Skip Montanaro [Thu, 1 Jul 2004 19:26:04 +0000 (19:26 +0000)]
link to the codecs page from the "".encode() description.

21 years agoFix
Michael W. Hudson [Thu, 1 Jul 2004 14:52:10 +0000 (14:52 +0000)]
Fix

[ 924301 ] A leak case with cmd.py & readline & exception

by ensuring that the readline completion function is always reset
even in the case of an exception being raised.  As a bonus, this
makes the documentation for pre & postloop accurate again.

21 years agofix small consistency nit
Fred Drake [Thu, 1 Jul 2004 14:28:36 +0000 (14:28 +0000)]
fix small consistency nit

21 years agoadd omitted markup
Fred Drake [Thu, 1 Jul 2004 14:26:31 +0000 (14:26 +0000)]
add omitted markup

21 years ago* Fix typos.
Raymond Hettinger [Thu, 1 Jul 2004 12:56:54 +0000 (12:56 +0000)]
* Fix typos.
* Format an example so that the identation is more obvious.
* Add a section on the decimal module to the Brief Tour Part II.

21 years agoMove Decimal from the sandbox into production.
Raymond Hettinger [Thu, 1 Jul 2004 11:52:15 +0000 (11:52 +0000)]
Move Decimal from the sandbox into production.

21 years agoMove Decimal from the sandbox into production.
Raymond Hettinger [Thu, 1 Jul 2004 11:15:39 +0000 (11:15 +0000)]
Move Decimal from the sandbox into production.

21 years agoMove Decimal from the sandbox into production.
Raymond Hettinger [Thu, 1 Jul 2004 11:01:35 +0000 (11:01 +0000)]
Move Decimal from the sandbox into production.

21 years agouse file() in preference to open()
Skip Montanaro [Wed, 30 Jun 2004 21:06:45 +0000 (21:06 +0000)]
use file() in preference to open()

21 years agotyop
Michael W. Hudson [Wed, 30 Jun 2004 09:09:38 +0000 (09:09 +0000)]
tyop

21 years agorestore NEWS entry for 957240
Michael W. Hudson [Wed, 30 Jun 2004 09:06:29 +0000 (09:06 +0000)]
restore NEWS entry for 957240

21 years agoCheck in the updated version of patch #957240, which doesn't rely
Michael W. Hudson [Wed, 30 Jun 2004 09:02:33 +0000 (09:02 +0000)]
Check in the updated version of patch #957240, which doesn't rely
on the marshalling characteristics of infinities.