- 13 Jan, 2000 2 commits
-
-
Jack Jansen authored
Python object freeing.
-
Jack Jansen authored
-
- 12 Jan, 2000 3 commits
-
-
Guido van Rossum authored
PR#175 -- when exec is passed a code object, it didn't sync the locals from the dictionary back into their fast representation. Also took the time to remove some repetitive code there and to do the syncing even when an exception is raised (since a partial effect should still be synced).
-
Guido van Rossum authored
only. Through some mysterious interaction, they would take 9 separate arguments as well. This misfeature is now disabled (to end a difference with JPython).
-
Guido van Rossum authored
previous output. Call clearerr() to prevent past errors affecting our ferror() test later, in PyObject_Print(). Suggested by Marc Lemburg.
-
- 09 Jan, 2000 4 commits
-
-
Greg Ward authored
the 'missing' parameter.
-
Greg Ward authored
Added 'link_static_lib()' method, and 'archiver' and 'archiver_options' class attributes to support it. Added 'link_executable()' method, and 'ld_exec' instance attribute to support it. 'newer_group()' is now able to handle missing files, so we don't have to kludge it by catching OSError when calling it. 'object_filenames()' and 'shared_object_filename()' now take 'keep_dir' flag parameters. 'library_filename()' and 'shared_library_filename()' now respect a directory component in the library name. Various comment updates/deletions.
-
Greg Ward authored
Added 'link_executable()' signature.
-
Greg Ward authored
-
- 07 Jan, 2000 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files.
-
- 03 Jan, 2000 2 commits
-
-
Guido van Rossum authored
-
Greg Stein authored
-
- 01 Jan, 2000 1 commit
-
-
Jack Jansen authored
-
- 30 Dec, 1999 1 commit
-
-
Fred Drake authored
building the dicts used to inform the user about the defined constants when using the *conf*() APIs. Thanks to Mark Hammond <mhammond@skippinet.com.au>.
-
- 29 Dec, 1999 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
- 24 Dec, 1999 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
- 23 Dec, 1999 14 commits
-
-
Jack Jansen authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Guido van Rossum authored
while str() uses %.12g as before.
-
Fred Drake authored
-
Just van Rossum authored
changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr
-
Fred Drake authored
trailing 'L' is appended to the representation, otherwise not. All existing call sites are modified to pass true for addL. Remove incorrect statement about external use of this function from elsewhere; it's static! long_str(): Handler for the tp_str slot in the type object. Identical to long_repr(), but passes false as the addL parameter of long_format().
-
Fred Drake authored
-
Jack Jansen authored
-
Jack Jansen authored
Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes.
-
Jack Jansen authored
interaction.
-
Jack Jansen authored
-
Jack Jansen authored
handle = Ctl.as_Resource(ctl) ctl = Ctl.as_Control(handle) and similarly for List, Menu, TE. The old handle.as_Control() methods are still there for backward compatability.
-
Fred Drake authored
<gerrit.holl@pobox.com>.
-
- 22 Dec, 1999 3 commits
-
-
Fred Drake authored
Holl <gerrit.holl@pobox.com>.
-
Fred Drake authored
module dict if the inserted object isn't NULL (basic defensive programming!).
-
Guido van Rossum authored
* in import.c, #ifdef out references to dynamic loading based on HAVE_DYNAMIC_LOADING * clean out the platform-specific crud from importdl.c. [ maybe fold this function into import.c and drop the importdl.c file? Greg.] * change GetDynLoadFunc's "funcname" parameter to "shortname". change "name" to "fqname" for clarification. * each GetDynLoadFunc now creates its own funcname value. WARNING: as I mentioned previously, we may run into an issue with a missing "_" on some platforms. Testing will show this pretty quickly, however. * move pathname munging into dynload_shlib.c
-
- 21 Dec, 1999 4 commits
-
-
Fred Drake authored
Moved a couple to a new "Not worth it" section (explanations were already there).
-
Fred Drake authored
-
Guido van Rossum authored
This patch changes the string-based exceptions to class-based exceptions, so that you can fetch the unknown option as an attribute. As far as I know, it is backward compatible. [The new exception class is called GetoptError; the name error is an alias for compatibility.]
-
Fred Drake authored
is in the development branch, not the maintenance branch!)
-