]> granicus.if.org Git - python/log
python
23 years agoAdd a little more information about the usage of some terms where the
Fred Drake [Sat, 14 Jul 2001 02:34:12 +0000 (02:34 +0000)]
Add a little more information about the usage of some terms where the
style guide can use a little clarification, and present some minor
specific markup.

Make a few adjustments to conform to the style guide.

23 years agoMinor change to match the style guide.
Fred Drake [Sat, 14 Jul 2001 02:27:22 +0000 (02:27 +0000)]
Minor change to match the style guide.

23 years agoMinor changes to match the style guide.
Fred Drake [Sat, 14 Jul 2001 02:14:42 +0000 (02:14 +0000)]
Minor changes to match the style guide.

23 years agoMinor change to match the style guide.
Fred Drake [Sat, 14 Jul 2001 02:12:27 +0000 (02:12 +0000)]
Minor change to match the style guide.

23 years agoMinor changes to match the style guide.
Fred Drake [Sat, 14 Jul 2001 02:09:32 +0000 (02:09 +0000)]
Minor changes to match the style guide.

Make the reference to the python-docs email address a hyperlink; we want to
encourage responses to the plea for help!

23 years agopy-cvs-rel2_1 (Rev 1.2) merge
Kurt B. Kaiser [Sat, 14 Jul 2001 02:02:36 +0000 (02:02 +0000)]
py-cvs-rel2_1 (Rev 1.2) merge
Copied py-cvs rev 1.2 changed file to idlefork MAIN

23 years agopy-cvs-rel2_1 (Rev 1.2) merge
Kurt B. Kaiser [Sat, 14 Jul 2001 01:58:10 +0000 (01:58 +0000)]
py-cvs-rel2_1 (Rev 1.2) merge
Copied py-cvs 1.2 changed file to idlefork MAIN

23 years agopy-cvs-rel2_1 (rev 1.5) merge - whitespace normalization
Kurt B. Kaiser [Sat, 14 Jul 2001 01:23:30 +0000 (01:23 +0000)]
py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
Kurt B. Kaiser [Sat, 14 Jul 2001 01:20:05 +0000 (01:20 +0000)]
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization
Kurt B. Kaiser [Sat, 14 Jul 2001 01:16:56 +0000 (01:16 +0000)]
py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization
Kurt B. Kaiser [Sat, 14 Jul 2001 01:14:09 +0000 (01:14 +0000)]
py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization

23 years agocvs-py-rel2_1 (Rev 1.29 - 1.33) merge
Kurt B. Kaiser [Sat, 14 Jul 2001 00:13:28 +0000 (00:13 +0000)]
cvs-py-rel2_1 (Rev 1.29 - 1.33) merge

Merged the following py-cvs revs without conflict:
1.29 Reduce copyright text output at startup
1.30 Delay setting sys.args until Tkinter is fully initialized
1.31 Whitespace normalization
1.32 Turn syntax warning into error when interactive
1.33 Fix warning initialization bug

Note that module is extensively modified wrt py-cvs

23 years agoAllow [] after a parameter name. We currently take this to be the same as * in front...
Jack Jansen [Fri, 13 Jul 2001 22:28:36 +0000 (22:28 +0000)]
Allow [] after a parameter name. We currently take this to be the same as * in front, which isn't 100% correct but good enough.

23 years agoFixed the mis-guessed parameters and added support for a few optional parameter types...
Jack Jansen [Fri, 13 Jul 2001 22:27:20 +0000 (22:27 +0000)]
Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet).

23 years agoAdded Mlte module (which, to my surprise, is available for classic ppc as well).
Jack Jansen [Fri, 13 Jul 2001 20:57:47 +0000 (20:57 +0000)]
Added Mlte module (which, to my surprise, is available for classic ppc as well).

23 years agoFirst stab at an interface to the Multi Language Text Editor. It compiles and imports...
Jack Jansen [Fri, 13 Jul 2001 20:56:52 +0000 (20:56 +0000)]
First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first.

23 years agopy-cvs-rel2_1 (Rev 1.6 - 1.8) merge
Kurt B. Kaiser [Fri, 13 Jul 2001 20:33:46 +0000 (20:33 +0000)]
py-cvs-rel2_1 (Rev 1.6 - 1.8) merge
Fix autoindent bug and deflect Unicode from text.get()

23 years agopy-cvs-rel2_1 (Rev 1.3)
Kurt B. Kaiser [Fri, 13 Jul 2001 20:00:15 +0000 (20:00 +0000)]
py-cvs-rel2_1 (Rev 1.3)
"move "from Tkinter import *" to module level" --jhylton

23 years agopy-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 19:57:00 +0000 (19:57 +0000)]
py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization

23 years agocvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 19:49:27 +0000 (19:49 +0000)]
cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization

23 years agoUpdated this file to match reality.
Guido van Rossum [Fri, 13 Jul 2001 18:05:46 +0000 (18:05 +0000)]
Updated this file to match reality.

Thanks Shane for pointing this out!

23 years agopy-cvs-rel2_1 (Rev 1.3) merge
Kurt B. Kaiser [Fri, 13 Jul 2001 17:57:37 +0000 (17:57 +0000)]
py-cvs-rel2_1 (Rev 1.3) merge
"Make the test program work outside IDLE."  -- GvR

23 years agopy-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 17:52:08 +0000 (17:52 +0000)]
py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 17:44:06 +0000 (17:44 +0000)]
py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.4) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 17:40:17 +0000 (17:40 +0000)]
py-cvs-rel2_1 (Rev 1.4) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 17:38:08 +0000 (17:38 +0000)]
py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization

23 years agoShould raise TestSkipped, not ImportError, when deciding to skip the
Guido van Rossum [Fri, 13 Jul 2001 17:27:57 +0000 (17:27 +0000)]
Should raise TestSkipped, not ImportError, when deciding to skip the
test.

23 years agoHaving fun on my own time: quicker flat_conjoin; Knights Tour solver
Tim Peters [Fri, 13 Jul 2001 09:12:12 +0000 (09:12 +0000)]
Having fun on my own time:  quicker flat_conjoin; Knights Tour solver
simplified and generalized to rectangular boards.

23 years agopy-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level
Kurt B. Kaiser [Fri, 13 Jul 2001 04:18:32 +0000 (04:18 +0000)]
py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level

23 years agopy-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 04:12:02 +0000 (04:12 +0000)]
py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 04:07:47 +0000 (04:07 +0000)]
py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.33 - 1.37) merge
Kurt B. Kaiser [Fri, 13 Jul 2001 03:35:32 +0000 (03:35 +0000)]
py-cvs-rel2_1 (Rev 1.33 - 1.37) merge

VP IDLE version depended on VP's ExecBinding.py and spawn.py to get the
path to the Windows Doc directory (relative to python.exe). Removed this
conflicting code in favor of py-cvs updates which on Windows use a hard
coded path relative to the location of this module. py-cvs updates include
support for webbrowser.py.  Module still has BrowserControl.py for 1.5.2
support.

At this point, the differences wrt py-cvs relate to menu functionality.

23 years agolong_format(): Easy speedup for output bases that aren't a power of 2 (in
Tim Peters [Fri, 13 Jul 2001 02:59:26 +0000 (02:59 +0000)]
long_format():  Easy speedup for output bases that aren't a power of 2 (in
particular, str(long) and repr(long) use base 10, and that gets a factor
of 4 speedup).  Another factor of 2 can be gotten by refactoring divrem1 to
support in-place division, but that started getting messy so I'm leaving
that out.

23 years agopy-cvs-rel2_1 merge - Remove, lives in /Lib
Kurt B. Kaiser [Fri, 13 Jul 2001 01:30:07 +0000 (01:30 +0000)]
py-cvs-rel2_1 merge - Remove, lives in /Lib

23 years agopy-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 00:10:02 +0000 (00:10 +0000)]
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization
Kurt B. Kaiser [Fri, 13 Jul 2001 00:07:42 +0000 (00:07 +0000)]
py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.11 and 1.12) merge
Kurt B. Kaiser [Fri, 13 Jul 2001 00:04:24 +0000 (00:04 +0000)]
py-cvs-rel2_1 (Rev 1.11 and 1.12) merge
Colorize "as" after "import" / use DEBUG instead of __debug__

23 years agopy-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
Kurt B. Kaiser [Thu, 12 Jul 2001 23:54:20 +0000 (23:54 +0000)]
py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization

23 years agopy-cvs-rel2_1 (Rev 1.1) merge - New File - Force HEAD to trunk with -f
Kurt B. Kaiser [Thu, 12 Jul 2001 23:41:37 +0000 (23:41 +0000)]
py-cvs-rel2_1 (Rev 1.1) merge - New File - Force HEAD to trunk with -f
Note: browser.py was renamed BrowserControl.py 10 May 2000. It provides a
collection of classes and convenience functions to control external
browsers "for 1.5.2 support". It was removed from py-cvs 18 April 2001.

23 years agoAdd entry for xmlrpclib documentation.
Fred Drake [Thu, 12 Jul 2001 23:40:13 +0000 (23:40 +0000)]
Add entry for xmlrpclib documentation.

23 years agoSeveral markup adjustments so this will format and be more consistent with
Fred Drake [Thu, 12 Jul 2001 23:39:24 +0000 (23:39 +0000)]
Several markup adjustments so this will format and be more consistent with
the rest of the documnentation.

23 years agopy-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization
Kurt B. Kaiser [Thu, 12 Jul 2001 23:10:35 +0000 (23:10 +0000)]
py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization

23 years agoRemove the last remnants of the hacks to worm around leaks.
Tim Peters [Thu, 12 Jul 2001 22:55:42 +0000 (22:55 +0000)]
Remove the last remnants of the hacks to worm around leaks.

23 years agoRepair flawed example.
Tim Peters [Thu, 12 Jul 2001 22:43:41 +0000 (22:43 +0000)]
Repair flawed example.

23 years agoRemove now-unnecessary "from __future__ import nested_scopes" stmts.
Tim Peters [Thu, 12 Jul 2001 22:36:02 +0000 (22:36 +0000)]
Remove now-unnecessary "from __future__  import nested_scopes" stmts.

23 years agopy-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
Kurt B. Kaiser [Thu, 12 Jul 2001 22:26:44 +0000 (22:26 +0000)]
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization

23 years agopy-cvs-rel1_2 (Rev 1.4) merge,
Kurt B. Kaiser [Thu, 12 Jul 2001 22:13:51 +0000 (22:13 +0000)]
py-cvs-rel1_2 (Rev 1.4) merge,
"Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).
Get rid of assignment to unused self.text.wordlist."  --GvR

23 years agoGenerate a more meaningful message regarding the type of the documentation
Fred Drake [Thu, 12 Jul 2001 21:50:10 +0000 (21:50 +0000)]
Generate a more meaningful message regarding the type of the documentation
release being discussed.

23 years agoFixed another case of the PyArg_Parse 'h' semantic change problem, sigh...
Jack Jansen [Thu, 12 Jul 2001 21:48:10 +0000 (21:48 +0000)]
Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh...

23 years agoActually remove directories from sys.path if they do not exist; the intent
Fred Drake [Thu, 12 Jul 2001 21:08:33 +0000 (21:08 +0000)]
Actually remove directories from sys.path if they do not exist; the intent
is to avoid as many stat() calls as we can.

23 years agoFiddle Windows installer to create Lib/site-packages/REAMDE as
Tim Peters [Thu, 12 Jul 2001 20:15:25 +0000 (20:15 +0000)]
Fiddle Windows installer to create Lib/site-packages/REAMDE as
Lib\site-packages\README.txt.

23 years agoFix return value for m.group() for groups not in the part of the RE that
Fred Drake [Thu, 12 Jul 2001 14:13:43 +0000 (14:13 +0000)]
Fix return value for m.group() for groups not in the part of the RE that
matched; reported by Paul Moore.

Wrapped several long lines.

23 years agoGC for generator objects.
Neil Schemenauer [Thu, 12 Jul 2001 13:27:49 +0000 (13:27 +0000)]
GC for generator objects.

23 years agoGC for method objects.
Neil Schemenauer [Thu, 12 Jul 2001 13:27:35 +0000 (13:27 +0000)]
GC for method objects.

23 years agoGC for iterator objects.
Neil Schemenauer [Thu, 12 Jul 2001 13:27:25 +0000 (13:27 +0000)]
GC for iterator objects.

23 years agoGC for frame objects.
Neil Schemenauer [Thu, 12 Jul 2001 13:27:11 +0000 (13:27 +0000)]
GC for frame objects.

23 years agoRemove reference cycle breaking code. The GC now takes care of it.
Neil Schemenauer [Thu, 12 Jul 2001 13:26:41 +0000 (13:26 +0000)]
Remove reference cycle breaking code.  The GC now takes care of it.

23 years agoTest GC of frame objects.
Neil Schemenauer [Thu, 12 Jul 2001 13:25:53 +0000 (13:25 +0000)]
Test GC of frame objects.

23 years agoMake the test pass now that 10**-15 returns a float instead of raising
Guido van Rossum [Thu, 12 Jul 2001 12:51:22 +0000 (12:51 +0000)]
Make the test pass now that 10**-15 returns a float instead of raising
an exception.

23 years agoEnable nested scopes by default.
Guido van Rossum [Thu, 12 Jul 2001 12:50:23 +0000 (12:50 +0000)]
Enable nested scopes by default.

Although this is a one-character change, more work needs to be done:
the compiler can get rid of a lot of non-nested-scopes code, the
documentation needs to be updated, the future statement can be
simplified, etc.

But this change enables the nested scope semantics everywhere, and
that's the important part -- we can now test code for compatibility
with nested scopes by default.

23 years agoAdd xmlrpc.
Guido van Rossum [Thu, 12 Jul 2001 11:54:37 +0000 (11:54 +0000)]
Add xmlrpc.

(Tim & I should agree on where to add new additions: I add them at the
top, Tim adds them at the bottom.  I like the top better because folks
who occasionally check out the NEWS file will see the latest news
first.)

23 years agoOn int/long to the negative int/long power, let float handle it
Guido van Rossum [Thu, 12 Jul 2001 11:27:16 +0000 (11:27 +0000)]
On int/long to the negative int/long power, let float handle it
instead of raising an error.  This was one of the two issues that the
VPython folks were particularly problematic for their students.  (The
other one was integer division...)  This implements (my) SF patch
#440487.

23 years agoOn long to the negative long power, let float handle it instead of
Guido van Rossum [Thu, 12 Jul 2001 11:21:17 +0000 (11:21 +0000)]
On long to the negative long power, let float handle it instead of
raising an error.  This was one of the two issues that the VPython
folks were particularly problematic for their students.  (The other
one was integer division...)  This implements (my) SF patch #440487.

23 years agoOn int to the negative integral power, let float handle it instead of
Guido van Rossum [Thu, 12 Jul 2001 11:19:45 +0000 (11:19 +0000)]
On int to the negative integral power, let float handle it instead of
raising an error.  This was one of the two issues that the VPython
folks were particularly problematic for their students.  (The other
one was integer division...)  This implements (my) SF patch #440487.

23 years agopy-cvs merge, python 1.5.2 compatability
Steven M. Gava [Thu, 12 Jul 2001 06:54:16 +0000 (06:54 +0000)]
py-cvs merge, python 1.5.2 compatability

23 years agopy-cvs merge, better error dialog
Steven M. Gava [Thu, 12 Jul 2001 06:46:53 +0000 (06:46 +0000)]
py-cvs merge, better error dialog

23 years agopy-cvs merge, additions
Steven M. Gava [Thu, 12 Jul 2001 06:38:24 +0000 (06:38 +0000)]
py-cvs merge, additions

23 years agopy-cvs merge, correct indentation
Steven M. Gava [Thu, 12 Jul 2001 05:35:17 +0000 (05:35 +0000)]
py-cvs merge, correct indentation

23 years agopy-cvs merge, correct typo
Steven M. Gava [Thu, 12 Jul 2001 05:24:19 +0000 (05:24 +0000)]
py-cvs merge, correct typo

23 years agopy-cvs merge, update colour changing info
Steven M. Gava [Thu, 12 Jul 2001 05:21:08 +0000 (05:21 +0000)]
py-cvs merge, update colour changing info

23 years agoPEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix
Tim Peters [Thu, 12 Jul 2001 05:20:13 +0000 (05:20 +0000)]
PEP 250:  Add lib/site-packages to sys.path on Windows; also sys.prefix
to sys.path if os.sep == ':' (Macs?).  See PEP 250.

23 years agopy-cvs merge, idle_dir loading changed
Steven M. Gava [Thu, 12 Jul 2001 04:51:11 +0000 (04:51 +0000)]
py-cvs merge, idle_dir loading changed

23 years agopy-cvs merge, version update
Steven M. Gava [Thu, 12 Jul 2001 04:44:48 +0000 (04:44 +0000)]
py-cvs merge, version update

23 years agoFirst version of xmlrpclib docs. Probably has markup errors; is not complete,
Eric S. Raymond [Thu, 12 Jul 2001 02:39:45 +0000 (02:39 +0000)]
First version of xmlrpclib docs.  Probably has markup errors; is not complete,
could probably stand to have some of the internal things like Marshaller
documented.  But I think it does a decent job on the entry points and
externally visible things.

Fred and Fredrik, do your stuff!  You both need to proof this.

23 years agoFollow the recommended practices for keystroke representation; this
Fred Drake [Thu, 12 Jul 2001 02:09:51 +0000 (02:09 +0000)]
Follow the recommended practices for keystroke representation; this
improves internal consistency in the documentation.

23 years agoFor \kbd, be more prescriptive regarding how keystrokes should be
Fred Drake [Thu, 12 Jul 2001 02:08:29 +0000 (02:08 +0000)]
For \kbd, be more prescriptive regarding how keystrokes should be
written.

23 years agoRe-do the broken-nice() patch to break less platforms. Hopefully none :P
Thomas Wouters [Wed, 11 Jul 2001 22:35:31 +0000 (22:35 +0000)]
Re-do the broken-nice() patch to break less platforms. Hopefully none :P
Also note that it isn't just Linux nice() that is broken: at least FreeBSD
and BSDI also have this problem. os.nice() should probably just be emulated
using getpriority()/setpriority(), if they are available, but I'll get to
that later.

23 years agoSF patch #440170: Tests for fileinput module.
Tim Peters [Wed, 11 Jul 2001 22:21:17 +0000 (22:21 +0000)]
SF patch #440170:  Tests for fileinput module.
New test_fileinput.py from Nick Mathewson, fiddled to use TESTFN and sundry
style nits.

23 years agoSF patch #440144: Tests and minor bugfix for uu module.
Tim Peters [Wed, 11 Jul 2001 21:43:42 +0000 (21:43 +0000)]
SF patch #440144:  Tests and minor bugfix for uu module.
New test_uu.py from Nick Mathewson, fiddled to work on Windows too.
Somebody should check that it still works on non-Windows boxes, though!

23 years agoMove the section on concrete numeric objects before the section on
Fred Drake [Wed, 11 Jul 2001 20:35:37 +0000 (20:35 +0000)]
Move the section on concrete numeric objects before the section on
concrete sequence objects, since their API is simpler.

This is in response to a comment in SF bug #440037.

23 years agoNote addition of xmlrpclib
Andrew M. Kuchling [Wed, 11 Jul 2001 18:54:26 +0000 (18:54 +0000)]
Note addition of xmlrpclib
Comment out descr-branch section
Update e-mail address
    (Time to begin writing this...)

23 years agoAdded information about the timeout parameter to the poll() method for
Fred Drake [Wed, 11 Jul 2001 18:48:39 +0000 (18:48 +0000)]
Added information about the timeout parameter to the poll() method for
polling objects.  This closes SF bug #439823.

Fixed a minor markup bug.

23 years agoxmlrpclib for python 2.2; initial checkin
Fredrik Lundh [Wed, 11 Jul 2001 17:42:21 +0000 (17:42 +0000)]
xmlrpclib for python 2.2; initial checkin

23 years agoPatch #439995 (slightly modified from the uploaded version):
Thomas Wouters [Wed, 11 Jul 2001 14:45:34 +0000 (14:45 +0000)]
Patch #439995 (slightly modified from the uploaded version):

Work around Linux's nonstandard nice() systemcall, which does not return the
new priority.

This closes SF bug #439990.

23 years agoThe usual...
Fred Drake [Wed, 11 Jul 2001 06:27:56 +0000 (06:27 +0000)]
The usual...

23 years agoCheck for --with-pydebug earlier, and record the result.
Fred Drake [Wed, 11 Jul 2001 06:27:00 +0000 (06:27 +0000)]
Check for --with-pydebug earlier, and record the result.

When setting up the basic OPT value for GCC, only use optimization if
not using debugging mode.

Fix a typo in a comment in the IPv6 check.

23 years agoSF patch #440144: Tests and minor bugfix for uu module
Tim Peters [Wed, 11 Jul 2001 04:08:49 +0000 (04:08 +0000)]
SF patch #440144:  Tests and minor bugfix for uu module

decode():  While writing tests for uu.py, Nick Mathewson discovered
that the 'Truncated input file' exception could never get raised,
because its "if not str:" test was actually testing the builtin
function "str", not the local string vrbl "s" as intended.

Bugfix candidate.

23 years agoInitial revision
Kurt B. Kaiser [Wed, 11 Jul 2001 02:53:57 +0000 (02:53 +0000)]
Initial revision

23 years agoChange the way hex type-ins are displayed. The old way was way too
Barry Warsaw [Tue, 10 Jul 2001 21:50:44 +0000 (21:50 +0000)]
Change the way hex type-ins are displayed.  The old way was way too
fragile.  Now the leading "0x" on hex numbers are displayed as labels
and the type-in entry fields just accept the hex digits.  Be sure to
strip off the "0x" string when displaying hex values too.

Also, de-string-module-ification, and other Python 2.x improvements.

23 years ago__init__(), save_views(): Catch ValueError along with IOError and
Barry Warsaw [Tue, 10 Jul 2001 21:48:51 +0000 (21:48 +0000)]
__init__(), save_views(): Catch ValueError along with IOError and
EOFError so any failures in unmarshalling are just ignored.  Use
print>> instead of sys.stderr.write().

23 years agoUpdate a comment.
Barry Warsaw [Tue, 10 Jul 2001 21:45:27 +0000 (21:45 +0000)]
Update a comment.

23 years ago__init__(): Use augmented assignments.
Barry Warsaw [Tue, 10 Jul 2001 21:44:59 +0000 (21:44 +0000)]
__init__(): Use augmented assignments.

23 years agoDe-string-module-ification.
Barry Warsaw [Tue, 10 Jul 2001 21:44:24 +0000 (21:44 +0000)]
De-string-module-ification.

23 years ago__version__: Bump to 1.2
Barry Warsaw [Tue, 10 Jul 2001 21:42:04 +0000 (21:42 +0000)]
__version__: Bump to 1.2

De-string-module-ification.

23 years ago__populate(): Use augmented assignments.
Barry Warsaw [Tue, 10 Jul 2001 21:39:41 +0000 (21:39 +0000)]
__populate(): Use augmented assignments.

23 years ago__delta(): Use augmented assignments.
Barry Warsaw [Tue, 10 Jul 2001 21:39:18 +0000 (21:39 +0000)]
__delta(): Use augmented assignments.

23 years agoDe-string-module-ification and other Python 2.x improvements.
Barry Warsaw [Tue, 10 Jul 2001 21:38:47 +0000 (21:38 +0000)]
De-string-module-ification and other Python 2.x improvements.

23 years agoUpdate a comment.
Barry Warsaw [Tue, 10 Jul 2001 21:37:28 +0000 (21:37 +0000)]
Update a comment.

23 years agoUpdated documentation, and bump the version number to 1.2.
Barry Warsaw [Tue, 10 Jul 2001 21:37:04 +0000 (21:37 +0000)]
Updated documentation, and bump the version number to 1.2.

23 years ago- fixed some re usage, partly so it'll still work when re uses pre instead
Just van Rossum [Tue, 10 Jul 2001 19:25:40 +0000 (19:25 +0000)]
- fixed some re usage, partly so it'll still work when re uses pre instead
  of sre, and partly fixing re -> regex porting oversights
- fixed PyFontify.py so it actually *works* again..