summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-2/+19
| | | | | Also document the use of three-tuples if control of the charset and language is desired.
* #10698: fix typo in example.R. David Murray2010-12-131-1/+1
|
* Logging documentation update.Vinay Sajip2010-12-131-2/+5
|
* Logging documentation update.Vinay Sajip2010-12-131-110/+128
|
* Logging documentatio update.Vinay Sajip2010-12-131-1/+2
|
* Get rid of the close_fds DeprecationWarning. Changes the default on a perGregory P. Smith2010-12-131-8/+6
| | | | | | platform basis. It remains False on Windows and changes to True on all other platforms (POSIX). Based on python-dev discussion and http://bugs.python.org/issue7213.
* Logging documentation - further update.Vinay Sajip2010-12-121-2/+2
|
* Logging documentation - further update.Vinay Sajip2010-12-121-4/+24
|
* Logging documentation - further update.Vinay Sajip2010-12-121-3/+4
|
* Improve readability of the socket docsAntoine Pitrou2010-12-121-57/+82
|
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-124-12/+12
|
* Consistent ordering of availability statementsAntoine Pitrou2010-12-121-2/+2
|
* Fix heading levelAntoine Pitrou2010-12-121-2/+2
|
* Remove redundant sentence, and fix markupAntoine Pitrou2010-12-121-7/+4
|
* Add link to the buffer protocol description from the memory description.Antoine Pitrou2010-12-121-2/+2
|
* Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-122-16/+26
|
* Make this a warning and fix indentationAntoine Pitrou2010-12-121-6/+6
|
* Obsolete aliases needn't be documentedAntoine Pitrou2010-12-121-4/+0
|
* Remove reference to stuff which is already obsolete in 2.x.Antoine Pitrou2010-12-121-82/+0
|
* SET_LINENO was removed in 2.3Antoine Pitrou2010-12-121-5/+0
|
* Logging documentation - further update.Vinay Sajip2010-12-121-51/+101
|
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+5
|
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+8
|
* Logging documentation update.Vinay Sajip2010-12-121-144/+420
|
* remove (un)transform methodsBenjamin Peterson2010-12-123-68/+2
|
* Fix markup.Georg Brandl2010-12-111-2/+4
|
* Add versionchanged for parameter type changes.Martin v. Löwis2010-12-111-0/+5
|
* Adjust PySlice_GetIndices documentation to signature change.Martin v. Löwis2010-12-111-2/+2
|
* Fix typo.Georg Brandl2010-12-101-2/+2
|
* Updated UCD version and unicode.org links to Unicode 6.0.0Alexander Belopolsky2010-12-101-8/+9
|
* Move nntp entry back to changed modules section and add entry for non-ascii ↵Raymond Hettinger2010-12-101-7/+13
| | | | import directories.
* Minor documentation tweak.Vinay Sajip2010-12-101-2/+2
|
* Reclassify some entries and remove a couple of minor ones.Raymond Hettinger2010-12-101-43/+30
|
* Overview of email module and recategorize various entries.Raymond Hettinger2010-12-101-32/+45
|
* Doh! Example pasted twice, but only once in the right place.Raymond Hettinger2010-12-091-6/+1
|
* Fix "seperate".Georg Brandl2010-12-091-1/+1
|
* Entries for datetime, callable, and collections.Counter.Raymond Hettinger2010-12-091-15/+41
|
* Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP charactersVictor Stinner2010-12-081-2/+2
| | | | Fix the doc and add tests.
* Edited the Unicode 6.0.0 entry to add unicode.org links and trim the summary.Alexander Belopolsky2010-12-081-7/+10
|
* Added a datetime new features entryAlexander Belopolsky2010-12-081-0/+21
|
* Entry for inspect.getattr_static().Raymond Hettinger2010-12-081-8/+9
|
* Example of argparge with subparsers.Raymond Hettinger2010-12-081-5/+24
|
* range() exampleRaymond Hettinger2010-12-081-1/+10
|
* Nits.Raymond Hettinger2010-12-081-2/+1
|
* Clean-ups.Raymond Hettinger2010-12-081-12/+13
|
* Add example for concurrent.futures.Raymond Hettinger2010-12-081-5/+25
|
* Update whatsnew. Salt the random number seed.Raymond Hettinger2010-12-081-6/+12
|
* Martin's name with Unicode.Raymond Hettinger2010-12-071-1/+4
|
* Make the example a little more interesting and useful.Raymond Hettinger2010-12-071-0/+3
|
* Clean-ups and examples.Raymond Hettinger2010-12-071-7/+8
|