- 22 Jan, 2001 14 commits
-
-
Jack Jansen authored
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.
-
Guido van Rossum authored
-
Guido van Rossum authored
Allow pickle.py to be using with Jython unicode strings
-
Guido van Rossum authored
test_class.py.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Marc-André Lemburg authored
-
Martin v. Löwis authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
also added unicodename_db.h dependency to ucnhash.
-
Barry Warsaw authored
(cosmetic whitespace change).
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
- 21 Jan, 2001 21 commits
-
-
Tim Peters authored
-
Thomas Wouters authored
supposed to be declared in system include files (with a proper prototype.) Should be moved to a platform-specific block if anyone finds out which broken platforms need it :-)
-
Fredrik Lundh authored
to build *all* tables in makeunicodedata.py.
-
Fredrik Lundh authored
-
Jack Jansen authored
-
Jack Jansen authored
Added CarbonAccessors.o to the non-carbon targets, and probably a few minor things having to do with Python 2.1a1.
-
Jack Jansen authored
Added carbon targets (mainly placeholders at the moment).
-
Jack Jansen authored
Added a force option (to force project generation, the default is now to only generate if different). Try to convert all search paths to relative.
-
Jack Jansen authored
Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject().
-
Tim Peters authored
-
Tim Peters authored
-
Martin v. Löwis authored
Suggested by Kevin Jacobs in bug report #129417.
-
Tim Peters authored
-
Fredrik Lundh authored
-
Neil Schemenauer authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Participate in garbage collection if available. Potentially decref handlers in clear_handlers. Partially reindent. Put synthetic frame object on the stack to support better error output. Expose Python codecs to pyexpat. Add new Expat 1.2 handlers and API. Fix memory leak: release self->handlers. Do not expect PyModule_AddObject and PyModule_AddStringConstant in 2.0b1. Raise exception in ParseFile.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
pythonrun.c: In Py_Finalize, don't reset the initialized flag until after the exit funcs have run. atexit.py: in _run_exitfuncs, mutate the list of pending calls in a threadsafe way. This wasn't a contributor to bug 128475, it just burned my eyeballs when looking at that bug.
-
- 20 Jan, 2001 5 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
-
Skip Montanaro authored
-
Guido van Rossum authored
pdb (pdb calls it 'where'). Added 'bt' as an alias for 'where'.
-