summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug #1083645Raymond Hettinger2004-12-181-0/+2
| | | | * The decimal module wouldn't run on builds without threads.
* Bug #1083645Raymond Hettinger2004-12-182-4/+25
| | | | * The decimal module wouldn't run on builds without threads.
* fix unterminated commentAndrew MacIntyre2004-12-181-1/+1
|
* Move news items to the correct sections.Raymond Hettinger2004-12-171-5/+6
|
* Backport fixes for bugs #1086555 and #1085744.Raymond Hettinger2004-12-173-7/+18
|
* fixes compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)Gregory P. Smith2004-12-161-21/+82
|
* Backport checkin: Fix typo (from SF bug #1086127).Walter Dörwald2004-12-151-1/+1
|
* Backport checkin: Fix copy & paste error in comments.Walter Dörwald2004-12-141-2/+2
|
* SF bug #1084457: ossaudiodev no longer undocumentedRaymond Hettinger2004-12-141-5/+0
|
* missed this stuff for release, oh well, 2.4.1 is fineAnthony Baxter2004-12-131-17/+21
|
* Check in missing png version of pyfav.gif.Johannes Gijsbers2004-12-130-0/+0
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2004-12-133-0/+101
| | | | 'release24-maint'.
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-124-9/+10
| | | | | | | | | | | | | | | | - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True
* Backport from trunk: use os.geteuid() for checking whether we are root,Johannes Gijsbers2004-12-121-1/+1
| | | | as suggested by Michael Hudson.
* OS/2 specific fixes related to SF bug # 1003471.Andrew MacIntyre2004-12-121-68/+67
| | | | | | | Also revise a related function to minimise file handle/pipe leakage and improve reliability. Backported from -HEAD.
* backport of OS/2 specific fixes related to SF bug # 1003471Andrew MacIntyre2004-12-122-1/+23
|
* Fix typo for what method is called when expand_tabs is true.Brett Cannon2004-12-111-1/+1
|
* SF bug #1083202: UnboundLocalError raised by atexit moduleRaymond Hettinger2004-12-112-3/+6
| | | | The sys module could be called before being imported.
* SF bug #1081370: Bad reference in whrandom docsRaymond Hettinger2004-12-101-1/+4
|
* SF bug #1082944: Incorrect docs for PyUnicode_TailMatchRaymond Hettinger2004-12-101-1/+2
| | | | | * Note correct return type is int. * Note that -1 returned on failure.
* Backport of fix for SF bug #1076467: don't run test_on_error as root, asJohannes Gijsbers2004-12-061-1/+2
| | | | the permission errors don't get provoked that way.
* Backport: Fix for SF bug #947894: calendar.weekheader() undocumentedWalter Dörwald2004-12-061-0/+5
|
* Don't have test_mkalias_relative run if sys.prefix does not exist. Backport ofBrett Cannon2004-12-061-0/+2
| | | | fix for bug #1077302.
* Raise TypeError if bufsize argument is not an integer. Patch 1071755, ↵Peter Astrand2004-12-052-0/+14
| | | | slightly modified.
* more version cruftFred Drake2004-12-051-0/+5
|
* once we're post-release, we really need to bump the version number;Fred Drake2004-12-051-3/+3
| | | | | | the documentation build gets the version number from here as well, and the script that updates www.python.org/dev/doc/ needs to get an updated version number
* Fixes for SF #1076485, which I'll apply to the CVS head too. The problem wasBarry Warsaw2004-12-054-4/+274
| | | | | | | | | | | | | | | | caused by a self._input.readline() call that wasn't checking for the NeedsMoreData marker. msg_43.txt contains a message that illustrates the problem, when email.message_from_*() is called. That interface uses the Parser API, which splits reads into 8192 byte chunks. It so happens that for the test message, the 8192 chunk falls inside a message/delivery-status, which is where in the FeedParser the readline() call was that didn't check for NeedsMoreData. I also added an assert to unreadline() so it'll be more evident if an attempt to push back NeedsMoreData ever happens again. Bump the email package version number.
* SF bug #1078905: Docs for unittest run() methods are misleadingRaymond Hettinger2004-12-042-4/+10
|
* Fixed errors reported in SF bug #1074693Vinay Sajip2004-12-031-6/+23
|
* Fixing bug #1072259 of SRE into release24-maint.Gustavo Niemeyer2004-12-021-7/+10
|
* Backport minor documentation fixups.Raymond Hettinger2004-12-023-89/+104
|
* Add all readme files in Tools.Martin v. Löwis2004-12-011-1/+2
|
* - fix up internal hyperlink generation in PDF formatting so that links atFred Drake2004-12-011-8/+17
| | | | | | | the beginning of a paragraph do not generate errors; this affected things like \refmodule when it came first in a paragraph - clean up the .sty file to separate out the treatment of the start of a new paragraph
* Properly define HAVE_TERM_H if term.h is detected.Martin v. Löwis2004-11-301-0/+17
|
* Fix term.h check so that HAVE_TERM_H is actually generated.Martin v. Löwis2004-11-302-10/+21
|
* Corrected example for replacing shell pipeline. Fixes bug 1073790.Peter Astrand2004-11-302-2/+2
|
* post 2.4 machinations (branch)Anthony Baxter2004-11-301-1/+1
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2004-11-302-330/+0
| | | | 'release24-maint'.
* whoops!Anthony Baxter2004-11-301-2/+2
|
* This commit was manufactured by cvs2svn to create tag 'r24'.v2.4cvs2svn2004-11-301-0/+1
|
* update gcc refAnthony Baxter2004-11-301-1/+1
|
* doodedoodedoo on the way to 2.4 finalAnthony Baxter2004-11-302-42/+6
|
* REVERT revision 1.260; the trunk is FROZEN.Fred Drake2004-11-291-1/+1
| | | | | This change can be made on the trunk and release24-maint branch after the trunk is unfrozen.
* Bump buildno for 2.4 releaseMartin v. Löwis2004-11-292-3/+5
|
* Fix a nit.Raymond Hettinger2004-11-291-1/+1
|
* Fix argument order in pure python version of nsmallest() and nlargest().Raymond Hettinger2004-11-292-4/+7
|
* RFC 2822 describes the characters allowed in a header field name. Conform toBarry Warsaw2004-11-292-1/+19
| | | | this, and add test cases.
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-293-5/+5
|
* There's likely nothing more to do to the email package before Python 2.4 isBarry Warsaw2004-11-291-1/+1
| | | | final, so I'm marking email's version number as "3.0" (e.g. final).
* Whitespace normalization.Tim Peters2004-11-281-6/+6
|