- 01 Apr, 2006 13 commits
-
-
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 27 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
-
Georg Brandl authored
e.g. IndentationError. (bug #1447885)
-
Georg Brandl authored
-
Thomas Wouters authored
we are about to leave behind. An example of the cause of this leak can be found in the leakers directory, in case we ever want to tackle the underlying problem.
-
Walter Dörwald authored
module. It's possible to generate HTML calendar now and the module can be called as a script (e.g. via ``python -mcalendar``).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Walter Dörwald authored
-