- 29 Jan, 2001 12 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files).
-
Jack Jansen authored
-
Jack Jansen authored
Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem.
-
Jack Jansen authored
-
Jack Jansen authored
-
Marc-André Lemburg authored
turn three or more into a single slash. (This is in sync with POSIX susv2 according to Fredrik.)
-
Marc-André Lemburg authored
corresponding string method. Added tests for this too. Patch written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
Sjoerd Mullender authored
inference rules (e.g. .c.o) is fine.
-
Moshe Zadka authored
-
Eric S. Raymond authored
-
Moshe Zadka authored
* Removed func_hash and func_compare, so they can be treated as immutable content-less objects (address hash and comparison) * Added tests to that affect to test_funcattrs (also testing func_code is writable) * Reverse meaning of tests in test_opcodes which checked identical code gets identical functions
-
- 28 Jan, 2001 17 commits
-
-
Jack Jansen authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
case, the order of parameters in the output matches the order of the inputs.
-
Andrew M. Kuchling authored
(contributed by Paul Jackson)
-
Fred Drake authored
parameter may be omitted or None.
-
Jack Jansen authored
the resulting path is empty.
-
Jack Jansen authored
-
Martin v. Löwis authored
-
Fred Drake authored
-
Tim Peters authored
Fixed the thread races. Function forget_dir was also utterly Unix-specific.
-
Fred Drake authored
Use test_support.verify() where applicable.
-
Fred Drake authored
about the internal initialization of instance objects. Make the dict parameter optional, and allow None as equivalent to omission.
-
Fred Drake authored
-
Fred Drake authored
-
Eric S. Raymond authored
-
Tim Peters authored
They're named as if public, so I did a Bad Thing by changing PyMarshal_ReadObjectFromFile() to suck up the remainder of the file in one gulp: anyone who counted on that leaving the file pointer merely at the end of the next object would be screwed. So restored PyMarshal_ReadObjectFromFile() to its earlier state, renamed the new greedy code to PyMarshal_ReadLastObjectFromFile(), and changed Python internals to call the latter instead.
-
- 27 Jan, 2001 11 commits
-
-
Neil Schemenauer authored
-
Neil Schemenauer authored
- Change one last EXE to EXEEXT.
-
Neil Schemenauer authored
-
Neil Schemenauer authored
- Cygwin doesn't want CCSHARED flag when bulding the interpreter DLL.
-
Fred Drake authored
-
Eric S. Raymond authored
Fix some unclear language in the description of the addrlist member.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Break cycle involving expat parser in close(). Add lex handler support to SAX2 pyexpat
-
Martin v. Löwis authored
-