- 29 Nov, 2004 4 commits
-
-
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 3 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.
-
Marc-André Lemburg authored
and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out.
-
- 21 Nov, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 20 Nov, 2004 2 commits
-
-
Brett Cannon authored
of the test possiblities for testGetServBy().
-
Facundo Batista authored
-
- 19 Nov, 2004 5 commits
-
-
Kurt B. Kaiser authored
stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Last pass to fill in contributor names; remove stray 'contributed by' from the incompatible changes section; remove some XXX comments
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 18 Nov, 2004 9 commits
-
-
cvs2svn authored
-
Anthony Baxter authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Removed a section that is out of date after type/class unification. While there was still some validity, the paragraph offered more confusion that insight.
-
Raymond Hettinger authored
Make a minor clarification between "written" and "displayed".
-
Raymond Hettinger authored
-
- 17 Nov, 2004 1 commit
-
-
Peter Astrand authored
In test_args_string, remove the tempfile before assertEqual.
-