Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc patch from SF 474274 (pure Python strptime by Brett Cannon). | Guido van Rossum | 2002-07-19 | 1 | -7/+0 |
| | |||||
* | Substantially flesh out extended slice section. I think this is probably | Michael W. Hudson | 2002-07-19 | 1 | -0/+83 |
| | | | | done now. | ||||
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+9 |
| | | | | | | | | version of PySlice_GetIndicesEx"): > OK. Michael, if you want to check in indices(), go ahead. Then I did what was needed, but didn't check it in. Here it is. | ||||
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -5/+8 |
| | |||||
* | Added documentation for the buffer_text and related attributes of the | Fred Drake | 2002-07-17 | 1 | -0/+23 |
| | | | | xmlparser object provided by pyexpat, new in Python 2.3. | ||||
* | Change staticforward and statichere to just use static. | Fred Drake | 2002-07-17 | 1 | -2/+2 |
| | | | | Removed ^M from some line-ends. | ||||
* | Remove now-obsolete staticforward/statichere discussion. | Fred Drake | 2002-07-17 | 1 | -10/+2 |
| | |||||
* | reduce(): Clarified what is returned in the case of a sequence 1 item long and | Fred Drake | 2002-07-17 | 1 | -6/+6 |
| | | | | initial/default value. | ||||
* | Record the decision that StopIteration is a sink state (see recent | Guido van Rossum | 2002-07-16 | 1 | -0/+7 |
| | | | | | | discussion in python-dev with subject "Termination of two-arg iter()"). Implementation will follow. | ||||
* | Clarify that the description of sys.path[0] is only valid upon program | Guido van Rossum | 2002-07-15 | 1 | -2/+5 |
| | | | | start-up. | ||||
* | Add more items | Andrew M. Kuchling | 2002-07-12 | 1 | -13/+46 |
| | | | | | Use \cfunction instead of \function in various places Add contributor names | ||||
* | Clarify the return value of __nonzero__(): It *must* be an integer. | Fred Drake | 2002-07-12 | 1 | -3/+3 |
| | | | | Closes SF bug #579991. | ||||
* | Make another pass through Misc/NEWS and add stuff. | Andrew M. Kuchling | 2002-07-11 | 1 | -15/+64 |
| | | | | Bump version number. | ||||
* | Add some items | Andrew M. Kuchling | 2002-07-11 | 1 | -113/+159 |
| | | | | | Expand the "Other Language Changes" section Rewrite various passages. | ||||
* | [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs | Andrew M. Kuchling | 2002-07-11 | 1 | -5/+9 |
| | |||||
* | Document gc.get_objects(). | Fred Drake | 2002-07-10 | 1 | -0/+6 |
| | | | | Closes SF bug #578308. | ||||
* | Note that unicode() can raise LookupError for unknown codecs. | Fred Drake | 2002-07-09 | 1 | -1/+2 |
| | | | | Closes SF bug #513666. | ||||
* | Remove unused variable. | Fred Drake | 2002-07-09 | 1 | -1/+0 |
| | |||||
* | The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added | Tim Peters | 2002-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | more trivial lexical helper macros so that uses of these guys expand to nothing at all when they're not enabled. This should help sub- standard compilers that can't do a good job of optimizing away the previous "(void)0" expressions. Py_DECREF: There's only one definition of this now. Yay! That was that last one in the family defined multiple times in an #ifdef maze. Py_FatalError(): Changed the char* signature to const char*. _Py_NegativeRefcount(): New helper function for the Py_REF_DEBUG expansion of Py_DECREF. Calling an external function cuts down on the volume of generated code. The previous inline expansion of abort() didn't work as intended on Windows (the program often kept going, and the error msg scrolled off the screen unseen). _Py_NegativeRefcount calls Py_FatalError instead, which captures our best knowledge of how to abort effectively across platforms. | ||||
* | Fix typo reported by Kent Engström, and a bunch of broken markup. | Fred Drake | 2002-07-08 | 1 | -11/+11 |
| | |||||
* | Fix typo: "an Unicode string" --> "a Unicode string" | Fred Drake | 2002-07-08 | 1 | -2/+2 |
| | | | | Clarify the return value when the parameter is a Unicode object. | ||||
* | Fixed a typo and updated information about using the Times fonts when | Fred Drake | 2002-07-08 | 1 | -4/+5 |
| | | | | formatting PostScript documents. Reported by Dave Kuhlman. | ||||
* | Added font-setting line (and associated comments) to the A4 version of | Fred Drake | 2002-07-08 | 1 | -0/+12 |
| | | | | | | | | this file; the lack of this was causing the A4 version of tutorial to use really bad Type 3 fonts instead of Type 1 fonts, which also bloated the file size substantially. I thought there was a SourceForge bug for this, but couldn't find it. | ||||
* | Fix a typo. | Thomas Heller | 2002-07-04 | 1 | -1/+1 |
| | |||||
* | Revise asyncore documentation and document asynchat for the first time. | Steve Holden | 2002-07-03 | 4 | -55/+347 |
| | |||||
* | No need to be ambiguous about *how* extended slices and built-in types | Fred Drake | 2002-07-03 | 1 | -11/+25 |
| | | | | | | | have changed. Uncomment a heading so that PendingDeprecationWarning doesn't seem so out of place. | ||||
* | Fix up a few more consistency nits and incorrectly applied markup. | Fred Drake | 2002-07-03 | 1 | -21/+29 |
| | | | | Further clarify the English-centricity of fix_sentence_endings. | ||||
* | Add annotations that describe the change in the "errors" and "failures" | Fred Drake | 2002-07-02 | 1 | -0/+4 |
| | | | | attributes of the TestResult. | ||||
* | Update the documentation of the errors and failures attributes of the | Fred Drake | 2002-07-02 | 1 | -6/+48 |
| | | | | | | TestResult object. Add an example of how to get even more information for apps that can use it. Closes SF bug #558278. | ||||
* | Don't list all the keyword args to the TextWrapper constructor in the | Greg Ward | 2002-07-02 | 1 | -15/+23 |
| | | | | | | | | | | | classdesc -- just use "..." with prose explaining the correspondence between keyword args and instance attributes. Document 'width' along with the other instance attributes. Describe default values consistently. Typo fixes. | ||||
* | Attempt to clarify removedirs(). | Fred Drake | 2002-07-02 | 1 | -1/+1 |
| | | | | Based on SF bug #574773. | ||||
* | Deal with & remove the XXX comments. | Fred Drake | 2002-07-02 | 1 | -30/+24 |
| | | | | Change the markup to be more like the rest of the documentation. | ||||
* | Abstract the creation of signature lines for callable things; the new | Fred Drake | 2002-07-02 | 2 | -7/+20 |
| | | | | | | | \py@sigline macro will wrap the argument list so it will not extend into the right margin. Substantially based on a contribution from Dave Cole. This addresses one of the comments in SF bug #574742. | ||||
* | Minor markup adjustments, consistency changes, and shorten a long | Fred Drake | 2002-07-02 | 1 | -12/+13 |
| | | | | line. | ||||
* | Add refcount info for PyErr_SetFromWindowsErr() and | Fred Drake | 2002-07-02 | 1 | -0/+7 |
| | | | | PyErr_SetFromWindowsErrWithFilename(). | ||||
* | Docs for PyErr_SetFromWindowsErrWithFilename() and | Thomas Heller | 2002-07-02 | 1 | -0/+23 |
| | | | | | PyErr_SetFromWindowsErr(). Fixes SF# 576016, with additional markup. | ||||
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 1 | -1/+36 |
| | | | | Document toprettyxml. | ||||
* | Fixed bug 574978 shutil example out of sync with source code | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
| | |||||
* | Fix bug 575221 referred to dictionary type instead of dict. | Raymond Hettinger | 2002-06-30 | 1 | -1/+1 |
| | |||||
* | Clarify the version information for the unicode() built-in. | Fred Drake | 2002-06-29 | 1 | -6/+9 |
| | | | | Closes SF bug #575272. | ||||
* | Add documentation for new textwrap module. | Greg Ward | 2002-06-29 | 3 | -0/+143 |
| | |||||
* | Typo fix. | Greg Ward | 2002-06-29 | 1 | -1/+1 |
| | |||||
* | Added support for some of the more recently defined macros and | Fred Drake | 2002-06-27 | 1 | -0/+14 |
| | | | | environments. | ||||
* | Clean up some markup. | Fred Drake | 2002-06-27 | 1 | -5/+6 |
| | |||||
* | dis.dis() also supports modules | Neal Norwitz | 2002-06-26 | 1 | -1/+2 |
| | |||||
* | Fix various typos reported to python-docs. | Fred Drake | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | Fix typo reported to python-docs. | Fred Drake | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | Add some acks | Andrew M. Kuchling | 2002-06-26 | 1 | -1/+2 |
| | |||||
* | Describe textwrap module | Andrew M. Kuchling | 2002-06-26 | 1 | -2/+35 |
| | |||||
* | Fix bug #573916. Sender and recipients reversed in email example. | Raymond Hettinger | 2002-06-26 | 1 | -2/+2 |
| |