- 13 Sep, 2000 2 commits
- 12 Sep, 2000 19 commits
-
-
Greg Ward authored
setup script. Also added a comment about how it *should* work on Mac OS.
-
Greg Ward authored
-
Fred Drake authored
Reduces lines of code and compiled object size.
-
Fred Drake authored
-
Fred Drake authored
functions.
-
Jack Jansen authored
-
Fred Drake authored
Reference manual docs for augmented assignment. This closes SourceForge patch #101418.
-
Fred Drake authored
Fix up some of the PyNumber_*() documentation. Add documentation for the InPlace API calls.
-
Jack Jansen authored
-
Fred Drake authored
Here are some changes to the C API docs. The memory examples & API have been updated because one malloc family is gone (Py_Malloc). You'll see other small additions to the "building new types" section for completeness and some cleanup at the end of the memory section.
-
Fred Drake authored
Fixed Module Index generation.
-
Fred Drake authored
of a seealso environment.
-
Fred Drake authored
-
Fred Drake authored
Convert the existing reference items to \seetitle markup.
-
Fred Drake authored
-
Fred Drake authored
"name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
-
Fred Drake authored
-
Fred Drake authored
the original, since the refcount information has been added there.
-
Greg Ward authored
directory too. Also generally cleaned up the code.
-
- 11 Sep, 2000 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Skip Montanaro authored
-
Tim Peters authored
pythonw.exe we just installed. Making Windows key off the .pyw extension instead screws people with multiple Python installations (reported more than once on c.l.py).
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
was raised. This occurred during installation.
-
Greg Ward authored
-
Greg Ward authored
generated filenames.
-
Greg Ward authored
-
- 10 Sep, 2000 8 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed.
-
Jack Jansen authored
-
Mark Hammond authored
If there was a NULL registry key, Python could barf. Also wraps some surrounding lines to 80 chars.
-
Tim Peters authored
declarations, added some comments where I had to think too hard to understand what was happening, and changed the primary internal get/set functions to assert they're passed objects of the correct type instead of doing runtime tests for that (it's an internal error that "should never happen", so it's good enough to check it only in the debug build).
-
Greg Ward authored
interpreter the .spec file refers to. Cosmetic tweaks.
-