Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the deprecated statcache module. | Raymond Hettinger | 2004-12-05 | 5 | -12/+2 |
| | |||||
* | Removed deprecated method arguments from the shelve module. | Raymond Hettinger | 2004-12-05 | 4 | -34/+25 |
| | |||||
* | 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. | ||||
* | Removed deprecated method from pstats. | Raymond Hettinger | 2004-12-05 | 3 | -12/+2 |
| | |||||
* | Removed deprecated use_statcache argument. | Raymond Hettinger | 2004-12-05 | 3 | -16/+8 |
| | |||||
* | SF bug #1078905: Docs for unittest run() methods are misleading | Raymond Hettinger | 2004-12-04 | 2 | -4/+9 |
| | |||||
* | For the benefit of historians . . . | Raymond Hettinger | 2004-12-04 | 1 | -0/+144 |
| | |||||
* | Remove the deprecated whrandom module. | Raymond Hettinger | 2004-12-04 | 6 | -257/+8 |
| | |||||
* | Add item | Andrew M. Kuchling | 2004-12-03 | 1 | -1/+2 |
| | |||||
* | Hyphenate 'one-argument' | Andrew M. Kuchling | 2004-12-03 | 1 | -2/+2 |
| | |||||
* | AAdd item. (And so it beegins again.) | Andrew M. Kuchling | 2004-12-03 | 1 | -1/+18 |
| | |||||
* | Fill in various bits of the template | Andrew M. Kuchling | 2004-12-03 | 1 | -27/+5 |
| | |||||
* | Remove PyRange_New(). | Raymond Hettinger | 2004-12-03 | 3 | -47/+2 |
| | |||||
* | Acknowledge contribution of a thorough tutorial review. | Raymond Hettinger | 2004-12-03 | 1 | -0/+1 |
| | |||||
* | SF patch #1077353: add key= argument to min and max | Raymond Hettinger | 2004-12-03 | 5 | -45/+164 |
| | | | | (First draft of patch contributed by Steven Bethard.) | ||||
* | Fixed errors reported in SF bug #1074693 | Vinay Sajip | 2004-12-02 | 1 | -6/+23 |
| | |||||
* | Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). | Marc-André Lemburg | 2004-12-02 | 1 | -2/+4 |
| | |||||
* | Fixing bug #1072259 in SRE. | Gustavo Niemeyer | 2004-12-02 | 1 | -7/+10 |
| | |||||
* | Add key= argument to heapq.nsmallest() and heapq.nlargest(). | Raymond Hettinger | 2004-12-02 | 4 | -8/+90 |
| | |||||
* | Update the MSC6 pythoncore projects to compile for Py2.5 | Raymond Hettinger | 2004-12-02 | 1 | -2/+2 |
| | |||||
* | Fix typo. | Raymond Hettinger | 2004-12-02 | 1 | -1/+1 |
| | |||||
* | SF bug #1076955: Tutorial corrections Part II | Raymond Hettinger | 2004-12-02 | 2 | -34/+36 |
| | |||||
* | SF bug #1076955: Tutorial corrections Part I | Raymond Hettinger | 2004-12-02 | 1 | -54/+67 |
| | | | | (Submitted by some anonymous person with an amazing eye for grammer nits.) | ||||
* | Add all readme files in Tools. | Martin v. Löwis | 2004-12-01 | 1 | -1/+2 |
| | |||||
* | Recompiled binaries after source changes. | Thomas Heller | 2004-12-01 | 2 | -0/+0 |
| | |||||
* | printf format code for integers is %d not %s. | Thomas Heller | 2004-12-01 | 1 | -1/+1 |
| | | | | Will backport. | ||||
* | Update the filenames in the MSVC project file for Python 2.5. | Thomas Heller | 2004-12-01 | 1 | -9/+9 |
| | |||||
* | Update import library name on windows. | Thomas Heller | 2004-12-01 | 1 | -2/+2 |
| | |||||
* | Make the example server code clearer; add the corresponding example client. ↵ | Andrew M. Kuchling | 2004-12-01 | 1 | -5/+36 |
| | | | | [Bugfix candidate] | ||||
* | Running the pre-install or post-install script did not work when | Thomas Heller | 2004-12-01 | 1 | -3/+6 |
| | | | | | | | | Python was installed with the 'only for me' option. The registry key had a hardcoded '2.3' in it where the python version chosen for installation should be used instead. Will backport myself. | ||||
* | - 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 | ||||
* | - bump version number for "What's New" document | Fred Drake | 2004-12-01 | 1 | -2/+2 |
| | | | | | - don't create .tgz version of doc source package, since we're not generating that for the other formats either | ||||
* | Continue the post-release mechanics; we need a "What's New" document | Fred Drake | 2004-12-01 | 1 | -0/+156 |
| | | | | so the docs can be built. | ||||
* | Fix nit. | Raymond Hettinger | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | Mention getservbyport(). There's no patch number in the CVS log, so I ↵ | Andrew M. Kuchling | 2004-12-01 | 1 | -3/+4 |
| | | | | assume Barry wrote the code. | ||||
* | Bump version number | Andrew M. Kuchling | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | Remove mention of Template being a subclass of unicode | Andrew M. Kuchling | 2004-12-01 | 1 | -5/+3 |
| | |||||
* | [Patch #1076365] Correction of name of Template class; add contributor | Andrew M. Kuchling | 2004-12-01 | 1 | -2/+3 |
| | |||||
* | Bump version number to 2.5. | Martin v. Löwis | 2004-11-30 | 2 | -21/+32 |
| | | | | Fix term.h check so that HAVE_TERM_H is actually generated. | ||||
* | Raise TypeError if bufsize argument is not an integer. Patch 1071755, ↵ | Peter Astrand | 2004-11-30 | 2 | -0/+14 |
| | | | | slightly modified. | ||||
* | Corrected example for replacing shell pipeline. Fixes bug 1073790. | Peter Astrand | 2004-11-30 | 2 | -2/+2 |
| | |||||
* | Update release date. | Andrew M. Kuchling | 2004-11-30 | 1 | -2/+2 |
| | |||||
* | Hear the #error: change the default value of the mutable_arg argument | Michael W. Hudson | 2004-11-30 | 2 | -16/+4 |
| | | | | to ioctl() and remove the warning when it is not supplied. | ||||
* | post 2.4 release machinations | Anthony Baxter | 2004-11-30 | 1 | -3/+3 |
| | |||||
* | 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 |
| |