- 01 Apr, 2006 23 commits
-
-
Walter Dörwald authored
of hiding it behind a setter and a getter.
-
Georg Brandl authored
-
Jeremy Hylton authored
Reorder compiler_set_lineno() call for consistency.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Anthony Baxter authored
of SQLite3 from 3.2.2 to 3.0.8, by providing an alternative to sqlite3_transfer_bindings. setup.py also handles the common (in debian and ubuntu, at least) case of a buggy sqlite3.h SQLITE_VERSION_NUMBER.
-
Georg Brandl authored
-
Walter Dörwald authored
that output localized month and weekday names and can cope with encodings.
-
Georg Brandl authored
msg strings with '%', but without format args.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
file descriptor.
-
Georg Brandl authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
The s.connect(("gmail.org", 995)) line has been timing out on all buildbot slaves for hours now, causing the test to fail.
-
Anthony Baxter authored
linux with gcc 4.0.2, after talking to Tim. <ymmit> But it won't break anything anywhere, so don't worry :-)
-
Anthony Baxter authored
This is based on pysqlite2.1.3, and provides a DB-API interface in the standard library. You'll need sqlite 3.2.2 or later to build this - if you have an earlier version, the C extension module will not be built.
-
Tim Peters authored
work, this time by ugly brute force.
-
- 31 Mar, 2006 17 commits
-
-
Thomas Wouters authored
fcntl() and fdopen() both fail. Will backport.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
glibc, for example, does this already on its own, but it seems that the solaris libc doesn't. This leads to Python code being able to over- write file contents even though having specified "a" mode.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
argument to specify where to write the prompt.
-
Georg Brandl authored
that have __private names in their __slots__.
-
Georg Brandl authored
-
Georg Brandl authored
failures gracefully
-
Jeremy Hylton authored
Explicitly clear all elements from arena->a_objects and remove assert() that refcount is 1. It's possible for a program to get a reference to the list via sys.getobjects() or via gc functions.
-
Martin v. Löwis authored
-
Georg Brandl authored
-