Commit graph

7580 commits

Author SHA1 Message Date
Georg Brandl
071ae4cfca Patch #1376914: traceback.format_exc() has no "file" argument 2005-12-16 19:21:05 +00:00
Georg Brandl
6ee339109f Remove reference to the "t" open() mode as it is platform dependent. 2005-12-15 21:34:29 +00:00
Andrew M. Kuchling
50f8169fb6 From a suggestion on c.l.py: modernize the introduction to the tutorial.
* 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.
2005-12-13 15:49:37 +00:00
Fredrik Lundh
245c619e86 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100
added xml.etree documentation stub
2005-12-12 21:59:44 +00:00
Fredrik Lundh
7e0aef0e75 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100
assorted xml.etree tweaks
2005-12-12 18:54:55 +00:00
Andrew M. Kuchling
432be36056 [Bug #1349316] Show how to use XML-RPC through a proxy 2005-12-08 14:54:20 +00:00
Skip Montanaro
ef1b50de6c add common usage example 2005-12-06 21:00:47 +00:00
Armin Rigo
5ed262b7de Typo in a code example. 2005-12-06 18:32:37 +00:00
Andrew M. Kuchling
d54a0aed8e [Patch #1372995] Add \versionadded 2005-12-04 20:25:23 +00:00
Andrew M. Kuchling
47a39b0112 [Bug #1041501] Fix example 2005-12-04 17:17:46 +00:00
Andrew M. Kuchling
427aedbbd4 [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer 2005-12-04 17:13:12 +00:00
Andrew M. Kuchling
10a16dea74 [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler 2005-12-04 16:34:40 +00:00
Andrew M. Kuchling
6af5239501 Add placeholder section on old and new-style classes 2005-12-04 16:07:15 +00:00
Georg Brandl
cf6b7c99d9 Bug #1368481: python.dir refers to whatsnew23 2005-12-02 13:43:08 +00:00
Anthony Baxter
eac259954c set expectations appropriately. ;) 2005-12-01 02:25:11 +00:00
Andrew M. Kuchling
f91de8e518 Remove sorting HOWTO, after converting it to a wiki page at http://wiki.python.org/moin/HowTo/Sorting 2005-11-30 01:14:48 +00:00
Fred Drake
3f207b6aca fix link 2005-11-29 12:40:58 +00:00
Fredrik Lundh
ce53a02a56 SF#1368827
bad link in XML-RPC documentation
2005-11-29 11:22:29 +00:00
Walter Dörwald
d4bfe2c878 SF patch #1364946: Add a reference link from the dcoumentation of the encode
and decode methods to the documentation of the default error handlers.
2005-11-25 17:17:12 +00:00
Georg Brandl
f06e30af4a bug #1281408: make Py_BuildValue work with unsigned longs and long longs 2005-11-24 15:37:42 +00:00
Georg Brandl
e3faaeb1d6 Bug #1357604: os.makedirs handles UNC paths 2005-11-22 20:14:29 +00:00
Georg Brandl
3c9f9ac62b Added example for the ** operator in function calls 2005-11-22 19:50:14 +00:00
Georg Brandl
4bd165afa3 Patch #1255218: libmultifile.tex: tell what a decoration is 2005-11-22 19:42:45 +00:00
Georg Brandl
f96f5f5bbe Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings 2005-11-22 19:23:58 +00:00
Georg Brandl
a6ba60232a Add a note to os.chown that permission constants can be combined 2005-11-22 19:15:27 +00:00
Andrew M. Kuchling
db57135226 Add generator-expression nodes 2005-11-22 15:09:07 +00:00
Andrew M. Kuchling
cc9ab14a97 [Bug #449093] FloorDiv AST node type not listed 2005-11-22 14:52:31 +00:00
Neal Norwitz
4aef41ffe7 Remove import string and use string methods 2005-11-20 00:24:18 +00:00
Andrew M. Kuchling
5040fee5c1 Fix up incomplete sentence 2005-11-19 18:43:38 +00:00
Walter Dörwald
82a3e1a9b2 Fix typo in comment
(reported on the pydotorg mailing list).
2005-11-17 09:36:06 +00:00
Neal Norwitz
26f4c23074 Make consistent with 2.4 2005-11-03 04:39:09 +00:00
Brett Cannon
076b7325a8 Add an import line to a code fragment.
Closes bug #1346395.
2005-11-02 22:58:12 +00:00
Martin v. Löwis
ab0f947a21 Remove .cvsignore files, as they live in svn:ignore
properties now.
2005-10-30 22:01:41 +00:00
Fred Drake
59c61911ac add missing "and" 2005-10-30 04:29:49 +00:00
Hye-Shik Chang
8c147c3386 SF Bug #1341934: Fix a representation of "\n" to use a proper tag. 2005-10-30 03:05:27 +00:00
Vinay Sajip
00b5c932f3 Minor update to HTTPHandler documentation to indicate that host:port can be used. 2005-10-29 00:40:15 +00:00
Martin v. Löwis
466e5b336e Update instructions according to Dave Abrahams
instructions.
2005-10-27 18:56:22 +00:00
Andrew M. Kuchling
db85ed548a Add paragraphs on AST branch. AST'ers, please suggest corrections 2005-10-23 21:52:59 +00:00
Andrew M. Kuchling
4fe4eb221b Add convenience makefile to check the latest what's new.
The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
2005-10-23 21:49:32 +00:00
Fred Drake
9984e706ff add missing word 2005-10-20 17:52:05 +00:00
Neal Norwitz
94832209d1 SF bug #1328915, try to word kill a bit more generically. Backport candidate. 2005-10-18 05:07:49 +00:00
Neal Norwitz
98fcaaf48e SF bug #1323739, C API doc for PySequence_Tuple duplicated 2005-10-12 03:58:14 +00:00
Fred Drake
34fed3a3b7 fix stupid typo 2005-10-11 20:26:05 +00:00
Neal Norwitz
116078f0bb SF bug #1323294, Minor error in the Library Reference doc. Will backport 2005-10-11 03:23:45 +00:00
Marc-André Lemburg
df4f6e9fa6 Clarify the docs for Py_UNICODE. 2005-10-10 19:08:41 +00:00
Walter Dörwald
007f8dfde2 Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified
by RFC 1642.
2005-10-09 19:42:27 +00:00
Walter Dörwald
d1c1e10f70 Part of SF patch #1313939: Speedup charmap decoding by extending
PyUnicode_DecodeCharmap() the accept a unicode string as the mapping
argument which is used as a mapping table.

This code isn't used by any of the codecs yet.
2005-10-06 20:29:57 +00:00
Neal Norwitz
c0d11250af Make close brace a paren to match open. 2005-10-04 03:43:43 +00:00
Neal Norwitz
19f6b86955 Armin caught this mistake in bug #973103. 2005-10-04 03:37:29 +00:00
Neal Norwitz
178f9068c4 open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab 2005-10-04 03:31:01 +00:00