Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Describe sys.subversion, Py_GetBuildInfo() | Andrew M. Kuchling | 2006-04-13 | 1 | -4/+34 |
| | | | | Add metadata example | ||||
* | Add missing word | Andrew M. Kuchling | 2006-04-13 | 1 | -1/+1 |
| | |||||
* | Add two entries about how to actually clear a list. | Georg Brandl | 2006-04-13 | 1 | -5/+13 |
| | |||||
* | Stop claiming that Py_Finalize releases all memory. | Martin v. Löwis | 2006-04-13 | 1 | -1/+4 |
| | | | | Fixes part of #1445210. | ||||
* | Fix {} mismatch spotted by George Yoshida. | Neal Norwitz | 2006-04-13 | 1 | -1/+1 |
| | |||||
* | Fix typography of Martin's name | Andrew M. Kuchling | 2006-04-13 | 2 | -4/+4 |
| | |||||
* | Write some ctypes examples | Andrew M. Kuchling | 2006-04-13 | 1 | -4/+73 |
| | |||||
* | Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by ↵ | Andrew M. Kuchling | 2006-04-12 | 1 | -9/+26 |
| | | | | MvL's suggestion; typographical tidying of MvL's name | ||||
* | Bump version number; rearrange introduction a bit | Andrew M. Kuchling | 2006-04-12 | 1 | -9/+8 |
| | |||||
* | Add PEP 243 section | Andrew M. Kuchling | 2006-04-12 | 1 | -1/+26 |
| | |||||
* | Note C API incompatibilities | Andrew M. Kuchling | 2006-04-12 | 1 | -0/+32 |
| | |||||
* | Mention access to ASTs | Andrew M. Kuchling | 2006-04-12 | 1 | -1/+14 |
| | |||||
* | Complete the ElementTree section | Andrew M. Kuchling | 2006-04-11 | 1 | -5/+32 |
| | |||||
* | Typo fix. | Georg Brandl | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | Forgot to mark up a PEP reference | Phillip J. Eby | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | Updated the warnings, linecache, inspect, traceback, site, and doctest modules | Phillip J. Eby | 2006-04-11 | 2 | -3/+13 |
| | | | | | to work correctly with modules imported from zipfiles or via other PEP 302 __loader__ objects. Tests and doc updates are included. | ||||
* | Write part of ElementTree section | Andrew M. Kuchling | 2006-04-10 | 1 | -8/+75 |
| | |||||
* | Give SQLite examples | Andrew M. Kuchling | 2006-04-10 | 1 | -7/+102 |
| | |||||
* | Patch #837242: id() for large ptr should return a long. | Martin v. Löwis | 2006-04-10 | 1 | -1/+5 |
| | |||||
* | Fix a few XXX markers | Andrew M. Kuchling | 2006-04-07 | 1 | -8/+7 |
| | |||||
* | Fix unfinished paragraph; markup fix | Andrew M. Kuchling | 2006-04-06 | 1 | -4/+6 |
| | |||||
* | Expand the PEP 353 section; various smaller changes | Andrew M. Kuchling | 2006-04-06 | 1 | -14/+64 |
| | |||||
* | Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. | Georg Brandl | 2006-04-06 | 1 | -2/+3 |
| | |||||
* | Bug #1465619: rot13 codec decodes to a Unicode string. | Georg Brandl | 2006-04-06 | 1 | -1/+1 |
| | |||||
* | Bug #1465600: note encoding issue in ZipFile.write(). | Georg Brandl | 2006-04-06 | 1 | -4/+11 |
| | |||||
* | revert incomplete changes committed by accident | Fred Drake | 2006-04-06 | 1 | -3/+4 |
| | |||||
* | update URL to reflect new website | Fred Drake | 2006-04-06 | 2 | -5/+4 |
| | |||||
* | Bump version number after alpha1 release | Andrew M. Kuchling | 2006-04-05 | 1 | -1/+1 |
| | |||||
* | Reference PEP 356 | Andrew M. Kuchling | 2006-04-04 | 1 | -1/+1 |
| | |||||
* | Add a paragraph about PEP 353; add a few more fixes | Andrew M. Kuchling | 2006-04-04 | 1 | -3/+19 |
| | |||||
* | Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the ↵ | Andrew M. Kuchling | 2006-04-04 | 1 | -12/+18 |
| | | | | markup... | ||||
* | Change the example classes UnicodeReader and UnicodeWriter so | Walter Dörwald | 2006-04-04 | 1 | -11/+35 |
| | | | | | | | | that they work with all encodings. For UnicodeReader the real input stream is wrapped in a line iterator that reencodes the input to UTF-8. For UnicodeWriter the UTF-8 encoded output is written to a queue for where it is reencoded to the target encoding and written to the real output stream. | ||||
* | added another example of Unicode CSV parsing; reworked the example text a ↵ | David Goodger | 2006-04-04 | 1 | -9/+48 |
| | | | | bit; corrected notice in the intro and added a link to the examples | ||||
* | - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc | Matthias Klose | 2006-04-03 | 1 | -20/+43 |
| | | | | with the implementation from http://sourceforge.net/projects/libmd5-rfc/. | ||||
* | preparation for 2.5a1 | Anthony Baxter | 2006-04-03 | 2 | -1/+3 |
| | |||||
* | Add sections for new modules; will write tutorial later | Andrew M. Kuchling | 2006-04-03 | 1 | -10/+50 |
| | |||||
* | Accept keyword arguments for __import__ and doc the addition of the level ↵ | Neal Norwitz | 2006-04-03 | 1 | -3/+12 |
| | | | | param from PEP 328. | ||||
* | Document recent fdopen() change. | Georg Brandl | 2006-04-02 | 1 | -1/+5 |
| | |||||
* | end the sentence... | Fredrik Lundh | 2006-04-02 | 1 | -1/+1 |
| | |||||
* | fix markup error | Fred Drake | 2006-04-02 | 1 | -1/+1 |
| | |||||
* | Grammar fix | Andrew M. Kuchling | 2006-04-02 | 1 | -1/+1 |
| | |||||
* | Write various sections; I haven't been able to check whether the TeX markup ↵ | Andrew M. Kuchling | 2006-04-02 | 1 | -30/+395 |
| | | | | is correct | ||||
* | Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results | Fred Drake | 2006-04-01 | 1 | -34/+138 |
| | | | | now sport attributes that provide access to the parts of the result. | ||||
* | Make firstweekday a simple attribute instead | Walter Dörwald | 2006-04-01 | 1 | -9/+0 |
| | | | | of hiding it behind a setter and a getter. | ||||
* | Fix LaTeX oversight. | Georg Brandl | 2006-04-01 | 1 | -1/+1 |
| | |||||
* | Update status of this PEP | Andrew M. Kuchling | 2006-04-01 | 1 | -2/+2 |
| | |||||
* | clarify new docs on attr value entity expansion | Georg Brandl | 2006-04-01 | 1 | -2/+9 |
| | |||||
* | patch #1462498: handle entityrefs in attribute values. | Georg Brandl | 2006-04-01 | 1 | -2/+5 |
| | |||||
* | Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, | Walter Dörwald | 2006-04-01 | 1 | -0/+18 |
| | | | | | that output localized month and weekday names and can cope with encodings. | ||||
* | Patch #1462496: typo in libsignal.tex | Georg Brandl | 2006-04-01 | 1 | -1/+1 |
| |