- 17 Apr, 2002 9 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
base class (in bdist_packager) and two subclasses which make use of this base class: bdist_pkgtool (for Solaris) and bdist_sdux (for HP-UX).
-
Skip Montanaro authored
-
Fred Drake authored
Additional material is still needed in that section.
-
Fred Drake authored
-
Fred Drake authored
dropped in the HTML formatted version. Reported by Mike Coleman.
-
Fred Drake authored
New" document.
-
Fred Drake authored
Add a -r option; if given with a release number, the "What's New" document is included with the relevant version number. Update the text of the README distributed with the PostScript files to reflect the changes in the user organizations in the Python community.
-
Fred Drake authored
index file for the top-level directory. This makes it easier to use an unpacked version of the documentation via file: URLs. This closes SF bug #541257.
-
- 16 Apr, 2002 23 commits
-
-
Fred Drake authored
the documented and undocumented symbols.
-
Tim Peters authored
option. It was the cause of at least one way UNWISE.EXE could vanish (install a python; uninstall it; install it again; reboot the machine; abracadabra the uinstaller is gone). Bugfix candidate, but I'll backport it myself.
-
Fred Drake authored
Avoid adding Python wrappers around the underlying C profiler if possible; the extra layer of calls can lead to confusion in interpreting the logs.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
PyNumber_InPlaceMultiply insisted on calling sq_inplace_repeat if it existed, even if nb_inplace_multiply also existed and the arguments weren't right for sq_inplace_repeat. Change this to only use sq_inplace_repeat if nb_inplace_multiply isn't defined. Bugfix candidate.
-
Guido van Rossum authored
-
Fred Drake authored
Small additional changes.
-
Skip Montanaro authored
-
Thomas Heller authored
full words. Before that, something like 'PyObject_Call' was missed because 'PyObject_CallFunction' was found. Passes PyChecker now.
-
Barry Warsaw authored
(or platform independent). Closes SF bug #460357. Bug fix candidate.
-
Martin v. Löwis authored
-
Barry Warsaw authored
intended whitespace.
-
Guido van Rossum authored
have the needed optional Japanese codecs installed.
-
Tim Peters authored
tab characters, so reverting the whitespace normalization. Barry, please repair this.
-
Fred Drake authored
Closes SF bug #518985.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
actually does. Note that the description in the Library Reference manual is already accurate. Bugfix candidate.
-
Tim Peters authored
order in which the tests are normally run.
-
Tim Peters authored
-
Tim Peters authored
to keep doing that in every test that wants to filter a warning.
-
- 15 Apr, 2002 8 commits
-
-
Tim Peters authored
because it *is* skipped. I'm not entirely sure it should be skipped, but figuring that out would take actual thought <wink>.
-
Tim Peters authored
resetwarnings() calls too.
-
Neal Norwitz authored
-
Barry Warsaw authored
regrtest framework. Keep the original standalone-unittest scaffolding (i.e. suite() and __main__).
-
Barry Warsaw authored
double call to AddressList.getaddrlist(), and /that/ always returns an empty list for the second and subsequent calls. Instead, instantiate an AddressList directly, and get the parsed addresses out of the addresslist attribute.
-
Fred Drake authored
Note that PyObject_Size() is a synonym for PyObject_Length(). This closes SF patch #544330 (contributed by Thomas Heller).
-
Fred Drake authored
This matches many other of the *desc environments, and is useful when multiple functions share a description.
-
Fred Drake authored
-