summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add versionadded infoNeal Norwitz2005-12-182-0/+2
|
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-182-0/+12
| | | | | | | Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications.
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-171-19/+21
|
* Bug #1373197: note that os.makedirs does not work with '..'Georg Brandl2005-12-171-0/+2
|
* Bug #1343671: clarify docs for os.removedirsGeorg Brandl2005-12-171-5/+9
|
* Bug #1106572: clarify os.makedirs docs wrt umaskGeorg Brandl2005-12-171-1/+2
|
* Patch #1377848: typo in pyexpat docsGeorg Brandl2005-12-161-1/+1
|
* Patch #1376914: traceback.format_exc() has no "file" argumentGeorg Brandl2005-12-161-1/+1
|
* Remove reference to the "t" open() mode as it is platform dependent.Georg Brandl2005-12-151-1/+1
|
* From a suggestion on c.l.py: modernize the introduction to the tutorial.Andrew M. Kuchling2005-12-131-32/+40
| | | | | | | | * Remove talk of shell scripting, replacing it by some more current examples * Mention C++ and Java as well as C Raymond H., please feel free to rewrite or revert as you see fit. If the changes are OK, they could be backported to the 2.4-maint branch.
* r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100Fredrik Lundh2005-12-122-0/+28
| | | | added xml.etree documentation stub
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-121-0/+8
| | | | assorted xml.etree tweaks
* [Bug #1349316] Show how to use XML-RPC through a proxyAndrew M. Kuchling2005-12-081-0/+27
|
* add common usage exampleSkip Montanaro2005-12-061-0/+17
|
* Typo in a code example.Armin Rigo2005-12-061-1/+1
|
* [Patch #1372995] Add \versionaddedAndrew M. Kuchling2005-12-042-0/+4
|
* [Bug #1041501] Fix exampleAndrew M. Kuchling2005-12-041-1/+1
|
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-9/+16
|
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, ↵Andrew M. Kuchling2005-12-041-2/+5
| | | | CGIXMLRPCRequestHandler
* Add placeholder section on old and new-style classesAndrew M. Kuchling2005-12-041-0/+13
|
* Bug #1368481: python.dir refers to whatsnew23Georg Brandl2005-12-021-1/+1
|
* set expectations appropriately. ;)Anthony Baxter2005-12-011-1/+1
|
* Remove sorting HOWTO, after converting it to a wiki page at ↵Andrew M. Kuchling2005-11-301-266/+0
| | | | http://wiki.python.org/moin/HowTo/Sorting
* fix linkFred Drake2005-11-291-1/+1
|
* SF#1368827Fredrik Lundh2005-11-291-1/+1
| | | | bad link in XML-RPC documentation
* SF patch #1364946: Add a reference link from the dcoumentation of the encodeWalter Dörwald2005-11-252-3/+4
| | | | and decode methods to the documentation of the default error handlers.
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-2/+24
|
* Bug #1357604: os.makedirs handles UNC pathsGeorg Brandl2005-11-221-3/+2
|
* Added example for the ** operator in function callsGeorg Brandl2005-11-221-0/+14
|
* Patch #1255218: libmultifile.tex: tell what a decoration isGeorg Brandl2005-11-221-3/+3
|
* Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode stringsGeorg Brandl2005-11-221-2/+3
|
* Add a note to os.chown that permission constants can be combinedGeorg Brandl2005-11-221-1/+2
|
* Add generator-expression nodesAndrew M. Kuchling2005-11-221-0/+15
|
* [Bug #449093] FloorDiv AST node type not listedAndrew M. Kuchling2005-11-221-0/+4
|
* Remove import string and use string methodsNeal Norwitz2005-11-201-4/+3
|
* Fix up incomplete sentenceAndrew M. Kuchling2005-11-191-1/+1
|
* Fix typo in commentWalter Dörwald2005-11-171-1/+1
| | | | (reported on the pydotorg mailing list).
* Make consistent with 2.4Neal Norwitz2005-11-031-1/+1
|
* Add an import line to a code fragment.Brett Cannon2005-11-021-1/+2
| | | | Closes bug #1346395.
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-3014-87/+0
| | | | properties now.
* add missing "and"Fred Drake2005-10-301-2/+3
|
* SF Bug #1341934: Fix a representation of "\n" to use a proper tag.Hye-Shik Chang2005-10-301-1/+1
|
* Minor update to HTTPHandler documentation to indicate that host:port can be ↵Vinay Sajip2005-10-291-1/+3
| | | | used.
* Update instructions according to Dave AbrahamsMartin v. Löwis2005-10-271-0/+3
| | | | instructions.
* Add paragraphs on AST branch. AST'ers, please suggest correctionsAndrew M. Kuchling2005-10-231-0/+25
|
* Add convenience makefile to check the latest what's new.Andrew M. Kuchling2005-10-231-0/+3
| | | | The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
* add missing wordFred Drake2005-10-201-1/+1
|
* SF bug #1328915, try to word kill a bit more generically. Backport candidate.Neal Norwitz2005-10-181-2/+2
|
* SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
|
* fix stupid typoFred Drake2005-10-111-1/+1
|