Georg Brandl
|
c1d2f7b6ad
|
Bug #1106572: clarify os.makedirs docs wrt umask
|
2005-12-17 17:14:12 +00:00 |
Georg Brandl
|
08caadcce3
|
Patch #1377848: typo in pyexpat docs
|
2005-12-16 19:23:33 +00:00 |
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 |
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 |
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 |
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
|
e3faaeb1d6
|
Bug #1357604: os.makedirs handles UNC paths
|
2005-11-22 20:14:29 +00:00 |
Georg Brandl
|
4bd165afa3
|
Patch #1255218: libmultifile.tex: tell what a decoration is
|
2005-11-22 19:42:45 +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 |
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 |
Martin v. Löwis
|
ab0f947a21
|
Remove .cvsignore files, as they live in svn:ignore
properties now.
|
2005-10-30 22:01:41 +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 |
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
|
116078f0bb
|
SF bug #1323294, Minor error in the Library Reference doc. Will backport
|
2005-10-11 03:23:45 +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 |
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 |
Fred Drake
|
4094d04457
|
fix link to subsection (SF bug #1311674)
|
2005-10-03 14:25:40 +00:00 |
Georg Brandl
|
e8f244305e
|
Patch #754022: Greatly enhanced webbrowser.py.
|
2005-10-03 14:16:44 +00:00 |
Neal Norwitz
|
7ecbc19e09
|
SF Bug #1008310, os.major() os.minor() example and description change. Will backport.
|
2005-10-03 05:47:38 +00:00 |
Neal Norwitz
|
92ff693eb1
|
Fix SF bug #991735, os.access reports true for read-only directories. Will backport
|
2005-10-03 05:13:46 +00:00 |
Neal Norwitz
|
d157b1d237
|
SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport
|
2005-10-03 00:44:06 +00:00 |
Neal Norwitz
|
58d118be4e
|
SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares.
|
2005-10-03 00:36:16 +00:00 |
Georg Brandl
|
1aa74ee5c5
|
bug [ 1298120 ] shlex does not support unicode
|
2005-09-29 20:24:06 +00:00 |
Vinay Sajip
|
d1c0239862
|
Minor clarification of effective level calculation
|
2005-09-26 00:14:46 +00:00 |
Neal Norwitz
|
02cfa0bae5
|
SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.)
|
2005-09-23 04:26:24 +00:00 |
Georg Brandl
|
532dacffd8
|
patch [ 1277677 ] tkinter hello world example bug
|
2005-09-15 16:02:13 +00:00 |
Georg Brandl
|
3225242a39
|
bug [ 1274828 ] splitunc not documented
|
2005-09-14 20:42:00 +00:00 |
Raymond Hettinger
|
1166638be5
|
Add FAQ entry regarding non-expoential representation.
|
2005-09-11 18:21:52 +00:00 |
Andrew M. Kuchling
|
c1c956b281
|
Remove statement about meaning of constants; arguably it's incorrect
|
2005-09-01 14:08:38 +00:00 |
Andrew M. Kuchling
|
2330e9eed9
|
From c.l.py comments: link to zlib manual, and disclaim completeness
|
2005-08-31 16:52:40 +00:00 |
Andrew M. Kuchling
|
e1a385ab40
|
Explain what file descriptors are; this change has been sitting in my tree for a while
|
2005-08-31 13:50:17 +00:00 |
Walter Dörwald
|
ff9ca5e39b
|
SF bug #1277016: Turn sentence fragment into a complete sentence.
|
2005-08-31 11:03:12 +00:00 |
Georg Brandl
|
9a19e5cce6
|
patch [ 1274550 ] libtarfile.tex: external URL changed
|
2005-08-27 17:10:35 +00:00 |
Georg Brandl
|
7f26a62f09
|
patch [ 1274630 ] documentation fixes
|
2005-08-27 17:04:58 +00:00 |
Georg Brandl
|
bd77da6dab
|
bug [ 1248199 ] shelve .sync operation not documented
|
2005-08-25 22:40:16 +00:00 |
Georg Brandl
|
36be8be7f5
|
Once upon a time, I used to know TeX...
|
2005-08-25 12:51:16 +00:00 |