- 25 Jan, 2001 17 commits
-
-
Fred Drake authored
many reasonable requests to keep them around. Bump version number.
-
Fred Drake authored
in the docs to indicate the next version before we decided on 1.6. Adjusted winsound.Beep() description slightly as well.
-
Fred Drake authored
-
Jeremy Hylton authored
also normalize checks for syntax errors and delete commented out definition of verify.
-
Jeremy Hylton authored
parameters that contained both anonymous tuples and *arg or **arg. Ex: def f(a, (b, c), *d): pass Fix the symtable_params() to generate names in the right order for co_varnames slot of code object. Consider *arg and **arg before the "complex" names introduced by anonymous tuples.
-
Jack Jansen authored
-
Jack Jansen authored
-
Skip Montanaro authored
test___all__.py: fail silently in check_all if the module can't be imported
-
Skip Montanaro authored
loaded - prevents second import later from succeeding spuriously - mostly of use in regression tests where the module might get imported more than once
-
Sjoerd Mullender authored
You can only use mult-line strings in C if each line ends in \.
-
Tim Peters authored
-
Tim Peters authored
got broken). Also added new method .jumpahead(N). This finally gives us a semi-decent answer to how Python's RNGs can be used safely and efficiently in multithreaded programs (although it requires the user to use the new machinery!).
-
Tim Peters authored
functionality of, whrandom.py. Also closes all the "XXX" todos in random.py. New frequently-requested functions/methods getstate() and setstate(). All exported functions are now bound methods of a hidden instance. Killed all unintended exports. Updated the docs. FRED: The more I fiddle the docs, the less I understand the exact intended use of the \var, \code, \method tags. Please review critically. GUIDO: See email. I updated NEWS as if whrandom were deprecated; I think it should be.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
function, based on an eyeballing of the code.
-
Barry Warsaw authored
an eyeballing of the code.
-
- 24 Jan, 2001 23 commits
-
-
Tim Peters authored
intro docs. *************** Fred: check my LaTeX! Also, the docs for whrandom should *************** be moved into Obsolete Modules.
-
Guido van Rossum authored
tp_richcompare field! (Hopefully this will make Python 2.1 binary compatible with certain Zope extensions. :-)
-
Guido van Rossum authored
add it to the default flags.
-
Guido van Rossum authored
are different (Ping didn't test this).
-
Guido van Rossum authored
are different (Ping couldn't test this).
-
Guido van Rossum authored
tp_flags. This will become important when I introduce Py_TPFLAGS_HAVE_RICHCOMPARE (as I should have!).
-
Andrew M. Kuchling authored
to find the prefix of strings, thus removing a warning, and simply uses straightforward string slicing.
-
Fred Drake authored
change to this file. Thanks, /F!
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
- change EXE to EXTEXT, there is an autoconf macro for it - use PROG_INSTALL macro rather than always using install-sh - add option to disable signal module (simplifies the makefile) - create subdirs for object files (when building out of src dir) - don't generate subdir makefiles - generate "boot" makefile
-
Ka-Ping Yee authored
Switch from octal escapes to hex escapes for other nonprintable characters.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
directory. Modify meaning of -s option to specify the Modules directory. Add -l option to specify library source directory when building extension modules. Perhaps these names should be switched to avoid breaking old code. Add -c compiler option to when emitting rules to build object files.
-
Neil Schemenauer authored
VPATH.
-
Neil Schemenauer authored
subdirectories. Those other makefiles will go away eventually.
-
Fred Drake authored
filenames on Windows (& Mac?) platforms.
-
Fred Drake authored
Since there is no such thing as an AttributeList, don't say "attributes" is one.
-
Jack Jansen authored
-
Jack Jansen authored
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
-
Jack Jansen authored
-
Jack Jansen authored
Regenerated (and manually massaged for PutScrap) so it can be byuilt both for Carbon and Classic. The Carbon module is rather empty, though, for now.
-