summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix to use Py_UCS4. By Bill Tutt.Marc-André Lemburg2000-07-071-1/+1
* New surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-29/+80
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Fix to use Py_UCS4Marc-André Lemburg2000-07-071-1/+1
* Add an entry for the KDE File Manager support from Peter Funk.Fred Drake2000-07-071-3/+8
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-07-071-1/+1
* Some cleanup of longs in prepartion for Cray J90 fixes: gotTim Peters2000-07-073-256/+120
* Added new APIs and fixed some other Unicode ones (missing * orMarc-André Lemburg2000-07-071-56/+78
* Added docs for the new Unicode and string APIs.Marc-André Lemburg2000-07-071-7/+52
* Removed a prototype which is not used in socketmodule.cMarc-André Lemburg2000-07-071-1/+0
* Fixed unicode() to use the new API PyUnicode_FromEncodedObject().Marc-André Lemburg2000-07-071-14/+1
* Added new API PyUnicode_FromEncodedObject() which supports decodingMarc-André Lemburg2000-07-072-6/+67
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* So many things have changed over the last few weeks that it's probably a good...Jack Jansen2000-07-0730-10/+24
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-0723-86/+86
* Added the unchash module.Jack Jansen2000-07-073-2/+3
* Fix to bug #393 (UTF16 codec didn't like empty strings) andMarc-André Lemburg2000-07-071-7/+6
* Defunct the _XOPEN_SOURCE define for now. Suggested by FredrikMarc-André Lemburg2000-07-071-3/+8
* Two more places where long should be used instead of int. EspeciallySjoerd Mullender2000-07-071-2/+2
* Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these needMarc-André Lemburg2000-07-071-0/+11
* New module webbrowser. Easy-to-use controller objects to make using aFred Drake2000-07-073-0/+97
* Fixed some code that used 'short' to use 'long' instead.Marc-André Lemburg2000-07-061-3/+3
* Fixed a couple of places where 'int' was used where 'long'Marc-André Lemburg2000-07-061-7/+7
* Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>:Fred Drake2000-07-061-2/+4
* Python 2.0 is not supposed to use string exceptions in the standard libraryFred Drake2000-07-063-3/+3
* added read_history_file and write_history_fileSkip Montanaro2000-07-061-0/+50
* Clean up markup to be more like recommended practice; only small changesFred Drake2000-07-061-6/+8
* Removed unused variables.Andrew M. Kuchling2000-07-061-3/+4
* Correct a markup nit that caused a space to be dropped from the HTMLFred Drake2000-07-061-2/+2
* don't prepend "$(srcdir)/" to paths beginning with "$" since they are likelySkip Montanaro2000-07-061-0/+1
* Minor changes. Explain that for class exceptions, use excdesc but do notFred Drake2000-07-061-4/+5
* Make a distinction between shorts and unsigned shorts.Jack Jansen2000-07-062-1/+2
* Conditionally (currently on ifdef macintosh) break the large switch upJack Jansen2000-07-061-0/+15
* modified template to demonstrate subsection for examples.Skip Montanaro2000-07-061-1/+5
* Added support for H (unsigned short) specifier in PyArg_ParseTuple andJack Jansen2000-07-062-1/+30
* Added new codec APIs and a new interface method .encode() whichMarc-André Lemburg2000-07-061-0/+114
* Added prototypes for the new codec APIs for strings. These APIsMarc-André Lemburg2000-07-061-0/+31
* Change whitespace in two places to silence tabnanny.Guido van Rossum2000-07-061-4/+4
* Added some further description to the usage of the seealso environment.Fred Drake2000-07-061-1/+30
* Several small changes, mostly to the markup, to improve consistency andFred Drake2000-07-063-37/+46
* Add entry for readline documentation.Fred Drake2000-07-062-0/+2
* Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-07-061-2/+4
* Correct typo in description of the machine name parameter to theFred Drake2000-07-061-17/+16
* added seealso pointing reader at readline example which uses atexit.Skip Montanaro2000-07-061-0/+4
* simple-minded readline section doc based upon module's doc strings.Skip Montanaro2000-07-061-0/+90
* fixed indentation in several placesSkip Montanaro2000-07-061-19/+19
* fix indentation in one docstringSkip Montanaro2000-07-061-1/+1
* fix indentation in three docstringsSkip Montanaro2000-07-061-3/+3
* Typo: "This table table" -> "This table is"Fred Drake2000-07-061-1/+1
* added warning about incompatibility with other codes' use of sys.exitfunc.Skip Montanaro2000-07-051-0/+8