- 12 Feb, 2001 18 commits
-
-
Skip Montanaro authored
* restores urllib as the file fetcher (closes bug #132000) * allows checking URLs with empty paths (closes patches #103511 and 103721) * properly handle user agents with versions (e.g., SpamMeister/1.5) * added several more tests
-
Fred Drake authored
Make the documentation tools work with Python 1.5.2. [Slightly modified from submitted patch. --FLD] This closes SF bug #132005.
-
Fred Drake authored
This closes SF bug #131304.
-
Fred Drake authored
GNOME-style internationalized options can be parsed using ConfigParser (SF bug #131635). Converted the tests to use test_support.verify() instead of output comparison to work.
-
Fred Drake authored
ConfigParser with GNOME-ish config files that use the internationalization conventions found in GNOME. This closes SF bug #131635.
-
Fred Drake authored
Fix the .binary() method of mpz objects for 64-bit systems. [Also removed a lot of trailing whitespace elsewhere in the file. --FLD] This closes SF patch #103547.
-
Jack Jansen authored
Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on.
-
Fred Drake authored
-
Jeremy Hylton authored
iterating over it using PyDict_Next(). This bug fix brought to you by the letters b, c, d, g, h, ... and the reporter Ping.
-
Fred Drake authored
Make the documentation tools compatibile with Python 2.0.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
The interpreters built are now called PythonInterpreterClassic and PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter.
-
Jack Jansen authored
-
Jack Jansen authored
Added modules _testcapi, _weakref, _symtable.
-
Thomas Heller authored
mechanism to support self-modifying modules.
-
Tim Peters authored
run first. Indirectly due to Skip adding check_all("pty") to test___all__: that caused the expected ImportError due to pty.py trying to import the non-existent FCNTL to get handled by test___all__, leaving a partial module object for pty in sys.modules, which caused the later import of pty via test_pty to succeed. Then test_tpy died with an AttributeError, due to trying to access attributes of pty that didn't exist. regrtest viewed that as a failure rather than the appropriate "test skipped". Fixed by deleting partial module objects in test___all__ when test___all__ handles an ImportError.
-
Skip Montanaro authored
-
- 11 Feb, 2001 6 commits
-
-
Andrew M. Kuchling authored
Make note about difflib and doctest Bump version number
-
Tim Peters authored
Bug was introduced by tricks played to make .pyc files executable via cmdline arg. Then again, -x worked via a trick to begin with. If anyone can think of a portable way to test -x, be my guest!
-
Jack Jansen authored
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
-
Jack Jansen authored
-
Jack Jansen authored
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
-
Tim Peters authored
reachable from Lib/.
-
- 10 Feb, 2001 9 commits
-
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
Neil Schemenauer authored
and #103717.
-
Marc-André Lemburg authored
-
Tim Peters authored
Guido told me to do this <wink>. Greatly expanded docstrings, and fleshed out with examples. New std test. Added new get_close_matches() function for ESR. Needs docs, but LaTeXification of the module docstring is all it needs. \CVS: ----------------------------------------------------------------------
-
Tim Peters authored
-
Tim Peters authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 09 Feb, 2001 7 commits
-
-
Jeremy Hylton authored
-
Tim Peters authored
-
Jeremy Hylton authored
create an empty dictionary if it is called without keyword args. Just pass NULL. XXX I had believed that this caused weird errors, but the test suite runs cleanly.
-
Tim Peters authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
functinos and cell vars with */** parameters
-
Jeremy Hylton authored
(Nick Mathewson) Remove to XXX comments
-