summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* raise the minimum supported BerkeleyDB version to 3.3 and add notes toGregory P. Smith2006-04-131-3/+2
* Typo fixAndrew M. Kuchling2006-04-131-1/+1
* [Bug #1464571] Mention that generator's .gi_frame can now be NoneAndrew M. Kuchling2006-04-131-2/+12
* Add some itemsAndrew M. Kuchling2006-04-131-6/+16
* Include more detail on Coverity results and add a link; minor editsAndrew M. Kuchling2006-04-131-8/+9
* Describe sys.subversion, Py_GetBuildInfo()Andrew M. Kuchling2006-04-131-4/+34
* Add missing wordAndrew M. Kuchling2006-04-131-1/+1
* Add two entries about how to actually clear a list.Georg Brandl2006-04-131-5/+13
* Stop claiming that Py_Finalize releases all memory.Martin v. Löwis2006-04-131-1/+4
* Fix {} mismatch spotted by George Yoshida.Neal Norwitz2006-04-131-1/+1
* Fix typography of Martin's nameAndrew M. Kuchling2006-04-132-4/+4
* Write some ctypes examplesAndrew M. Kuchling2006-04-131-4/+73
* Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL...Andrew M. Kuchling2006-04-121-9/+26
* Bump version number; rearrange introduction a bitAndrew M. Kuchling2006-04-121-9/+8
* Add PEP 243 sectionAndrew M. Kuchling2006-04-121-1/+26
* Note C API incompatibilitiesAndrew M. Kuchling2006-04-121-0/+32
* Mention access to ASTsAndrew M. Kuchling2006-04-121-1/+14
* Complete the ElementTree sectionAndrew M. Kuchling2006-04-111-5/+32
* Typo fix.Georg Brandl2006-04-111-1/+1
* Forgot to mark up a PEP referencePhillip J. Eby2006-04-111-1/+1
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-112-3/+13
* Write part of ElementTree sectionAndrew M. Kuchling2006-04-101-8/+75
* Give SQLite examplesAndrew M. Kuchling2006-04-101-7/+102
* Patch #837242: id() for large ptr should return a long.Martin v. Löwis2006-04-101-1/+5
* Fix a few XXX markersAndrew M. Kuchling2006-04-071-8/+7
* Fix unfinished paragraph; markup fixAndrew M. Kuchling2006-04-061-4/+6
* Expand the PEP 353 section; various smaller changesAndrew M. Kuchling2006-04-061-14/+64
* Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.Georg Brandl2006-04-061-2/+3
* Bug #1465619: rot13 codec decodes to a Unicode string.Georg Brandl2006-04-061-1/+1
* Bug #1465600: note encoding issue in ZipFile.write().Georg Brandl2006-04-061-4/+11
* revert incomplete changes committed by accidentFred Drake2006-04-061-3/+4
* update URL to reflect new websiteFred Drake2006-04-062-5/+4
* Bump version number after alpha1 releaseAndrew M. Kuchling2006-04-051-1/+1
* Reference PEP 356Andrew M. Kuchling2006-04-041-1/+1
* Add a paragraph about PEP 353; add a few more fixesAndrew M. Kuchling2006-04-041-3/+19
* Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the m...Andrew M. Kuchling2006-04-041-12/+18
* Change the example classes UnicodeReader and UnicodeWriter soWalter Dörwald2006-04-041-11/+35
* added another example of Unicode CSV parsing; reworked the example text a bit...David Goodger2006-04-041-9/+48
* - Patch #360466: Replace the MD5 implementation from RSA Data Security IncMatthias Klose2006-04-031-20/+43
* preparation for 2.5a1Anthony Baxter2006-04-032-1/+3
* Add sections for new modules; will write tutorial laterAndrew M. Kuchling2006-04-031-10/+50
* Accept keyword arguments for __import__ and doc the addition of the level par...Neal Norwitz2006-04-031-3/+12
* Document recent fdopen() change.Georg Brandl2006-04-021-1/+5
* end the sentence...Fredrik Lundh2006-04-021-1/+1
* fix markup errorFred Drake2006-04-021-1/+1
* Grammar fixAndrew M. Kuchling2006-04-021-1/+1
* Write various sections; I haven't been able to check whether the TeX markup i...Andrew M. Kuchling2006-04-021-30/+395
* Patch #624325: urlparse.urlparse() and urlparse.urlsplit() resultsFred Drake2006-04-011-34/+138
* Make firstweekday a simple attribute insteadWalter Dörwald2006-04-011-9/+0
* Fix LaTeX oversight.Georg Brandl2006-04-011-1/+1