Jack Jansen
85705e73b1
Got rid of obsolete defines.
2002-04-11 20:56:15 +00:00
Jack Jansen
786681ac60
Got rid of obsolete appearance flag.
2002-04-11 20:56:13 +00:00
Jack Jansen
cc8258d827
Added boolobject.c
2002-04-11 20:54:58 +00:00
Guido van Rossum
7df772b237
At CNRI's request, I'm changing the status of 1.6.1 from
...
not-GPL-compatible to GPL-compatible, with a footnote explaining that
RMS disagrees. I'm not going to discuss this further -- both sides
(CNRI and RMS) will argue their POV till they're blue in the face.
2002-04-11 20:54:35 +00:00
Jack Jansen
5159f1da7d
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
2002-04-11 20:53:03 +00:00
Jack Jansen
32baa2c8d2
These are long obsolete. Get rid of them.
2002-04-11 20:50:39 +00:00
Jack Jansen
b19444feca
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now standard (appearance, interned strings)
2002-04-11 20:48:25 +00:00
Jack Jansen
8ab04b4d65
Got rid of ifdefs for long-obsolete GUSI versions.
2002-04-11 20:46:23 +00:00
Jack Jansen
9b745f6665
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
2002-04-11 20:41:18 +00:00
Tim Peters
a7c2b303d4
Since xmllib is deprecated now, suppress the DeprecationWarning its test
...
module necessarily raises.
2002-04-11 20:18:40 +00:00
Tim Peters
b05cd496df
Ignore more deprecation warnings.
2002-04-11 20:04:12 +00:00
Tim Peters
3c14efe696
Stop sucking up xmllib -- it's deprecated.
2002-04-11 19:54:11 +00:00
Tim Peters
deb121aec7
I don't expect test_email_codecs to run on Windows.
2002-04-11 19:52:58 +00:00
Fred Drake
3a15dace36
Added the resource name "all" to enable all of the optional resource uses.
...
This is nice for use with "make TESTOPTS='-u all' test".
2002-04-11 16:39:16 +00:00
Martin v. Löwis
2a519f8fe6
Document __unicode__. Fixes #541245 .
2002-04-11 12:39:35 +00:00
Martin v. Löwis
81bdc93d2f
Explain octal escapes. Fixes #542226 .
2002-04-11 12:24:12 +00:00
Tim Peters
52aefc8a7b
SF bug 542181: Realloc behavior
...
The bug report pointed out a bogosity in the comment block explaining
thread safety for arena management. Repaired that comment, repaired a
couple others while I was at it, and added an assert.
_PyMalloc_DebugRealloc: If this needed to get more memory, but couldn't,
it erroneously freed the original memory. Repaired that.
This is for 2.3 only (unless we decide to backport the new pymalloc).
2002-04-11 06:36:45 +00:00
Mark Hammond
362ed3451e
Different .pyc icon - use "paler" colors to better differentiate it from the main .py icon. As discussed with Tim (prompted by cl.lpy posting)
2002-04-11 05:40:34 +00:00
Fred Drake
43735da1bf
Improve coverage of Objects/weakrefobject.c.
2002-04-11 03:59:42 +00:00
Andrew M. Kuchling
17850f79a8
Add a name
2002-04-10 21:53:22 +00:00
Andrew M. Kuchling
7301907358
Add deprecation warning to 'pre' module
2002-04-10 21:36:11 +00:00
Andrew M. Kuchling
2854c478be
Remove mention of 'pre' module
...
(2.2 bugfix candidate?)
2002-04-10 21:28:31 +00:00
Andrew M. Kuchling
7fd1c8c880
Remove support for importing 'pre' module
2002-04-10 21:15:40 +00:00
Barry Warsaw
409a4c08b5
Sync'ing with standalone email package 2.0.1. This adds support for
...
non-us-ascii character sets in headers and bodies. Some API changes
(with DeprecationWarnings for the old APIs). Better RFC-compliant
implementations of base64 and quoted-printable.
Updated test cases. Documentation updates to follow (after I finish
writing them ;).
2002-04-10 21:01:31 +00:00
Marc-André Lemburg
68e69338ae
Bug fix for UTF-8 encoding bug (buffer overrun) #541828 .
2002-04-10 20:36:13 +00:00
Fred Drake
e3c764b6c2
Document PyType_CheckExact(), PyType_IS_GC().
...
Update description of PyType_Check().
2002-04-10 17:52:52 +00:00
Marc-André Lemburg
ce0b664af2
Added test case for UTF-8 encoding bug #541828 .
2002-04-10 17:18:02 +00:00
Andrew M. Kuchling
a9745611de
Use random instead of whrandom
2002-04-10 14:54:39 +00:00
Andrew M. Kuchling
9a62448d2f
Use random module instead of whrandom
...
Move imports to top
2002-04-10 14:50:16 +00:00
Skip Montanaro
3b2625ff82
document all the valid encoding values
2002-04-10 04:37:09 +00:00
Fred Drake
3c1ff5c766
When adding a name to the table of macros and environments, make sure it
...
is not already present. If it is, raise an exception, since that should not
happen in a well-defined conversion.
2002-04-10 04:20:33 +00:00
Fred Drake
0047e16d1b
Added support for \csimplemacro and csimplemacrodesc.
2002-04-10 04:19:12 +00:00
Neal Norwitz
ab3b9eb477
Add deprecation warnings for modules as documented
2002-04-10 02:04:00 +00:00
Fred Drake
6e99704fcf
Add a deprecation warning to reflect the documented deprecation of the
...
whrandom module. (The deprecation was effective in Python 2.1.)
2002-04-10 01:45:11 +00:00
Fred Drake
4d61775a35
Started filling in the information about some of the basic types and macros
...
used to define Python objects.
2002-04-09 21:22:07 +00:00
Tim Peters
46cd7948ca
Repair 2.2.1 release date.
2002-04-09 21:18:37 +00:00
Fred Drake
375e30225e
Update to use the new \csimplemacro macro
2002-04-09 21:09:42 +00:00
Fred Drake
79bf99c505
Document the \csimplemacro macro and the csimplemacrodesc environment.
2002-04-09 20:17:42 +00:00
Fred Drake
19f827e765
Add \csimplemacro to parallel the csimplemacrodesc environment.
...
Fix a typo in the comments for csimplemacrodesc.
2002-04-09 20:16:47 +00:00
Neal Norwitz
6b35370c65
Update docs for bool changes by Guido around April 6
2002-04-09 18:15:00 +00:00
Neal Norwitz
803a8ea47e
Update docstring to reflect code change to bool
2002-04-09 18:12:58 +00:00
Guido van Rossum
50ee94fd41
is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652 ]
2002-04-09 18:00:58 +00:00
Fred Drake
eee12e9aba
Ignore an output directory for intermediates here as well.
2002-04-09 14:54:26 +00:00
Fred Drake
fd867719bc
Fix typo: coverted --> converted. Reported by Francois Pinard.
2002-04-09 14:39:10 +00:00
Thomas Heller
4c7fb96b7a
Remove unconditional debugging prints.
2002-04-09 14:16:07 +00:00
Thomas Heller
fd0e82a385
Set the warn_dir option to 0 before running the install command.
...
This suppresses bogus warnings about modules installed into a directory
not in sys.path.
Bugfix candidate.
2002-04-09 14:14:38 +00:00
Thomas Heller
1630520e5c
Fix an obvious bug.
2002-04-09 12:50:13 +00:00
Fred Drake
77f4438f1a
Update the table of releases.
2002-04-08 21:57:31 +00:00
Tim Peters
b0f3ceaf8b
Update table of releases.
2002-04-08 21:36:47 +00:00
Martin v. Löwis
688357e035
Patch #512005 : getrusage() returns struct-like object.
2002-04-08 21:28:20 +00:00