Guido van Rossum
f773f9f858
Final update. Now Tim can cut the Windows installer and check in his
...
changes to PCbuild, then I'll tag the tree and build the final tar
file, and we can shove this puppy OUT OF THE DOOR...!
2001-06-22 01:23:05 +00:00
Guido van Rossum
81a35c22d5
News about the 2.0.1 final release (planned for Friday 6/22/01).
2001-06-20 14:56:22 +00:00
Guido van Rossum
f502c73012
Bring SRE up do date with Python 2.1
2001-06-13 15:15:02 +00:00
Moshe Zadka
a5beccf6bb
Lib/xml/sax/xmlreader.py - import the exceptions this module can raise
2001-04-13 15:52:40 +00:00
Moshe Zadka
67c2759c5a
- #233253 - distutils/command/build_ext.py - the --define and --undef options
...
didn't work, whether specified on the command-line or in setup.cfg.
- distutils/command/build_ext.py - make docstrings raw
- #128930 - distutils/command/build_ext.py - split rpath argument
Suggested by AMK, but had to be massaged a bit from the cvs diff
2001-03-31 16:09:32 +00:00
Moshe Zadka
aafd60c9bc
Backported pyexpat memory-leak plugs
...
backported by Martin van Lowis
2001-03-31 15:44:16 +00:00
Moshe Zadka
bf9183ee33
- distutils/command/install.py - make .get_outputs() produce a list of unique
...
filenames
2001-03-31 15:03:07 +00:00
Moshe Zadka
6aae5c3082
- #227562 - urllib.py - call URLopener.http_error_default when
...
an invalid 401 request is being handled.
- urllib.py - provide simple recovery/escape from apparent redirect recursion
- #129288 - urllib.py - chanign %02x to %02X in quoting
- urllib.py - HTTPS now works with string URLs
2001-03-31 14:58:20 +00:00
Moshe Zadka
9b80782cfb
- #117606 - configure.in, configure - use gcc -shared and gcc -fPIC
2001-03-31 14:48:37 +00:00
Moshe Zadka
7c9bcf8243
- xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral
...
which can be called from a start tag handler. When the corresponding end
tag is read the flag is cleared. However, it didn't get cleared when
the start tag was for an empty element of the type <tag .../>. This
modification fixes the problem.
2001-03-31 14:26:54 +00:00
Moshe Zadka
b91dffe109
- #12195 - webbrowser.py - there was typo in Mac code
2001-03-31 14:13:26 +00:00
Moshe Zadka
80a5f0ada1
- Update install-sh using version from automake 1.4.
2001-03-31 14:06:32 +00:00
Moshe Zadka
f3712961dd
- #121706 - config.c - _PyImport_Inittab: define the exceptions module's init
...
function.
2001-03-31 14:01:13 +00:00
Moshe Zadka
2a56667a90
The ".pth" code knew about the layout of Python trees on unix and
...
windows, but not on the mac. Fixed.
2001-03-31 13:52:02 +00:00
Moshe Zadka
98cf19babe
- #130306 - statcache.py - full of thread problems.
...
- Made statcache.forget_dir more portable
2001-03-31 13:46:34 +00:00
Moshe Zadka
805e7c61f7
Fix two typos in __imul__. Closes Bug #117745 .
2001-03-31 13:32:38 +00:00
Moshe Zadka
175a46d18f
- #119862 - getargs.c - patched memory leak
...
- #128475 - pythonrun.c - In Py_Finalize, don't reset initialized flag
until after the exit funcs have run
2001-03-31 13:18:35 +00:00
Moshe Zadka
d0851885c6
Address a bug in the uuencode decoder, reported bu "donut" in SF bug
...
#127718 : '@' and '`' seem to be confused.
2001-03-31 11:14:43 +00:00
Moshe Zadka
2010399f41
Make mpz's .binary() work on 64 bit platforms
...
Make mpzmodule compile with cygwin
2001-03-31 10:55:47 +00:00
Moshe Zadka
256a550cf1
#125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree
2001-03-31 10:29:03 +00:00
Moshe Zadka
2c476bb2e7
curses.ascii - space (ASCII 32) is now considered whitespace
2001-03-31 10:06:18 +00:00
Moshe Zadka
2112200478
atexit.py - mutate list of functions in thread-safe way
2001-03-31 09:45:04 +00:00
Moshe Zadka
d4e74812fe
#123924 : Windows - using OpenSSL, problem with socket in httplib.py.
2001-03-31 09:32:01 +00:00
Moshe Zadka
9539076399
- #119833 - close socket in smtplib if there was an error connecting
...
- #126863 - getopt long option handling fixed
2001-03-31 09:12:51 +00:00
Moshe Zadka
64c21a541e
Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.
2001-03-31 08:31:13 +00:00