summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add version changed note for -m tinkering with sys.argv[0] during the search ↵Nick Coghlan2010-04-281-0/+2
| | | | process
* Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' ↵Nick Coghlan2010-04-281-2/+3
| | | | instead of '-c' while searching for the module to be executed
* Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module ↵Nick Coghlan2010-04-281-23/+39
| | | | containing the exception under test (original patch by Lennart Regebro)
* make slice notation in (r)find docs consistentBenjamin Peterson2010-04-271-7/+7
|
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-1/+1
|
* Adding versionadded to various new unittest functions in documentationMichael Foord2010-04-261-0/+8
|
* Adding unittest.removeHandler function / decorator for removing the ↵Michael Foord2010-04-251-2/+25
| | | | signal.SIGINT signal handler. With tests and docs.
* Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.Georg Brandl2010-04-251-1/+1
|
* Fix code example to have valid syntax so that it can be highlighted.Georg Brandl2010-04-251-1/+1
|
* Patch from Tim Hatch: Minor spelling changes to _winreg docs.Georg Brandl2010-04-251-5/+5
|
* Patch from Tim Hatch: Remove reference to winreg being the fabled high-level ↵Georg Brandl2010-04-251-2/+2
| | | | registry interface.
* Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.Georg Brandl2010-04-252-50/+67
|
* Remove LaTeXy index entry syntax.Georg Brandl2010-04-251-2/+2
|
* #8522: use with statement instead of try-finally for file handling.Georg Brandl2010-04-251-4/+1
|
* #8528: fix typo.Georg Brandl2010-04-251-1/+1
|
* Fix #5774. Some _winreg functions are documented as taking kwargs but don't.Brian Curtin2010-04-241-3/+3
|
* Markup fixes.Georg Brandl2010-04-241-43/+39
|
* issue8451: Making syslog module use sys.argv[0] for "ident".Sean Reifscheider2010-04-231-20/+65
|
* Add "report a bug" links in some prominent places. Make it clear that doc ↵Georg Brandl2010-04-225-13/+48
| | | | bugs can be mailed to docs@python.org. Clarify tracker usage.
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-221-1/+5
| | | | on Invalid url check statement and versionchanged string in docs.
* Updated the RFCs list in the See Also section of urlparse.rstSenthil Kumaran2010-04-221-5/+17
|
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-201-2/+1
|
* #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ↵Ezio Melotti2010-04-201-1/+1
| | | | itertools.ifilterfalse
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-202-2/+6
|
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-191-1/+1
|
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-4/+16
| | | | available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.
* Update link to Apple Publication Style guide.R. David Murray2010-04-171-1/+1
|
* Add various itemsAndrew M. Kuchling2010-04-151-2/+48
|
* Add various items; correct argparse outputAndrew M. Kuchling2010-04-141-10/+31
|
* Fix missing.Georg Brandl2010-04-141-2/+2
|
* #8370: fix module name in backported doc addition.Georg Brandl2010-04-141-2/+2
|
* #5250: document __instancecheck__ and __subclasscheck__. I hope the part ↵Georg Brandl2010-04-141-0/+42
| | | | about the class/metaclass distinction is understandable.
* #8399: add note about Windows and O_BINARY.Georg Brandl2010-04-141-1/+2
|
* Add some textAndrew M. Kuchling2010-04-141-1/+22
|
* Add an x-ref to where the O_ constants are documented and move the SEEK_ ↵Georg Brandl2010-04-141-11/+17
| | | | constants after lseek().
* Add argparse exampleAndrew M. Kuchling2010-04-141-2/+60
|
* Get rid of multi-row cells.Georg Brandl2010-04-131-10/+10
|
* Add an item; stray editAndrew M. Kuchling2010-04-131-2/+22
|
* Add usage notes for collections.Counter().Raymond Hettinger2010-04-121-0/+27
|
* More struct doc tweaks.Mark Dickinson2010-04-121-6/+13
|
* Rewrap some long lines in struct module doc source.Mark Dickinson2010-04-121-16/+18
|
* Issue #7355: Various improvements to struct module documentation.Mark Dickinson2010-04-121-55/+114
| | | | | | | | | | | | | | - note early on that the result of struct.pack includes padding bytes by default - add examples showing how order of struct fields can affect size (due to padding) - better headers and references; introduction to format strings - integrate packing notes into table Many thanks to Meador Inge for the patch.
* Update the Windows FAQ's text about os.kill (#1220212).Brian Curtin2010-04-121-1/+6
|
* Issue #7585: use tab between components in unified and context diff headers.R. David Murray2010-04-121-4/+4
| | | | | | | | | | | | Instead of spaces between the filename and date (or whatever the string is that follows the filename, if any) use tabs. This is what the unix 'diff' command does, for example, and difflib was intended to follow the 'standard' way of doing diffs. This improves compatibility with patch tools. The docs and examples are also changed to recommended that the date format used be the ISO 8601 format, which is what modern diff tools emit by default. Patch by Anatoly Techtonik.
* typoBarry Warsaw2010-04-121-1/+1
|
* Add several itemsAndrew M. Kuchling2010-04-111-22/+62
|
* Add two itemsAndrew M. Kuchling2010-04-111-4/+23
|
* Two typo fixesAndrew M. Kuchling2010-04-111-1/+1
|
* Add descriptor howto to main documentationRaymond Hettinger2010-04-112-0/+432
|
* Remove distutils sectionAndrew M. Kuchling2010-04-111-52/+0
|