summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change PyOS_Readline declaration to match the recent change to myreadline.cSkip Montanaro2002-10-271-2/+2
* Patch #627105: Document that SYSTEM_PAGE_SIZE really should not beMartin v. Löwis2002-10-261-1/+4
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-266-8/+58
* Add Daniel Stutzbach, for #512981.Martin v. Löwis2002-10-261-0/+1
* Document patch #512981.Martin v. Löwis2002-10-261-0/+3
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-265-22/+42
* Patch #623771: Properly use autoconf 2.5x macros.Martin v. Löwis2002-10-262-18/+36
* Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.Martin v. Löwis2002-10-261-2/+0
* Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE.Martin v. Löwis2002-10-263-3/+31
* Clarify packages in tutorial. Closes SF bug #616211.Raymond Hettinger2002-10-261-0/+3
* Implement a safer and more predictable interpolation approach.Fred Drake2002-10-253-1/+74
* Add tests for both raw and non-raw versions of the items() methods.Fred Drake2002-10-251-0/+26
* According to the docs, __name__ is not exposed via the API exceptFred Drake2002-10-251-2/+8
* Update to reflect the refactoring into the RawConfigParser andFred Drake2002-10-251-18/+41
* Under Jaguar it seems that 'errn' return value keyword parameters don'tJack Jansen2002-10-251-0/+8
* Remove useless output file.Fred Drake2002-10-251-9/+0
* Convert to PyUnit.Fred Drake2002-10-251-293/+263
* Added (very) minimal tests of the RawConfigParser class.Fred Drake2002-10-251-16/+35
* Re-factor: Use a RawConfigParser base class and make ConfigParser aFred Drake2002-10-251-103/+133
* - The "-" format flag overrides the "0" flag, not the "-" flag.Fred Drake2002-10-251-28/+43
* Correct the description of PyErr_Restore().Fred Drake2002-10-241-3/+3
* 'Replace all' in the find dialog didn't properly update the text view (it use...Just van Rossum2002-10-241-5/+1
* Relocate an index entry so named anchors are not generated in a section head.Fred Drake2002-10-241-1/+2
* Update an example to use the DOM implementation object. Explain thatFred Drake2002-10-241-8/+28
* Clean up some really minor Perl warnings.Fred Drake2002-10-241-8/+8
* Point to the PyXML package as an extended version of the "xml" packageFred Drake2002-10-231-0/+19
* Fix for bug #626172: crash using unicode latin1 single charMarc-André Lemburg2002-10-232-3/+7
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-233-74/+110
* Moved description of _urlopener adjacent to the related functions.Fred Drake2002-10-221-18/+35
* Describe __path__ along with the rest of the package description.Fred Drake2002-10-221-1/+12
* Modify example to use string methods instead of the string module.Fred Drake2002-10-221-4/+2
* Clarified the error cases and Unicode handling of PyString_AsString(),Fred Drake2002-10-221-8/+17
* Add comment about inability to handle Unicode strings (hopefully aGreg Ward2002-10-221-0/+3
* terminologyFredrik Lundh2002-10-221-1/+1
* add support for basic authentication, based on patch #624180Fredrik Lundh2002-10-222-12/+51
* Clarify what versions of Windows are supported, and add LinuxFred Drake2002-10-221-1/+1
* Patches #626105:Raymond Hettinger2002-10-221-13/+6
* (py-parse-state-re): Remove the "if" from the regular expression.Barry Warsaw2002-10-211-1/+1
* FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead ofBarry Warsaw2002-10-211-67/+68
* Some fixes based on feedback from Hans Petter Langtangen.Barry Warsaw2002-10-211-41/+44
* Fix a typo, update (only one) style improvement, whitespaceBarry Warsaw2002-10-211-5/+5
* test_body_encoding(): a new test for Charset.body_encode(), especiallyBarry Warsaw2002-10-211-0/+14
* test_body_encoding(): a new testBarry Warsaw2002-10-211-0/+23
* body_encode(): Fixed typo reported by Chris Lawrence, closing SF bugBarry Warsaw2002-10-211-1/+1
* Explicitly use floor divisionRaymond Hettinger2002-10-211-1/+1
* Eliminate unused instance variableRaymond Hettinger2002-10-211-5/+5
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
* Made MacOS.Error a class style exception (at last!).Jack Jansen2002-10-191-1/+1
* Added a paragraph to explain that SchedParams(0, 0) is usually whatJack Jansen2002-10-191-0/+3
* fixed the mail address in the documentation, too...Fredrik Lundh2002-10-192-2/+2