summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Clarify how hook_compressed determines how to open a file.Georg Brandl2006-02-191-2/+3
|
* Patch #1215184: FileInput now can be given an opening hook which canGeorg Brandl2006-02-191-5/+43
| | | | be used to control how files are opened.
* Patch #1212287: fileinput.input() now has a mode parameter forGeorg Brandl2006-02-191-4/+14
| | | | specifying the file mode input files should be opened with.
* Patch #1215184: fileinput now has a fileno() function for getting theGeorg Brandl2006-02-191-4/+11
| | | | current file number.
* Patch #1349274: gettext.install() now optionally installs additionalGeorg Brandl2006-02-191-2/+17
| | | | translation functions other than _() in the builtin namespace.
* Bug #801349: document that start/stop/step slice arguments can be NoneGeorg Brandl2006-02-191-5/+6
|
* Patch #1415507: clarify docs on reference stealingGeorg Brandl2006-02-181-3/+13
|
* Patch #1393157: os.startfile() now has an optional argument to specifyGeorg Brandl2006-02-181-2/+11
| | | | a "command verb" to invoke on the file.
* Move "httpresponses" dict from urllib2 to httplib where it belongs.Georg Brandl2006-02-172-9/+8
|
* Patch #1417555: SimpleHTTPServer now returns Last-Modified headers.Georg Brandl2006-02-172-4/+14
|
* Update "undocumented modules" section.Georg Brandl2006-02-171-8/+10
|
* Add deprecation notices to modules deprecated since 2000.Georg Brandl2006-02-172-1/+6
|
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-171-1/+1
|
* Fix broken example of csv.reader use (it returns an iterator, which isn'tThomas Wouters2006-02-161-1/+2
| | | | | | 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.)
* Added some more versionchanged markup.Vinay Sajip2006-02-151-0/+6
|
* use correct function in exampleFred Drake2006-02-151-1/+1
|
* Doc some user visible changesNeal Norwitz2006-02-131-1/+4
|
* Even more copyright year locations!Georg Brandl2006-02-111-1/+1
|
* Update general copyright years to 2006.Georg Brandl2006-02-112-2/+3
|
* Added information on function name added to LogRecord, and the 'extra' ↵Vinay Sajip2006-02-091-13/+96
| | | | keyword parameter.
* Added the cProfile module.Armin Rigo2006-02-083-42/+124
| | | | | | | | | | | | | | | | | | | | | | | 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!
* Update projected release dateAndrew M. Kuchling2006-02-081-1/+2
|
* Add versionadded note for new methodsNeal Norwitz2006-02-071-0/+2
|
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-1/+2
| | | | | | | | | | | 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.
* SF bug 1415455, fix typo in module nameNeal Norwitz2006-02-041-1/+1
|
* Patch #1422385: Changes to nis module to support multiple NIS domainsMartin v. Löwis2006-02-041-3/+18
|
* SF patch #1421726Fredrik Lundh2006-02-021-1/+1
| | | | fixed typo in language reference
* module list utilityFredrik Lundh2006-01-241-0/+126
|
* Correct misspellings.Georg Brandl2006-01-234-4/+4
|
* Add markup to new section in codecs docsGeorg Brandl2006-01-231-41/+42
|
* Correct typos and markup errors (Raymond, thanks for texcheck)Georg Brandl2006-01-234-5/+5
|
* Add \versionadded for sftp schemeGeorg Brandl2006-01-231-0/+1
|
* Another typo.Georg Brandl2006-01-221-1/+1
|
* typoGeorg Brandl2006-01-221-1/+2
|
* Correct several typos in libos.tex. Bug #1412227.Georg Brandl2006-01-221-11/+11
|
* TypoGeorg Brandl2006-01-221-1/+1
|
* Remove reference to Grail and Netscape 2.0 from cgi docs.Georg Brandl2006-01-221-2/+1
|
* Misc. changes, including documenting the ability to specify a class ↵Vinay Sajip2006-01-221-29/+46
| | | | attribute in Formatter configuration. Contributed by Shane Hathaway.
* Fix typoWalter Dörwald2006-01-211-1/+1
|
* Patch #1410783: add documentation links for static/classmethodGeorg Brandl2006-01-201-1/+9
|
* Document supported schemes.Georg Brandl2006-01-201-3/+8
|
* Try to resolve the remaining webbrowser issues (backgrounding, local urls)Georg Brandl2006-01-201-9/+10
|
* Add markup to a "Python Standard Library" doc reference I added for bug 839585.Georg Brandl2006-01-201-2/+3
|
* Bug #1402224: Add warning to dl docs about crashes.Georg Brandl2006-01-201-0/+4
|
* Bug #1396471: Document that Windows' ftell() can return invalidGeorg Brandl2006-01-201-1/+5
| | | | values for text files with UNIX-style line endings.
* add missing version identificationFred Drake2006-01-201-0/+2
|
* fixed example:Fredrik Lundh2006-01-171-11/+19
| | | | adding missing import, handle_close, test code, etc.
* Update email.Message.get_filename() documentation.Barry Warsaw2006-01-171-4/+5
|
* Add recent itemAndrew M. Kuchling2006-01-151-0/+8
|
* the implementation uses ZipImportError, not ZipImporterError...Fredrik Lundh2006-01-151-1/+1
|