| Commit message (Expand) | Author | Age | Files | Lines |
* | Change PyOS_Readline declaration to match the recent change to myreadline.c | Skip Montanaro | 2002-10-27 | 1 | -2/+2 |
|
|
* | Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be | Martin v. Löwis | 2002-10-26 | 1 | -1/+4 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 6 | -8/+58 |
|
|
* | Add Daniel Stutzbach, for #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+1 |
|
|
* | Document patch #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+3 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 5 | -22/+42 |
|
|
* | Patch #623771: Properly use autoconf 2.5x macros. | Martin v. Löwis | 2002-10-26 | 2 | -18/+36 |
|
|
* | Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. | Martin v. Löwis | 2002-10-26 | 1 | -2/+0 |
|
|
* | Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. | Martin v. Löwis | 2002-10-26 | 3 | -3/+31 |
|
|
* | Clarify packages in tutorial. Closes SF bug #616211. | Raymond Hettinger | 2002-10-26 | 1 | -0/+3 |
|
|
* | Implement a safer and more predictable interpolation approach. | Fred Drake | 2002-10-25 | 3 | -1/+74 |
|
|
* | Add tests for both raw and non-raw versions of the items() methods. | Fred Drake | 2002-10-25 | 1 | -0/+26 |
|
|
* | According to the docs, __name__ is not exposed via the API except | Fred Drake | 2002-10-25 | 1 | -2/+8 |
|
|
* | Update to reflect the refactoring into the RawConfigParser and | Fred Drake | 2002-10-25 | 1 | -18/+41 |
|
|
* | Under Jaguar it seems that 'errn' return value keyword parameters don't | Jack Jansen | 2002-10-25 | 1 | -0/+8 |
|
|
* | Remove useless output file. | Fred Drake | 2002-10-25 | 1 | -9/+0 |
|
|
* | Convert to PyUnit. | Fred Drake | 2002-10-25 | 1 | -293/+263 |
|
|
* | Added (very) minimal tests of the RawConfigParser class. | Fred Drake | 2002-10-25 | 1 | -16/+35 |
|
|
* | Re-factor: Use a RawConfigParser base class and make ConfigParser a | Fred Drake | 2002-10-25 | 1 | -103/+133 |
|
|
* | - The "-" format flag overrides the "0" flag, not the "-" flag. | Fred Drake | 2002-10-25 | 1 | -28/+43 |
|
|
* | Correct the description of PyErr_Restore(). | Fred Drake | 2002-10-24 | 1 | -3/+3 |
|
|
* | 'Replace all' in the find dialog didn't properly update the text view (it use... | Just van Rossum | 2002-10-24 | 1 | -5/+1 |
|
|
* | Relocate an index entry so named anchors are not generated in a section head. | Fred Drake | 2002-10-24 | 1 | -1/+2 |
|
|
* | Update an example to use the DOM implementation object. Explain that | Fred Drake | 2002-10-24 | 1 | -8/+28 |
|
|
* | Clean up some really minor Perl warnings. | Fred Drake | 2002-10-24 | 1 | -8/+8 |
|
|
* | Point to the PyXML package as an extended version of the "xml" package | Fred Drake | 2002-10-23 | 1 | -0/+19 |
|
|
* | Fix for bug #626172: crash using unicode latin1 single char | Marc-André Lemburg | 2002-10-23 | 2 | -3/+7 |
|
|
* | Implement Restoring Breakpoints in Subprocess Debugger | Kurt B. Kaiser | 2002-10-23 | 3 | -74/+110 |
|
|
* | Moved description of _urlopener adjacent to the related functions. | Fred Drake | 2002-10-22 | 1 | -18/+35 |
|
|
* | Describe __path__ along with the rest of the package description. | Fred Drake | 2002-10-22 | 1 | -1/+12 |
|
|
* | Modify example to use string methods instead of the string module. | Fred Drake | 2002-10-22 | 1 | -4/+2 |
|
|
* | Clarified the error cases and Unicode handling of PyString_AsString(), | Fred Drake | 2002-10-22 | 1 | -8/+17 |
|
|
* | Add comment about inability to handle Unicode strings (hopefully a | Greg Ward | 2002-10-22 | 1 | -0/+3 |
|
|
* | terminology | Fredrik Lundh | 2002-10-22 | 1 | -1/+1 |
|
|
* | add support for basic authentication, based on patch #624180 | Fredrik Lundh | 2002-10-22 | 2 | -12/+51 |
|
|
* | Clarify what versions of Windows are supported, and add Linux | Fred Drake | 2002-10-22 | 1 | -1/+1 |
|
|
* | Patches #626105: | Raymond Hettinger | 2002-10-22 | 1 | -13/+6 |
|
|
* | (py-parse-state-re): Remove the "if" from the regular expression. | Barry Warsaw | 2002-10-21 | 1 | -1/+1 |
|
|
* | FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead of | Barry Warsaw | 2002-10-21 | 1 | -67/+68 |
|
|
* | Some fixes based on feedback from Hans Petter Langtangen. | Barry Warsaw | 2002-10-21 | 1 | -41/+44 |
|
|
* | Fix a typo, update (only one) style improvement, whitespace | Barry Warsaw | 2002-10-21 | 1 | -5/+5 |
|
|
* | test_body_encoding(): a new test for Charset.body_encode(), especially | Barry Warsaw | 2002-10-21 | 1 | -0/+14 |
|
|
* | test_body_encoding(): a new test | Barry Warsaw | 2002-10-21 | 1 | -0/+23 |
|
|
* | body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug | Barry Warsaw | 2002-10-21 | 1 | -1/+1 |
|
|
* | Explicitly use floor division | Raymond Hettinger | 2002-10-21 | 1 | -1/+1 |
|
|
* | Eliminate unused instance variable | Raymond Hettinger | 2002-10-21 | 1 | -5/+5 |
|
|
* | cd to users home dir if no current dir has been set. Fixes bug #625734 | Just van Rossum | 2002-10-20 | 1 | -0/+5 |
|
|
* | Made MacOS.Error a class style exception (at last!). | Jack Jansen | 2002-10-19 | 1 | -1/+1 |
|
|
* | Added a paragraph to explain that SchedParams(0, 0) is usually what | Jack Jansen | 2002-10-19 | 1 | -0/+3 |
|
|
* | fixed the mail address in the documentation, too... | Fredrik Lundh | 2002-10-19 | 2 | -2/+2 |
|
|