Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug #1083645 | Raymond Hettinger | 2004-12-18 | 1 | -0/+2 | |
| | | | | * The decimal module wouldn't run on builds without threads. | |||||
* | Bug #1083645 | Raymond Hettinger | 2004-12-18 | 2 | -4/+25 | |
| | | | | * The decimal module wouldn't run on builds without threads. | |||||
* | fix unterminated comment | Andrew MacIntyre | 2004-12-18 | 1 | -1/+1 | |
| | ||||||
* | Move news items to the correct sections. | Raymond Hettinger | 2004-12-17 | 1 | -5/+6 | |
| | ||||||
* | Backport fixes for bugs #1086555 and #1085744. | Raymond Hettinger | 2004-12-17 | 3 | -7/+18 | |
| | ||||||
* | fixes compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) | Gregory P. Smith | 2004-12-16 | 1 | -21/+82 | |
| | ||||||
* | Backport checkin: Fix typo (from SF bug #1086127). | Walter Dörwald | 2004-12-15 | 1 | -1/+1 | |
| | ||||||
* | Backport checkin: Fix copy & paste error in comments. | Walter Dörwald | 2004-12-14 | 1 | -2/+2 | |
| | ||||||
* | SF bug #1084457: ossaudiodev no longer undocumented | Raymond Hettinger | 2004-12-14 | 1 | -5/+0 | |
| | ||||||
* | missed this stuff for release, oh well, 2.4.1 is fine | Anthony Baxter | 2004-12-13 | 1 | -17/+21 | |
| | ||||||
* | Check in missing png version of pyfav.gif. | Johannes Gijsbers | 2004-12-13 | 0 | -0/+0 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2004-12-13 | 3 | -0/+101 | |
| | | | | 'release24-maint'. | |||||
* | Patch #1080684: typo repair. Thanks George Yoshida! | Johannes Gijsbers | 2004-12-12 | 4 | -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 Gijsbers | 2004-12-12 | 1 | -1/+1 | |
| | | | | as suggested by Michael Hudson. | |||||
* | OS/2 specific fixes related to SF bug # 1003471. | Andrew MacIntyre | 2004-12-12 | 1 | -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 # 1003471 | Andrew MacIntyre | 2004-12-12 | 2 | -1/+23 | |
| | ||||||
* | Fix typo for what method is called when expand_tabs is true. | Brett Cannon | 2004-12-11 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1083202: UnboundLocalError raised by atexit module | Raymond Hettinger | 2004-12-11 | 2 | -3/+6 | |
| | | | | The sys module could be called before being imported. | |||||
* | SF bug #1081370: Bad reference in whrandom docs | Raymond Hettinger | 2004-12-10 | 1 | -1/+4 | |
| | ||||||
* | SF bug #1082944: Incorrect docs for PyUnicode_TailMatch | Raymond Hettinger | 2004-12-10 | 1 | -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, as | Johannes Gijsbers | 2004-12-06 | 1 | -1/+2 | |
| | | | | the permission errors don't get provoked that way. | |||||
* | Backport: Fix for SF bug #947894: calendar.weekheader() undocumented | Walter Dörwald | 2004-12-06 | 1 | -0/+5 | |
| | ||||||
* | Don't have test_mkalias_relative run if sys.prefix does not exist. Backport of | Brett Cannon | 2004-12-06 | 1 | -0/+2 | |
| | | | | fix for bug #1077302. | |||||
* | Raise TypeError if bufsize argument is not an integer. Patch 1071755, ↵ | Peter Astrand | 2004-12-05 | 2 | -0/+14 | |
| | | | | slightly modified. | |||||
* | more version cruft | Fred Drake | 2004-12-05 | 1 | -0/+5 | |
| | ||||||
* | once we're post-release, we really need to bump the version number; | Fred Drake | 2004-12-05 | 1 | -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 was | Barry Warsaw | 2004-12-05 | 4 | -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 misleading | Raymond Hettinger | 2004-12-04 | 2 | -4/+10 | |
| | ||||||
* | Fixed errors reported in SF bug #1074693 | Vinay Sajip | 2004-12-03 | 1 | -6/+23 | |
| | ||||||
* | Fixing bug #1072259 of SRE into release24-maint. | Gustavo Niemeyer | 2004-12-02 | 1 | -7/+10 | |
| | ||||||
* | Backport minor documentation fixups. | Raymond Hettinger | 2004-12-02 | 3 | -89/+104 | |
| | ||||||
* | Add all readme files in Tools. | Martin v. Löwis | 2004-12-01 | 1 | -1/+2 | |
| | ||||||
* | - fix up internal hyperlink generation in PDF formatting so that links at | Fred Drake | 2004-12-01 | 1 | -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öwis | 2004-11-30 | 1 | -0/+17 | |
| | ||||||
* | Fix term.h check so that HAVE_TERM_H is actually generated. | Martin v. Löwis | 2004-11-30 | 2 | -10/+21 | |
| | ||||||
* | Corrected example for replacing shell pipeline. Fixes bug 1073790. | Peter Astrand | 2004-11-30 | 2 | -2/+2 | |
| | ||||||
* | post 2.4 machinations (branch) | Anthony Baxter | 2004-11-30 | 1 | -1/+1 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2004-11-30 | 2 | -330/+0 | |
| | | | | 'release24-maint'. | |||||
* | whoops! | Anthony Baxter | 2004-11-30 | 1 | -2/+2 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create tag 'r24'.v2.4 | cvs2svn | 2004-11-30 | 1 | -0/+1 | |
| | ||||||
* | update gcc ref | Anthony Baxter | 2004-11-30 | 1 | -1/+1 | |
| | ||||||
* | doodedoodedoo on the way to 2.4 final | Anthony Baxter | 2004-11-30 | 2 | -42/+6 | |
| | ||||||
* | REVERT revision 1.260; the trunk is FROZEN. | Fred Drake | 2004-11-29 | 1 | -1/+1 | |
| | | | | | This change can be made on the trunk and release24-maint branch after the trunk is unfrozen. | |||||
* | Bump buildno for 2.4 release | Martin v. Löwis | 2004-11-29 | 2 | -3/+5 | |
| | ||||||
* | Fix a nit. | Raymond Hettinger | 2004-11-29 | 1 | -1/+1 | |
| | ||||||
* | Fix argument order in pure python version of nsmallest() and nlargest(). | Raymond Hettinger | 2004-11-29 | 2 | -4/+7 | |
| | ||||||
* | RFC 2822 describes the characters allowed in a header field name. Conform to | Barry Warsaw | 2004-11-29 | 2 | -1/+19 | |
| | | | | this, and add test cases. | |||||
* | preparing for 2.4 final (wooooooo!) | Anthony Baxter | 2004-11-29 | 3 | -5/+5 | |
| | ||||||
* | There's likely nothing more to do to the email package before Python 2.4 is | Barry Warsaw | 2004-11-29 | 1 | -1/+1 | |
| | | | | final, so I'm marking email's version number as "3.0" (e.g. final). | |||||
* | Whitespace normalization. | Tim Peters | 2004-11-28 | 1 | -6/+6 | |
| |