Georg Brandl
1dc5a84aee
Bug #801349 : document that start/stop/step slice arguments can be None
2006-02-19 00:12:42 +00:00
Georg Brandl
4caeff9867
Patch #1415507 : clarify docs on reference stealing
2006-02-18 22:55:59 +00:00
Georg Brandl
f4f4415a18
Patch #1393157 : os.startfile() now has an optional argument to specify
...
a "command verb" to invoke on the file.
2006-02-18 22:29:33 +00:00
Georg Brandl
6aab16e9f6
Move "httpresponses" dict from urllib2 to httplib where it belongs.
2006-02-17 19:17:25 +00:00
Georg Brandl
5d076961e2
Patch #1417555 : SimpleHTTPServer now returns Last-Modified headers.
2006-02-17 13:34:16 +00:00
Georg Brandl
bcd548bdb2
Update "undocumented modules" section.
2006-02-17 11:51:41 +00:00
Georg Brandl
b56230b30d
Add deprecation notices to modules deprecated since 2000.
2006-02-17 11:18:58 +00:00
Georg Brandl
1b6726732c
Bug #1432350 : arrayobject should use PyObject_VAR_HEAD
2006-02-17 08:56:33 +00:00
Thomas Wouters
bbdf6078f6
Fix broken example of csv.reader use (it returns an iterator, which isn't
...
indexable) by using the same 'for' construct as all other examples. (Also
emphasizes that reading from a random iterable is no different than reading
from a file.)
2006-02-16 14:57:05 +00:00
Vinay Sajip
55aafab04f
Added some more versionchanged markup.
2006-02-15 21:47:32 +00:00
Fred Drake
4482929734
use correct function in example
2006-02-15 06:55:57 +00:00
Neal Norwitz
c16dd48ee1
Doc some user visible changes
2006-02-13 02:04:37 +00:00
Georg Brandl
8ed1ca8fe1
Even more copyright year locations!
2006-02-11 18:22:59 +00:00
Georg Brandl
b69406dc09
Update general copyright years to 2006.
2006-02-11 15:30:36 +00:00
Vinay Sajip
b4549c4a7e
Added information on function name added to LogRecord, and the 'extra' keyword parameter.
2006-02-09 08:54:11 +00:00
Armin Rigo
a871ef2b3e
Added the cProfile module.
...
Based on lsprof (patch #1212837 ) by Brett Rosen and Ted Czotter.
With further editing by Michael Hudson and myself.
History in svn repo: http://codespeak.net/svn/user/arigo/hack/misc/lsprof
* Module/_lsprof.c is the internal C module, Lib/cProfile.py a wrapper.
* pstats.py updated to display cProfile's caller/callee timings if available.
* setup.py and NEWS updated.
* documentation updates in the profiler section:
- explain the differences between the three profilers that we have now
- profile and cProfile can use a unified documentation, like (c)Pickle
- mention that hotshot is "for specialized usage" now
- removed references to the "old profiler" that no longer exists
* test updates:
- extended test_profile to cover delicate cases like recursion
- added tests for the caller/callee displays
- added test_cProfile, performing the same tests for cProfile
* TO-DO:
- cProfile gives a nicer name to built-in, particularly built-in methods,
which could be backported to profile.
- not tested on Windows recently!
2006-02-08 12:53:56 +00:00
Andrew M. Kuchling
5eefdca654
Update projected release date
2006-02-08 11:36:09 +00:00
Neal Norwitz
05110aaef5
Add versionadded note for new methods
2006-02-07 07:23:26 +00:00
Neal Norwitz
0e6bc8c260
Patch #1407135 , bug #1424041 , make mmap.mmap(-1, length) work the same
...
on both Unix (SVR4 and BSD) and Windows. Restores behaviour of passing -1
for anonymous memory on Unix. Use MAP_ANONYMOUS instead of _ANON since
the latter is deprecated according to Linux (gentoo) man pages.
Should we continue to allow mmap.mmap(0, length) to work on Windows?
0 is a valid fd.
Will backport bugfix portions.
2006-02-05 05:45:43 +00:00
Neal Norwitz
b7b54f78b3
SF bug 1415455, fix typo in module name
2006-02-04 23:00:48 +00:00
Martin v. Löwis
57a34e8026
Patch #1422385 : Changes to nis module to support multiple NIS domains
2006-02-04 19:12:37 +00:00
Fredrik Lundh
5a49fae1ab
SF patch #1421726
...
fixed typo in language reference
2006-02-02 21:58:55 +00:00
Fredrik Lundh
ec2f74f4b1
module list utility
2006-01-24 16:16:19 +00:00
Georg Brandl
caa94bd484
Correct misspellings.
2006-01-23 22:00:17 +00:00
Georg Brandl
131e4f71ba
Add markup to new section in codecs docs
2006-01-23 21:33:48 +00:00
Georg Brandl
296152e644
Correct typos and markup errors (Raymond, thanks for texcheck)
2006-01-23 21:33:03 +00:00
Georg Brandl
2103a01c82
Add \versionadded for sftp scheme
2006-01-23 20:49:24 +00:00
Georg Brandl
ffa6f3d942
Another typo.
2006-01-22 20:47:26 +00:00
Georg Brandl
56ace78465
typo
2006-01-22 19:38:05 +00:00
Georg Brandl
4865e4a56f
Correct several typos in libos.tex. Bug #1412227 .
2006-01-22 19:34:59 +00:00
Georg Brandl
0ce2be8a51
Typo
2006-01-22 16:11:01 +00:00
Georg Brandl
95ac2871c9
Remove reference to Grail and Netscape 2.0 from cgi docs.
2006-01-22 13:49:21 +00:00
Vinay Sajip
51f5235a49
Misc. changes, including documenting the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
2006-01-22 11:58:39 +00:00
Walter Dörwald
9d9af8ac9a
Fix typo
2006-01-21 10:50:39 +00:00
Georg Brandl
87b90adc28
Patch #1410783 : add documentation links for static/classmethod
2006-01-20 21:33:54 +00:00
Georg Brandl
1de37002bf
Document supported schemes.
2006-01-20 21:17:01 +00:00
Georg Brandl
23929f2828
Try to resolve the remaining webbrowser issues (backgrounding, local urls)
2006-01-20 21:03:35 +00:00
Georg Brandl
5f0ff5c8e7
Add markup to a "Python Standard Library" doc reference I added for bug 839585.
2006-01-20 17:51:37 +00:00
Georg Brandl
8cb307728e
Bug #1402224 : Add warning to dl docs about crashes.
2006-01-20 09:34:29 +00:00
Georg Brandl
a3a93ae7c8
Bug #1396471 : Document that Windows' ftell() can return invalid
...
values for text files with UNIX-style line endings.
2006-01-20 09:14:36 +00:00
Fred Drake
40558fef91
add missing version identification
2006-01-20 03:30:36 +00:00
Fredrik Lundh
d790a7b596
fixed example:
...
adding missing import, handle_close, test code, etc.
2006-01-17 21:31:31 +00:00
Barry Warsaw
48653af70f
Update email.Message.get_filename() documentation.
2006-01-17 05:24:25 +00:00
Andrew M. Kuchling
4678dc818f
Add recent item
2006-01-15 16:11:28 +00:00
Fredrik Lundh
26075a196c
the implementation uses ZipImportError, not ZipImporterError...
2006-01-15 14:59:55 +00:00
Fredrik Lundh
7c2ea7fa93
typo
2006-01-15 10:17:59 +00:00
Georg Brandl
a635fbbcb0
Remove dots in \version{changed,added} argument and
...
correct argument order.
2006-01-15 07:55:35 +00:00
Neal Norwitz
42a84fe085
Remove extra period at end.
2006-01-15 02:57:57 +00:00
Martin v. Löwis
11017b172d
Patch #1103116 : AF_NETLINK sockets basic support.
2006-01-14 18:12:57 +00:00
Fredrik Lundh
015f72b254
added kjohnson to the ACKS list
2006-01-14 13:02:53 +00:00