- 29 Ock, 2001 22 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
commented out.
-
Andrew M. Kuchling yazdı
Get Fred's name right Add some XXX items that need to be written
-
Jack Jansen yazdı
Don't call OpenDeskAcc() and AppendResMenu() on Carbon.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives.
-
Jack Jansen yazdı
Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access. Got GetPortBitMapForCopyBits() and port.portBits to work.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Marc-André Lemburg yazdı
turn three or more into a single slash. (This is in sync with POSIX susv2 according to Fredrik.)
-
Marc-André Lemburg yazdı
corresponding string method. Added tests for this too. Patch written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
Sjoerd Mullender yazdı
inference rules (e.g. .c.o) is fine.
-
Moshe Zadka yazdı
-
Eric S. Raymond yazdı
-
Moshe Zadka yazdı
* 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 Ock, 2001 17 kayıt (commit)
-
-
Jack Jansen yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
case, the order of parameters in the output matches the order of the inputs.
-
Andrew M. Kuchling yazdı
(contributed by Paul Jackson)
-
Fred Drake yazdı
parameter may be omitted or None.
-
Jack Jansen yazdı
the resulting path is empty.
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
Fixed the thread races. Function forget_dir was also utterly Unix-specific.
-
Fred Drake yazdı
Use test_support.verify() where applicable.
-
Fred Drake yazdı
about the internal initialization of instance objects. Make the dict parameter optional, and allow None as equivalent to omission.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Eric S. Raymond yazdı
-
Tim Peters yazdı
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 Ock, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-