]> granicus.if.org Git - python/log
python
24 years agoPyObject_Dump() -> _PyObject_Dump()
Barry Warsaw [Wed, 24 Jan 2001 04:16:59 +0000 (04:16 +0000)]
PyObject_Dump() -> _PyObject_Dump()

24 years ago__all__: removed "error", "abort", "readonly", as these are not
Barry Warsaw [Wed, 24 Jan 2001 04:16:09 +0000 (04:16 +0000)]
__all__: removed "error", "abort", "readonly", as these are not
exportable module attributes (they're attributes on the IMAP class).
Fixed the case typo on Time2Internaldate.

Does anybody run the test suite any more? <wink>

24 years agoIt's "gopherlib" not "gopher".
Barry Warsaw [Wed, 24 Jan 2001 04:13:02 +0000 (04:13 +0000)]
It's "gopherlib" not "gopher".

24 years agoModified version of part of patch #102409 for Cygwin:
Andrew M. Kuchling [Wed, 24 Jan 2001 03:31:07 +0000 (03:31 +0000)]
Modified version of part of patch #102409 for Cygwin:
   Get platform-specific modules right on Cygwin
   Getting a string value for the platform has been factored out into
   get_platform()

24 years agoAdd names of people who've pointed out broken links and images
Andrew M. Kuchling [Wed, 24 Jan 2001 01:11:26 +0000 (01:11 +0000)]
Add names of people who've pointed out broken links and images
Bump version number

24 years agoFredrik pointed out that the database shrank more than 55K
Andrew M. Kuchling [Wed, 24 Jan 2001 00:52:56 +0000 (00:52 +0000)]
Fredrik pointed out that the database shrank more than 55K

24 years agoAlso build the Carbon extension modules.
Jack Jansen [Tue, 23 Jan 2001 23:19:41 +0000 (23:19 +0000)]
Also build the Carbon extension modules.

24 years agoRemoved extraneous references to Modules:TE
Jack Jansen [Tue, 23 Jan 2001 23:19:13 +0000 (23:19 +0000)]
Removed extraneous references to Modules:TE

24 years agoThe C-prefix file for Carbon plugin projects.
Jack Jansen [Tue, 23 Jan 2001 22:46:21 +0000 (22:46 +0000)]
The C-prefix file for Carbon plugin projects.

24 years agoAh well, why not check this in. A script to remove all .pyc files in a folder hierarchy.
Jack Jansen [Tue, 23 Jan 2001 22:45:52 +0000 (22:45 +0000)]
Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy.

24 years agoProjects for Carbon plugin modules.
Jack Jansen [Tue, 23 Jan 2001 22:42:45 +0000 (22:42 +0000)]
Projects for Carbon plugin modules.

24 years agoUse &# escape for non-ascii chars.
Jack Jansen [Tue, 23 Jan 2001 22:40:32 +0000 (22:40 +0000)]
Use &# escape for non-ascii chars.

24 years agoAdded an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime...
Jack Jansen [Tue, 23 Jan 2001 22:38:23 +0000 (22:38 +0000)]
Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.

24 years agoAdded the actual builds of the carbon projects.
Jack Jansen [Tue, 23 Jan 2001 22:36:52 +0000 (22:36 +0000)]
Added the actual builds of the carbon projects.

24 years agoGenerate Carbon as well as classic PPC plugin projects. This module is finally paying...
Jack Jansen [Tue, 23 Jan 2001 22:36:26 +0000 (22:36 +0000)]
Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it!

24 years agoVarious settings were unconditionally set. Allow them to be overridden in the setting...
Jack Jansen [Tue, 23 Jan 2001 22:35:22 +0000 (22:35 +0000)]
Various settings were unconditionally set. Allow them to be overridden in the settings dict.

24 years agoIf the template is not specified it depends on the current execution model (classic...
Jack Jansen [Tue, 23 Jan 2001 22:34:50 +0000 (22:34 +0000)]
If the template is not specified it depends on the current execution model (classic ppc or carbon).

24 years agoAdded a template for Carbon plugin projects.
Jack Jansen [Tue, 23 Jan 2001 22:33:31 +0000 (22:33 +0000)]
Added a template for Carbon plugin projects.

24 years agoMoved files from template to template-ppc, as this is the template for classic PPC...
Jack Jansen [Tue, 23 Jan 2001 22:33:01 +0000 (22:33 +0000)]
Moved files from template to template-ppc, as this is the template for classic PPC projects.

24 years agoFix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski)
Andrew M. Kuchling [Tue, 23 Jan 2001 22:21:11 +0000 (22:21 +0000)]
Fix for MacOS X/Darwin: it doesn't need -lm, ever.  (Noted by Steven Majewski)

24 years ago_PyImport_Inittab: define the exceptions module's init function.
Barry Warsaw [Tue, 23 Jan 2001 21:46:57 +0000 (21:46 +0000)]
_PyImport_Inittab: define the exceptions module's init function.
Fixes bug #121706.

24 years agoAdded a note about the memory size.
Jack Jansen [Tue, 23 Jan 2001 21:03:52 +0000 (21:03 +0000)]
Added a note about the memory size.
Added Matthias Neeracher and Alexandre Parenteau to the "thank you" list. This should have been done _ages_ ago for Matthias! Shame shame!!

24 years agoUpped the default memory size to a whopping 24Mb, which is needed to make the autotes...
Jack Jansen [Tue, 23 Jan 2001 20:57:52 +0000 (20:57 +0000)]
Upped the default memory size to a whopping 24Mb, which is needed to make the autotests run. Sigh. User with low-memory systems will have to adapt the setting.

24 years agoUse &# escape for non-ascii chars.
Jack Jansen [Tue, 23 Jan 2001 20:56:25 +0000 (20:56 +0000)]
Use &# escape for non-ascii chars.

24 years agoSlight reworking to make it more useful for debugging
Barry Warsaw [Tue, 23 Jan 2001 16:42:01 +0000 (16:42 +0000)]
Slight reworking to make it more useful for debugging
Py_Initialize()/Py_Finalize() loop leaks.

- allow an optional 3rd argument which is the loop count.  -1 means
  infloop (the default).

- Add a setting of Py_NoSiteFlag=1, but leave it commented out by
  default.

24 years agoUpdates and changes:
Barry Warsaw [Tue, 23 Jan 2001 16:38:57 +0000 (16:38 +0000)]
Updates and changes:

- set VERSION to 2.1

- change blddir to ../.. since that seems more common than the old
  value (at least for my debugging session).

24 years agoAdd prototype for PyGC_Dump() -- but only inside the #ifdef
Barry Warsaw [Tue, 23 Jan 2001 16:37:22 +0000 (16:37 +0000)]
Add prototype for PyGC_Dump() -- but only inside the #ifdef
WITH_CYCLE_GC.

24 years agoAdd prototype for PyObject_Dump().
Barry Warsaw [Tue, 23 Jan 2001 16:33:56 +0000 (16:33 +0000)]
Add prototype for PyObject_Dump().

24 years agoPyObject_Dump(): Use %p format to print the address of the pointer.
Barry Warsaw [Tue, 23 Jan 2001 16:33:18 +0000 (16:33 +0000)]
PyObject_Dump(): Use %p format to print the address of the pointer.

PyGC_Dump(): Wrap this in a #ifdef WITH_CYCLE_GC.

24 years agoA few useful definitions if you're using gdb. Copy to ~/.gdbinit to
Barry Warsaw [Tue, 23 Jan 2001 16:25:19 +0000 (16:25 +0000)]
A few useful definitions if you're using gdb.  Copy to ~/.gdbinit to
pull it in automatically.

24 years agoA few miscellaneous helpers.
Barry Warsaw [Tue, 23 Jan 2001 16:24:35 +0000 (16:24 +0000)]
A few miscellaneous helpers.

PyObject_Dump(): New function that is useful when debugging Python's C
runtime.  In something like gdb it can be a pain to get some useful
information out of PyObject*'s.  This function prints the str() of the
object to stderr, along with the object's refcount and hex address.

PyGC_Dump(): Similar to PyObject_Dump() but knows how to cast from the
garbage collector prefix back to the PyObject* structure.

[See Misc/gdbinit for some useful gdb hooks]

none_dealloc(): Rather than SEGV if we accidentally decref None out of
existance, we assign None's and NotImplemented's destructor slot to
this function, which just calls abort().

24 years agoLeak pluggin', bug fixin' and better documentin'. Specifically,
Barry Warsaw [Tue, 23 Jan 2001 16:08:34 +0000 (16:08 +0000)]
Leak pluggin', bug fixin' and better documentin'.  Specifically,

module__doc__: Document the Warning subclass heirarchy.

make_class(): Added a "goto finally" so that if populate_methods()
fails, the return status will be -1 (failure) instead of 0 (success).

fini_exceptions(): When decref'ing the static pointers to the
exception classes, clear out their dictionaries too.  This breaks a
cycle from class->dict->method->class and allows the classes with
unbound methods to be reclaimed.  This plugs a large memory leak in a
common Py_Initialize()/dosomething/Py_Finalize() loop.

24 years agoA script to search for methods that are missing in Carbon in Python
Jack Jansen [Tue, 23 Jan 2001 15:59:39 +0000 (15:59 +0000)]
A script to search for methods that are missing in Carbon in Python
sources. So far only runs under unix, but what gives:-)

24 years agoMade the about box a bit larger (Apparently MacOSX does something a little different?).
Jack Jansen [Tue, 23 Jan 2001 15:55:59 +0000 (15:55 +0000)]
Made the about box a bit larger (Apparently MacOSX does something a little different?).

24 years agoFixed autoraise glitches.
Eric S. Raymond [Tue, 23 Jan 2001 15:49:34 +0000 (15:49 +0000)]
Fixed autoraise glitches.

24 years agoadded a few more __all__ lists
Skip Montanaro [Tue, 23 Jan 2001 15:35:05 +0000 (15:35 +0000)]
added a few more __all__ lists
fixed typo in ihooks docstring

24 years agoJeremy didn't write PEP 205, Fred did!
Andrew M. Kuchling [Tue, 23 Jan 2001 15:21:05 +0000 (15:21 +0000)]
Jeremy didn't write PEP 205, Fred did!

24 years agoSigh... First test before committing. InvalWindowRect and friends are window object...
Jack Jansen [Tue, 23 Jan 2001 14:58:20 +0000 (14:58 +0000)]
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.

24 years agoReplaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
Jack Jansen [Tue, 23 Jan 2001 14:56:31 +0000 (14:56 +0000)]
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.

24 years agoReplaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
Jack Jansen [Tue, 23 Jan 2001 14:34:49 +0000 (14:34 +0000)]
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.

24 years agoExpose the autoraise capability. Improve the documentation.
Eric S. Raymond [Tue, 23 Jan 2001 13:49:44 +0000 (13:49 +0000)]
Expose the autoraise capability.  Improve the documentation.

24 years agoOops...finish a mangled sentence.
Eric S. Raymond [Tue, 23 Jan 2001 13:22:28 +0000 (13:22 +0000)]
Oops...finish a mangled sentence.

24 years agoRewrite webbrowser.py to fix various bugs following Ka-Ping Yee's
Eric S. Raymond [Tue, 23 Jan 2001 13:16:32 +0000 (13:16 +0000)]
Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's
complaints.  The new version moves most of its initialization to
package load time; it's simpler, faster, smaller, and adds support for
Mozilla and Links.  Interpretation of the BROWSER variable now works
and is documented.  The open_new entry point and methods are marked
"deprecated; may be removed in 2.1".

24 years agoRestore alphabetic order. Also try to import rlcompleter and curses, but
Tim Peters [Tue, 23 Jan 2001 09:50:30 +0000 (09:50 +0000)]
Restore alphabetic order.  Also try to import rlcompleter and curses, but
don't fail if they're not available.

24 years agoAdded notes about setup.py and cygwin build; removed note about
Guido van Rossum [Tue, 23 Jan 2001 03:17:00 +0000 (03:17 +0000)]
Added notes about setup.py and cygwin build; removed note about
the previous auto-configuring modules feature (already obsolete :-).

24 years agoAdd introductory note about this article's draft status
Andrew M. Kuchling [Tue, 23 Jan 2001 02:48:26 +0000 (02:48 +0000)]
Add introductory note about this article's draft status
Grammatical and typographic fixes from David Goodger
Expanded notes about PEP 229
Removed user-visible XXXes; they're in comments now

24 years agoAdded -O option (to run python or python_d w/ -O),
Tim Peters [Tue, 23 Jan 2001 02:42:09 +0000 (02:42 +0000)]
Added -O option (to run python or python_d w/ -O),

24 years agoThis commit was manufactured by cvs2svn to create tag 'r21a1'. v2.1a1
cvs2svn [Tue, 23 Jan 2001 01:57:40 +0000 (01:57 +0000)]
This commit was manufactured by cvs2svn to create tag 'r21a1'.

24 years agoClean up some comments and the default VERSION.
Guido van Rossum [Tue, 23 Jan 2001 01:57:40 +0000 (01:57 +0000)]
Clean up some comments and the default VERSION.

24 years agoGet rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.
Guido van Rossum [Tue, 23 Jan 2001 01:54:07 +0000 (01:54 +0000)]
Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.

24 years agoGet rid of weird @SET_CXX@ macro occurrence.
Guido van Rossum [Tue, 23 Jan 2001 01:53:41 +0000 (01:53 +0000)]
Get rid of weird @SET_CXX@ macro occurrence.

24 years agoChange SET_DLLLIBRARY to DLLLIBRARY=...
Guido van Rossum [Tue, 23 Jan 2001 01:53:09 +0000 (01:53 +0000)]
Change SET_DLLLIBRARY to DLLLIBRARY=...

24 years agoThe usual
Guido van Rossum [Tue, 23 Jan 2001 01:52:44 +0000 (01:52 +0000)]
The usual

24 years agoFix some make errors during "make clobber" or "make distclean", caused
Guido van Rossum [Tue, 23 Jan 2001 01:52:26 +0000 (01:52 +0000)]
Fix some make errors during "make clobber" or "make distclean", caused
by weird and (hopefully) unnecessary SET_CXX and SET_DLLLIBRARY macros
that occurr at the start of Makefile.in files.

- Also removed the already-commented-out SET_CCC macro cruft.

24 years agoAdd simple test of list comprehension that uses a name that isn't
Jeremy Hylton [Tue, 23 Jan 2001 01:51:40 +0000 (01:51 +0000)]
Add simple test of list comprehension that uses a name that isn't
otherwise used in the same code block.  (Not sure this is the right
place, but there is no test_list_comprehensions.py.)

24 years agoUse PyThreadState_DeleteCurrent() instead of PyThreadState_Delete()
Guido van Rossum [Tue, 23 Jan 2001 01:47:18 +0000 (01:47 +0000)]
Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete()
and PyEval_ReleaseThread().

This fixes SF bug #125673 PyThreadState_Delete: invalid tstate (Unix
only?).

24 years agoAdd a new API, PyThreadState_DeleteCurrent() that combines
Guido van Rossum [Tue, 23 Jan 2001 01:46:06 +0000 (01:46 +0000)]
Add a new API, PyThreadState_DeleteCurrent() that combines
PyThreadState_Delete() and PyEval_ReleaseLock().  It is only defined
if WITH_THREAD is defined.

24 years agoVisit the initial test element of the listmaker for a list
Jeremy Hylton [Tue, 23 Jan 2001 01:26:20 +0000 (01:26 +0000)]
Visit the initial test element of the listmaker for a list
comprehension.  Fixes bug reported by Tim Peters.

24 years agoprevent symtable_params() from dereferencing off the end of the
Jeremy Hylton [Tue, 23 Jan 2001 00:50:52 +0000 (00:50 +0000)]
prevent symtable_params() from dereferencing off the end of the
varagslist node. based on fix from Thomas Wouters.

24 years agoA few more contributors.
Guido van Rossum [Tue, 23 Jan 2001 00:06:20 +0000 (00:06 +0000)]
A few more contributors.

24 years ago- Use "exec ... in dict" to avoid having to walk on eggshells; locals
Guido van Rossum [Mon, 22 Jan 2001 23:37:04 +0000 (23:37 +0000)]
- Use "exec ... in dict" to avoid having to walk on eggshells; locals
  no don't have to start with underscore.

- Add spaces after commas in argument lists.

- Only test dbhash if bsddb can be imported.  (Wonder if there are
  more like this?)

24 years agoTypo repair.
Tim Peters [Mon, 22 Jan 2001 22:43:35 +0000 (22:43 +0000)]
Typo repair.

24 years agoReorganize pickle/cPickle testing so the tests pass regardless of the order
Tim Peters [Mon, 22 Jan 2001 22:05:20 +0000 (22:05 +0000)]
Reorganize pickle/cPickle testing so the tests pass regardless of the order
they're run.

24 years agoA variety of updates of out-of-date information.
Fred Drake [Mon, 22 Jan 2001 21:38:09 +0000 (21:38 +0000)]
A variety of updates of out-of-date information.

24 years agoWhen generating the source package, copy in the LICENSE file from the main
Fred Drake [Mon, 22 Jan 2001 21:34:20 +0000 (21:34 +0000)]
When generating the source package, copy in the LICENSE file from the main
source directory.

24 years agoNever mind ignoring a copied LICENSE file; let's do this another way.
Fred Drake [Mon, 22 Jan 2001 21:31:38 +0000 (21:31 +0000)]
Never mind ignoring a copied LICENSE file; let's do this another way.

24 years agoIgnore the generated LICENSE file needed for the documentation source
Fred Drake [Mon, 22 Jan 2001 21:07:36 +0000 (21:07 +0000)]
Ignore the generated LICENSE file needed for the documentation source
package.

24 years agoChange the main targets to generate HTML instead of PostScript.
Fred Drake [Mon, 22 Jan 2001 20:47:26 +0000 (20:47 +0000)]
Change the main targets to generate HTML instead of PostScript.

Update the comments at the beginning of the file.

24 years agoAdded link to the "Python Codecs" project at SourceForge.
Fred Drake [Mon, 22 Jan 2001 20:17:54 +0000 (20:17 +0000)]
Added link to the "Python Codecs" project at SourceForge.
Changed markup of the list of values for the list of meaningful "errors"
values.

24 years agoAdded dictionary.popitem() and the improved XML modules.
Andrew M. Kuchling [Mon, 22 Jan 2001 19:51:13 +0000 (19:51 +0000)]
Added dictionary.popitem() and the improved XML modules.
Reorder the smaller items, roughly in decreasing order of visibility to
   the Python coder
Finished an incomplete sentence.
Moved the unwritten sections down to the bottom.
Bumped version number and added acknowledgements

24 years agoThe "user" module cannot reasonably be tested. Moved to the end (and
Fred Drake [Mon, 22 Jan 2001 19:38:37 +0000 (19:38 +0000)]
The "user" module cannot reasonably be tested.  Moved to the end (and
commented it out), and added an explanation as to *why*.

Added period to docstring.

24 years agoOK, changed my mind once more on this. The comparison hierarchy is
Guido van Rossum [Mon, 22 Jan 2001 19:30:07 +0000 (19:30 +0000)]
OK, changed my mind once more on this.  The comparison hierarchy is
now

    None < all numeric types < all other types

so that once again

    map(max, Squares(3), Squares(2))

equals

    [0, 1, 4]

24 years agoNew special case in comparisons: None is smaller than any other object
Guido van Rossum [Mon, 22 Jan 2001 19:28:09 +0000 (19:28 +0000)]
New special case in comparisons: None is smaller than any other object
(unless the object's type overrides this comparison).

24 years agoChange some wording to make this work with PDF generation -- using a PDF
Fred Drake [Mon, 22 Jan 2001 19:06:20 +0000 (19:06 +0000)]
Change some wording to make this work with PDF generation -- using a PDF
hyperlink at the start of the paragraph confused pdflatex; it saw the
link start while still in vertical mode, which is not allowed.  Including
text before the link forces horizontal mode.

24 years agoWorked around bug SF #125880: changed the text of three sections that
Fred Drake [Mon, 22 Jan 2001 18:38:00 +0000 (18:38 +0000)]
Worked around bug SF #125880: changed the text of three sections that
really nasty TeX source to "bleed" into the PDF "bookmarks".

24 years agoClean up the docs for the "random" module according to comments from Tim
Fred Drake [Mon, 22 Jan 2001 18:18:30 +0000 (18:18 +0000)]
Clean up the docs for the "random" module according to comments from Tim
Peters.

This closes SF bug #125919.

24 years agoAdd reference to PEP 232.
Andrew M. Kuchling [Mon, 22 Jan 2001 17:52:19 +0000 (17:52 +0000)]
Add reference to PEP 232.
Use correct flag name Py_TPFLAGS_CHECKTYPES
Mention that numeric methods can return Py_NotImplemented (NAS)
Mention optional arguments in time modules (TW)
Various minor rewrites and additional attributions

24 years agoRemove the dollar sign from the formatting of environment variables --
Fred Drake [Mon, 22 Jan 2001 17:50:42 +0000 (17:50 +0000)]
Remove the dollar sign from the formatting of environment variables --
too Unix-specific, and not really needed.  (Already fixed the HTML
formatting, but forgot to mention it in the checkin for python.perl 1.94.)

24 years agoMake "PythonLabs" bold.
Fred Drake [Mon, 22 Jan 2001 17:48:23 +0000 (17:48 +0000)]
Make "PythonLabs" bold.

24 years agoUpdated note about collection of cyclic garbage, based on comments from
Fred Drake [Mon, 22 Jan 2001 17:46:18 +0000 (17:46 +0000)]
Updated note about collection of cyclic garbage, based on comments from
Chris Ryland.

24 years agoMinor markup adjustment.
Fred Drake [Mon, 22 Jan 2001 17:42:32 +0000 (17:42 +0000)]
Minor markup adjustment.

24 years agoFix \seepep handling -- correct URL to the online PEP repository on SF is
Fred Drake [Mon, 22 Jan 2001 17:33:24 +0000 (17:33 +0000)]
Fix \seepep handling -- correct URL to the online PEP repository on SF is
now generated.  (SF bug #129692.)

Patch from Anthon van der Neut <anthon@mnt.org>:
Work around the removal of content-less paired tags used for name
anchors in some places.  (SF bug #116008.)

Move some class attributes from an artificial SPAN element to otherwise
"useful" elements that are being generated anyway.  Added the class
"versionnote", used for \deprecated, \versionadded, \versionchanged.

24 years agoRemove include-file-dependant half-prototype of clnt_create().
Thomas Wouters [Mon, 22 Jan 2001 16:50:11 +0000 (16:50 +0000)]
Remove include-file-dependant half-prototype of clnt_create().

24 years agoRegenerated (shoulnd't make a difference).
Jack Jansen [Mon, 22 Jan 2001 16:27:54 +0000 (16:27 +0000)]
Regenerated (shoulnd't make a difference).

24 years agoUnicodedatabase.c has gone.
Jack Jansen [Mon, 22 Jan 2001 16:26:46 +0000 (16:26 +0000)]
Unicodedatabase.c has gone.

24 years agoFill out various transcripts and XXX bits, thanks to the WMATA.
Andrew M. Kuchling [Mon, 22 Jan 2001 16:15:44 +0000 (16:15 +0000)]
Fill out various transcripts and XXX bits, thanks to the WMATA.
    The only missing section is the Nested Scopes section, which has to wait
    to see if a patch is actually committed.  (Plus any other notable changes
    that get made or backed out between now and 2.1final, of course...)

24 years agoNumeric-smelling objects now once again compare smaller than
Guido van Rossum [Mon, 22 Jan 2001 16:01:24 +0000 (16:01 +0000)]
Numeric-smelling objects now once again compare smaller than
non-numeric ones, so 4 < None again in the 'map' test.

24 years agoOnce again, numeric-smelling objects compare smaller than non-numeric
Guido van Rossum [Mon, 22 Jan 2001 15:59:32 +0000 (15:59 +0000)]
Once again, numeric-smelling objects compare smaller than non-numeric
ones.

24 years agoBetter test for skipping project creation: the project file should also exist and...
Jack Jansen [Mon, 22 Jan 2001 15:38:40 +0000 (15:38 +0000)]
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.

24 years agoSF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin
Guido van Rossum [Mon, 22 Jan 2001 15:29:14 +0000 (15:29 +0000)]
SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin

24 years agoFinn Bock (SF patch #103349):
Guido van Rossum [Mon, 22 Jan 2001 14:53:29 +0000 (14:53 +0000)]
Finn Bock (SF patch #103349):
Allow pickle.py to be using with Jython unicode strings

24 years agoFinn Bock (SF patch #103345): Avoid outdated exec form in
Guido van Rossum [Mon, 22 Jan 2001 14:51:41 +0000 (14:51 +0000)]
Finn Bock (SF patch #103345): Avoid outdated exec form in
test_class.py.

24 years agoNo need to make the S_ constants 32 bit (and its actually harmful because of multiple...
Jack Jansen [Mon, 22 Jan 2001 14:51:03 +0000 (14:51 +0000)]
No need to make the S_ constants 32 bit (and its actually harmful because of multiple defines).

24 years agoWaste needs the ICProgKit API.
Jack Jansen [Mon, 22 Jan 2001 14:50:05 +0000 (14:50 +0000)]
Waste needs the ICProgKit API.

24 years agoIt's SetControlData_Handle, not SetControl_DataHandle.
Jack Jansen [Mon, 22 Jan 2001 14:49:28 +0000 (14:49 +0000)]
It's SetControlData_Handle, not SetControl_DataHandle.

24 years agounicodedatabase.c is no longer needed thanks to Fredrik's patches.
Marc-André Lemburg [Mon, 22 Jan 2001 10:38:27 +0000 (10:38 +0000)]
unicodedatabase.c is no longer needed thanks to Fredrik's patches.

24 years agoFix off-by-one error in array size.
Martin v. Löwis [Mon, 22 Jan 2001 08:19:10 +0000 (08:19 +0000)]
Fix off-by-one error in array size.

24 years agounicodedatabase.[ch] are no longer used.
Fredrik Lundh [Mon, 22 Jan 2001 07:28:10 +0000 (07:28 +0000)]
unicodedatabase.[ch] are no longer used.

24 years agoremoved unicodedatabase.[ch] references from Makefile.pre.in.
Fredrik Lundh [Mon, 22 Jan 2001 07:25:44 +0000 (07:25 +0000)]
removed unicodedatabase.[ch] references from Makefile.pre.in.
also added unicodename_db.h dependency to ucnhash.

24 years agocom_init(): My entry into the smallest patch possible category.
Barry Warsaw [Mon, 22 Jan 2001 04:35:57 +0000 (04:35 +0000)]
com_init(): My entry into the smallest patch possible category.
(cosmetic whitespace change).