- 18 Eyl, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Eyl, 2006 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
of python changes (2.5 -> 2.6). Bug #1552935.
-
Ronald Oussoren yazdı
-
- 16 Eyl, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Eyl, 2006 4 kayıt (commit)
-
-
Fred Drake yazdı
and to include the default value (merged from release25-maint revision 51890)
-
Fred Drake yazdı
- minor markup cleanup (forward-ported from release25-maint revision 51888)
-
Georg Brandl yazdı
-
Ka-Ping Yee yazdı
-
- 14 Eyl, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 12 Eyl, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
- 11 Eyl, 2006 4 kayıt (commit)
-
-
Georg Brandl yazdı
Building with HP's cc on HP-UX turned up a couple of problems. _PyGILState_NoteThreadState was declared as static inconsistently. Make it static as it's not necessary outside of this module. Some tests failed because errno was reset to 0. (I think the tests that failed were at least: test_fcntl and test_mailbox). Ensure that errno doesn't change after a call to Py_END_ALLOW_THREADS. This only affected debug builds.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
(Also fix some whitespace) Klocwork #364.
-
Neal Norwitz yazdı
As mentioned on python-dev, reverting patch #1504333 because it introduced an infinite loop in rev 47154. This patch also adds a test to prevent the regression.
-
- 09 Eyl, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
on exception classes. Would require introducing a tp_unicode slot to make it work otherwise. Fixes bug #1551432 and will be backported.
-
- 08 Eyl, 2006 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Nick Coghlan yazdı
-
- 07 Eyl, 2006 9 kayıt (commit)
-
-
Thomas Heller yazdı
as first argument, and failed with a 'bad argument to internal function' error message.
-
Thomas Heller yazdı
and they gave a strange error message from PyArg_ParseTuple: function takes exactly 2 arguments (3 given). With tests.
-
Armin Rigo yazdı
-
Andrew M. Kuchling yazdı
if an input hook has been defined. Patch by Richard Boulton. This select() code is only executed with readline 2.1, or if READLINE_CALLBACKS is defined. Backport candidate for 2.5, 2.4, probably earlier versions too.
-
Andrew M. Kuchling yazdı
-
Ronald Oussoren yazdı
-
Nick Coghlan yazdı
Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314
-
Raymond Hettinger yazdı
-
Gustavo Niemeyer yazdı
offending buildbot
-
- 06 Eyl, 2006 5 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Also make sure that every exception class has __module__ set to 'exceptions'.
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
imports (if not in package and if beyond toplevel package).
-