- 11 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 10 Tem, 2003 11 kayıt (commit)
-
-
Raymond Hettinger yazdı
Expanded docs to have a quick start example showing how to create and run tests.
-
Skip Montanaro yazdı
supports pthreads
-
Fred Drake yazdı
-
Kurt B. Kaiser yazdı
"Support IDLE Edit of .py/.pyw from idlelib"
-
Raymond Hettinger yazdı
-
Just van Rossum yazdı
until now: the inheritance of default values was the wrong way around. This caused app bundles to get a type of "BNDL" instead of "APPL". Apparently this is not a problem until you try to drag your app to the dock. ----------------------------------------------------------------------
-
Just van Rossum yazdı
-
Jeremy Hylton yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
record tuple by name as well as index, to match the behaviour of the pwd/grp extension modules for Unix. These emulation modules now pass test_pwd & test_grp.
-
Andrew MacIntyre yazdı
installation location policies.
-
- 09 Tem, 2003 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Mark Hammond yazdı
Use Py_AtExit instead of atexit so we are called during Py_Finalize() rather than during DLL teardown.
-
Gregory P. Smith yazdı
* Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item.
-
Kurt B. Kaiser yazdı
"Break or continue outside loop causes crash"
-
- 08 Tem, 2003 10 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Tim Peters yazdı
to have genuwine Windows line ends.
-
Kurt B. Kaiser yazdı
the Perl requirement to 5.6.0 or later.
-
Kurt B. Kaiser yazdı
Remove obsolete reference to deprecated exit_thread() function
-
Neal Norwitz yazdı
-
Fred Drake yazdı
markup. Not currently needed, but easier to save this now than to have to figure it out when we do.
-
Fred Drake yazdı
- don't use \constant for literals; it's for "defined" constants - fix various consistency issues
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Anthony Baxter yazdı
example to show how to log to a file.
-
- 07 Tem, 2003 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
detail - fix minor markup nit
-
Gregory P. Smith yazdı
return a tuple. (this also implies that nobody uses this method; the bug has been here for a long time)
-
Fred Drake yazdı
newline
-
Fred Drake yazdı
PyObject_HEAD, not PyObject_VAR_HEAD.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Neal Norwitz yazdı
-
- 06 Tem, 2003 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-