| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #581414: info reader bug | Fred Drake | 2002-07-30 | 1 | -1/+3 |
|
|
* | New functions for extension writers on Windows: | Thomas Heller | 2002-07-29 | 1 | -0/+16 |
|
|
* | Add posix.lchown() | Andrew M. Kuchling | 2002-07-28 | 1 | -2/+1 |
|
|
* | Patch #573770: Implement lchown. | Martin v. Löwis | 2002-07-28 | 1 | -0/+7 |
|
|
* | Fix SF bug 587012, doc mentions inexistent builtin unistr | Neal Norwitz | 2002-07-28 | 1 | -2/+2 |
|
|
* | Small clarifications when referring to the sys.exc_* variables so that | Fred Drake | 2002-07-25 | 1 | -15/+15 |
|
|
* | Flesh out description of getlogin() and recommend against using it. | Jeremy Hylton | 2002-07-24 | 1 | -2/+3 |
|
|
* | [Bug #580462] Mention changes to GC API | Andrew M. Kuchling | 2002-07-22 | 1 | -84/+116 |
|
|
* | Sort changed modules into alphabetical order; no other changes | Andrew M. Kuchling | 2002-07-22 | 1 | -93/+97 |
|
|
* | Rewrite a paragraph, and use correct mark-up | Andrew M. Kuchling | 2002-07-22 | 1 | -5/+9 |
|
|
* | SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation | Neal Norwitz | 2002-07-22 | 1 | -0/+5 |
|
|
* | add versionadded to doc | Neal Norwitz | 2002-07-20 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+9 |
|
|
* | 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 |
|
|
* | Change staticforward and statichere to just use static. | Fred Drake | 2002-07-17 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Record the decision that StopIteration is a sink state (see recent | Guido van Rossum | 2002-07-16 | 1 | -0/+7 |
|
|
* | Clarify that the description of sys.path[0] is only valid upon program | Guido van Rossum | 2002-07-15 | 1 | -2/+5 |
|
|
* | Add more items | Andrew M. Kuchling | 2002-07-12 | 1 | -13/+46 |
|
|
* | Clarify the return value of __nonzero__(): It *must* be an integer. | Fred Drake | 2002-07-12 | 1 | -3/+3 |
|
|
* | Make another pass through Misc/NEWS and add stuff. | Andrew M. Kuchling | 2002-07-11 | 1 | -15/+64 |
|
|
* | Add some items | Andrew M. Kuchling | 2002-07-11 | 1 | -113/+159 |
|
|
* | [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 |
|
|
* | Note that unicode() can raise LookupError for unknown codecs. | Fred Drake | 2002-07-09 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Fixed a typo and updated information about using the Times fonts when | Fred Drake | 2002-07-08 | 1 | -4/+5 |
|
|
* | Added font-setting line (and associated comments) to the A4 version of | Fred Drake | 2002-07-08 | 1 | -0/+12 |
|
|
* | 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 |
|
|
* | Fix up a few more consistency nits and incorrectly applied markup. | Fred Drake | 2002-07-03 | 1 | -21/+29 |
|
|
* | Add annotations that describe the change in the "errors" and "failures" | Fred Drake | 2002-07-02 | 1 | -0/+4 |
|
|
* | Update the documentation of the errors and failures attributes of the | Fred Drake | 2002-07-02 | 1 | -6/+48 |
|
|
* | Don't list all the keyword args to the TextWrapper constructor in the | Greg Ward | 2002-07-02 | 1 | -15/+23 |
|
|
* | Attempt to clarify removedirs(). | Fred Drake | 2002-07-02 | 1 | -1/+1 |
|
|
* | Deal with & remove the XXX comments. | Fred Drake | 2002-07-02 | 1 | -30/+24 |
|
|
* | Abstract the creation of signature lines for callable things; the new | Fred Drake | 2002-07-02 | 2 | -7/+20 |
|
|
* | Minor markup adjustments, consistency changes, and shorten a long | Fred Drake | 2002-07-02 | 1 | -12/+13 |
|
|
* | Add refcount info for PyErr_SetFromWindowsErr() and | Fred Drake | 2002-07-02 | 1 | -0/+7 |
|
|
* | Docs for PyErr_SetFromWindowsErrWithFilename() and | Thomas Heller | 2002-07-02 | 1 | -0/+23 |
|
|
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 1 | -1/+36 |
|
|
* | Fixed bug 574978 shutil example out of sync with source code | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
|
|