- 01 Dec, 2004 6 commits
-
-
Fred Drake authored
so the docs can be built.
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 30 Nov, 2004 10 commits
-
-
Martin v. Löwis authored
Fix term.h check so that HAVE_TERM_H is actually generated.
-
Peter Astrand authored
-
Peter Astrand authored
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
to ioctl() and remove the warning when it is not supplied.
-
Anthony Baxter authored
-
Anthony Baxter authored
-
cvs2svn authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
- 29 Nov, 2004 7 commits
-
-
Fred Drake authored
This change can be made on the trunk and release24-maint branch after the trunk is unfrozen.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Barry Warsaw authored
this, and add test cases.
-
Anthony Baxter authored
-
Barry Warsaw authored
final, so I'm marking email's version number as "3.0" (e.g. final).
-
- 28 Nov, 2004 2 commits
-
-
Tim Peters authored
-
Barry Warsaw authored
in a newline, and it's an end boundary, the FeedParser wasn't recognizing it as such. Tweak the regexp to make the ending linesep optional. For grins, clear self._partial when closing the BufferedSubFile. Added a test case.
-
- 25 Nov, 2004 6 commits
-
-
Walter Dörwald authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
to the right of the decimal point.
-
Hye-Shik Chang authored
GNU readline exports a global variable that has such a name already and the collision makes gcc4 doesn't compile the source.
-
Andrew M. Kuchling authored
-
- 24 Nov, 2004 5 commits
-
-
Fredrik Lundh authored
This patch offers a better explanation in case the MS VC++ (free) toolkit is installed but the .NET Framework SDK is not.
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brett Cannon authored
Windows GDI directly and thus does not need a DISPLAY environment variable. Thanks Jason Tishler.
-
- 23 Nov, 2004 2 commits
-
-
Kurt B. Kaiser authored
Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls(). M Misc/NEWS M Python/ceval.c
-
Johannes Gijsbers authored
(http://www.cygwin.com/faq/faq_3.html#SEC41). Also check whether onerror has actually been called so this test will fail on assertion instead of on trying to chmod a non-existent file.
-
- 22 Nov, 2004 2 commits
-
-
Tim Peters authored
a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4).
-
Tim Peters authored
Clarify that the example assumes no links are present; the point of the example is to illustrate a need for topdown=False, not to wrestle with platform-dependent link convolutions. Also spell os.path.join() out in full, instead of using a shortcut import. The bug reporter was confused by that too, and it's clearer this way. Bugfix candidate; but I don't intend to backport it.
-