]> granicus.if.org Git - python/log
python
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..

23 years agoSF Patch #432457 by Jason Tishler: support for readline 4.2.
Guido van Rossum [Tue, 10 Jul 2001 16:45:32 +0000 (16:45 +0000)]
SF Patch #432457 by Jason Tishler: support for readline 4.2.

This patch allows the readline module to build cleanly with GNU
readline 4.2 without breaking the build for earlier GNU readline
versions.  The configure script checks for the presence of
rl_completion_matches in libreadline.

23 years agoCorrected the refcount information for PyList_SET_ITEM().
Fred Drake [Tue, 10 Jul 2001 16:19:13 +0000 (16:19 +0000)]
Corrected the refcount information for PyList_SET_ITEM().

23 years agoDocument PyObject_New(), PyObject_NewVar(), PyObject_Init(),
Fred Drake [Tue, 10 Jul 2001 16:10:08 +0000 (16:10 +0000)]
Document PyObject_New(), PyObject_NewVar(), PyObject_Init(),
PyObject_InitVar(), PyObject_Del(), PyObject_NEW(),
PyObject_NEW_VAR(), and PyObject_DEL().

Add notes to PyMem_Malloc() and PyMem_New() about the memory buffers
not being initialized.

This fixes SF bug #439012.

Added explicit return value information for PyList_SetItem(),
PyDict_SetItem(), and PyDict_SetItemString().  Corrected return type
for PyList_SET_ITEM().

Fixed index entries in the descriptions of PyLong_AsLong() and
PyLong_AsUnignedLong().

This fixes the API manual portion of SF bug #440037.

Note that the headers properly declare everything as 'extern "C"' for
C++ users.

Document _Py_NoneStruct.

Added links to the Extending & Embedding manual for PyArg_ParseTuple()
and PyArg_ParseTupleAndKeywords().

Added note that PyArg_Parse() should not be used in new code.

Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.

23 years agoPorted to Windows:
Guido van Rossum [Tue, 10 Jul 2001 15:46:34 +0000 (15:46 +0000)]
Ported to Windows:

- Set the host to "localhost" instead of "".

- Skip the AF_UNIX tests when socket.AF_UNIX is not defined.

23 years agoAdded descriptions for some modules that previously did not have any
Fred Drake [Tue, 10 Jul 2001 14:19:45 +0000 (14:19 +0000)]
Added descriptions for some modules that previously did not have any
information about them, based on comments from Jack Jansen.

23 years agoA test suite for SocketServer.py that exposes the various bugs just
Guido van Rossum [Tue, 10 Jul 2001 11:52:38 +0000 (11:52 +0000)]
A test suite for SocketServer.py that exposes the various bugs just
fixed.  Regrettably, this must be run manually -- somehow the I/O
redirection of the regression test breaks the test.  When run under
the regression test, this raises ImportError with a warning to that
effect.

Bugfix candidate!

23 years agoIMPORTANT FIX: This should definitely go into the 2.1.1 release!!!
Guido van Rossum [Tue, 10 Jul 2001 11:50:09 +0000 (11:50 +0000)]
IMPORTANT FIX: This should definitely go into the 2.1.1 release!!!

Fix various serious problems:

- The ThreadingTCPServer class and its derived classes were completely
  broken because the main thread would close the request before the
  handler thread had time to look at it.  This was introduced by
  Ping's close_request() patch.  The fix moves the close_request()
  calls to after the handler has run to completion in the BaseServer
  class and the ForkingMixIn class; when using the ThreadingMixIn,
  closing the request is the handler's responsibility.

- The ForkingUDPServer class has always been been broken because the
  socket was closed in the child before calling the handler.  I fixed
  this by simply not calling server_close() in the child at all.

- I cannot get the UnixDatagramServer class to work at all.  The
  recvfrom() call doesn't return a meaningful client address.  I added
  a comment to this effect.  Maybe it works on other Unix versions.

- The __all__ variable was missing ThreadingMixIn and ForkingMixIn.

- Bumped __version__ to "0.4".

- Added a note about the test suite (to be checked in shortly).

23 years agoinitregex(): this function is declared void, so the recent change to
Tim Peters [Mon, 9 Jul 2001 18:15:38 +0000 (18:15 +0000)]
initregex():  this function is declared void, so the recent change to
return NULL in an error case was itself an error.

23 years agoAdd a little bit more about the XML migration plan. This still needs a lot
Fred Drake [Mon, 9 Jul 2001 16:04:03 +0000 (16:04 +0000)]
Add a little bit more about the XML migration plan.  This still needs a lot
of work, but mostly it needs time spent doing the work to make the
generated XML useful.

23 years agoAdd conversion information for the grammar production support (preliminary).
Fred Drake [Mon, 9 Jul 2001 15:00:42 +0000 (15:00 +0000)]
Add conversion information for the grammar production support (preliminary).

23 years agoFix for SF bug #436525, reported by Greg Kochanski:
Thomas Wouters [Mon, 9 Jul 2001 14:35:01 +0000 (14:35 +0000)]
Fix for SF bug #436525, reported by Greg Kochanski:
The block/unblock thread macros are called 'Py_BLOCK_THREADS' and
'Py_UNBLOCK_THREADS', not 'Py_BEGIN_BLOCK_THREADS' and
'Py_BEGIN_UNBLOCK_THREADS'.

23 years agoRe-add 'advanced' xrange features, adding DeprecationWarnings as discussed
Thomas Wouters [Mon, 9 Jul 2001 12:30:54 +0000 (12:30 +0000)]
Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed
on python-dev. The features will still vanish, however, just one release
later.

23 years agoinitregex(): Check return value of PyErr_Warn() and propagate the exception
Thomas Wouters [Mon, 9 Jul 2001 10:45:31 +0000 (10:45 +0000)]
initregex(): Check return value of PyErr_Warn() and propagate the exception
(if any.)

23 years agoImplemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathna...
Jack Jansen [Sun, 8 Jul 2001 22:07:23 +0000 (22:07 +0000)]
Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable.

PyMac_GetFSSpec and PyMac_BuildFSSpec have moved to macfsmodule from macglue.

These mods are untested on OSX.

23 years agomap re.sub() to string.replace(), when possible
Fredrik Lundh [Sun, 8 Jul 2001 13:26:57 +0000 (13:26 +0000)]
map re.sub() to string.replace(), when possible

23 years agoMove & update a comment.
Fred Drake [Sat, 7 Jul 2001 06:00:36 +0000 (06:00 +0000)]
Move & update a comment.

Add support for the \ulink macro.

23 years agoChange the way notification mails are sent so people who respond to the
Fred Drake [Fri, 6 Jul 2001 23:45:16 +0000 (23:45 +0000)]
Change the way notification mails are sent so people who respond to the
update announcements do not get bounces from trying to send mail to my
laptop, which has an identity crisis due to constant relocation.

23 years agoMore reference count information.
Fred Drake [Fri, 6 Jul 2001 23:31:49 +0000 (23:31 +0000)]
More reference count information.

23 years agoChange the grammar productions to use the new productionlist environment;
Fred Drake [Fri, 6 Jul 2001 22:49:53 +0000 (22:49 +0000)]
Change the grammar productions to use the new productionlist environment;
this supports a hyperlinked version of the grammar that can make tracking
down details and definitions a little easier.

23 years agoUpdate the description of how to start an interpreter and determine the
Fred Drake [Fri, 6 Jul 2001 22:46:52 +0000 (22:46 +0000)]
Update the description of how to start an interpreter and determine the
installation prefix and exec_prefix for Windows.

23 years agoAdd \ulink, grammar production markup.
Fred Drake [Fri, 6 Jul 2001 22:44:48 +0000 (22:44 +0000)]
Add \ulink, grammar production markup.

23 years agoAdd support for \ulink and hyperlink grammars.
Fred Drake [Fri, 6 Jul 2001 22:43:02 +0000 (22:43 +0000)]
Add support for \ulink and hyperlink grammars.

do_cmd_verbatiminput():  Write out a text file containing the content of the
    input file with a .txt extension, and add a link to it at the bottom of
    the presentation.  This easier retrieval of example source code for
    copy & paste use.

23 years agoRevise a comment about styles I don't think LaTeX2HTML can generate,
Fred Drake [Fri, 6 Jul 2001 22:37:36 +0000 (22:37 +0000)]
Revise a comment about styles I don't think LaTeX2HTML can generate,
but which came from their default stylesheet.

Add styles for the new hyperlinked grammar productions.

23 years agoAdd new material on some markup that will be checked in shortly. This
Fred Drake [Fri, 6 Jul 2001 22:34:33 +0000 (22:34 +0000)]
Add new material on some markup that will be checked in shortly.  This
includes some minor new inline markup and markup to generate hyperlinked
grammar productions.

Adopt a "style guide" document -- this beats writing our own and means
we'll have a chance at consistency, without having to make it all up
ourselves.