- 18 Aug, 2006 1 commit
-
-
Martin v. Löwis authored
on systems with low clock resolution.
-
- 17 Aug, 2006 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Anthony Baxter authored
-
Anthony Baxter authored
the final release and all bugfix releases) will be from this branch, not the trunk.
-
- 16 Aug, 2006 24 commits
-
-
Neil Schemenauer authored
generated for generator expressions.
-
Kurt B. Kaiser authored
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt
-
Thomas Heller authored
Clarify somewhat how parameters are passed to functions (especially explain what integer means). Correct the table - Python integers and longs can both be used. Further clarification to the table comparing ctypes types, Python types, and C types. Reference: Replace integer by C ``int`` where it makes sense.
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
ignore data that arrives before the opening start tag
-
Marc-André Lemburg authored
-
Thomas Heller authored
of the Python part of a callback function to C. If it cannot be converted, call PyErr_WriteUnraisable with the exception we got. Before, arbitrary data has been passed to the calling C code in this case. (I'm not really sure the NEWS entry is understandable, but I cannot find better words)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
exception. Remove a stray '?' character from the exception text when the value is retrieved of such an object. Includes tests.
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
-
Thomas Heller authored
PyObject_stgdict() and PyType_stgdict() calls are non-NULL before dereferencing the result. Hopefully this fixes what klocwork is complaining about. Fix a few other nits as well.
-
Martin v. Löwis authored
Fixes #1535502.
-
Marc-André Lemburg authored
-
Kurt B. Kaiser authored
-
Ka-Ping Yee authored
little-endian byte order on Windows), and to work around clocks with low resolution yielding duplicate UUIDs. Anthony Baxter has approved this change.
-
Kurt B. Kaiser authored
before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Kurt B. Kaiser authored
-
- 15 Aug, 2006 6 commits
-
-
Thomas Heller authored
-
Neal Norwitz authored
-
Neal Norwitz authored
taken from a Debian patch. Should we update the version for each release?
-
Neal Norwitz authored
sporadically on other platforms. This is really a band-aid that doesn't fix the underlying issue in SocketServer. It's not clear if it's worth it to fix SocketServer, however, I opened a bug to track it: http://python.org/sf/1540386
-
Neal Norwitz authored
Now we're even. :-)
-
Tim Peters authored
-
- 14 Aug, 2006 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
file correctly even on Windows.
-
Georg Brandl authored
when file is read-only.
-
Georg Brandl authored
raises the correct exceptions.
-