Commit Graph

32354 Commits

Author SHA1 Message Date
Martin v. Löwis
c005e2e1cb Complain about missing VS 2003 in the error message
of msvccompiler, and mention Cygwin as an alternative.
Fixes #1257728.
2006-07-30 13:31:20 +00:00
Georg Brandl
4e0992d570 Bug #1002398: The documentation for os.path.sameopenfile now correctly
refers to file descriptors, not file objects.
   (backport from rev. 50974)
2006-07-30 11:08:48 +00:00
Andrew M. Kuchling
9526e32809 [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. 2006-07-29 19:52:08 +00:00
Andrew M. Kuchling
787fdf31e4 Update URL 2006-07-29 14:05:17 +00:00
Georg Brandl
70939eff61 Bug #835255: The "closure" argument to new.function() is now documented.
(backport from rev. 50922)
2006-07-29 08:51:25 +00:00
Georg Brandl
9e59967ef6 Patch #1529686: run test_iterlen and test_email_codecs in 2.4. 2006-07-28 18:30:50 +00:00
Barry Warsaw
0738db2e0d Backport r50840 to Python 2.4:
Forward port some fixes that were in email 2.5 but for some reason didn't
    make it into email 4.0.  Specifically, in Message.get_content_charset(),
    handle RFC 2231 headers that contain an encoding not known to Python, or a
    character in the data that isn't in the charset encoding.  Also forward
    port the appropriate unit tests.

Also, this resolves SF bug #1414018.
2006-07-28 03:18:56 +00:00
Gregory P. Smith
0736c53cea - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
methods now allow their database parameter to be None as the
  sleepycat API allows.

also adds a testcase.

backport of trunk commit 50889 to 2.4.
2006-07-28 03:16:53 +00:00
Barry Warsaw
e0b7f39a3b Delete a misleading example. SF bug #1481650. 2006-07-28 02:34:35 +00:00
Tim Peters
f7664cd9cd Merge rev 50882 from the trunk.
Bug #1529297:  The rewrite of doctest for Python 2.4 unintentionally
lost that tests are sorted by name before being run.  ``DocTestFinder``
has been changed to sort the list of tests it returns.
2006-07-27 23:56:12 +00:00
Andrew M. Kuchling
4336a0b938 Update URL 2006-07-27 18:48:47 +00:00
Andrew M. Kuchling
34749f7328 [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. 2006-07-26 17:25:53 +00:00
Martin v. Löwis
e3f1ab7255 Bug #1524310: Properly report errors from FindNextFile in os.listdir. 2006-07-24 12:57:47 +00:00
Barry Warsaw
e5db0598aa Oops, this time, really bump the email version number to 3.0.2. 2006-07-23 17:04:35 +00:00
Barry Warsaw
b7e173e075 Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2. 2006-07-23 17:02:55 +00:00
Andrew MacIntyre
1fe0665fb6 Complete backport of rev 50787 that was started in rev 50788 2006-07-23 14:29:02 +00:00
Andrew MacIntyre
5596679a4a bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;
backport of rev 50787.
2006-07-23 13:01:03 +00:00
Fred Drake
a84938054d clean up some link markup 2006-07-16 01:21:47 +00:00
George Yoshida
3776d0d0f9 Backport revision 50664
Bug #15187702 : ext/win-cookbook.html has a broken link to distutils
2006-07-15 16:12:49 +00:00
Georg Brandl
69fd23926b no need to elaborate "string".
(backport from rev. 47244)
2006-07-05 15:50:08 +00:00
Georg Brandl
3f92289fef Patch #1517490: fix glitches in filter() docs.
(backport from rev. 47241)
2006-07-05 14:18:49 +00:00
Andrew M. Kuchling
efc8fc812e [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref 2006-07-03 14:19:01 +00:00
Martin v. Löwis
04e38d94bf Put method-wrappers into trashcan. Fixes #927248. 2006-07-03 13:47:29 +00:00
Martin v. Löwis
4b2c20d8f8 Patch #825417: Fix timeout processing in expect,
read_until.
2006-07-03 13:02:58 +00:00
Martin v. Löwis
35194d406f Bug #1267547: Put proper recursive setup.py call into the
spec file generated by bdist_rpm.
2006-07-03 12:29:51 +00:00