summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Suppress trailing spaces in table paragraphs.Georg Brandl2011-01-191-0/+4
|
* Expand entry for pydoc.Raymond Hettinger2011-01-191-3/+5
|
* Improve looks by replacing a bullet list with a table.Raymond Hettinger2011-01-191-6/+10
|
* Add examples for inspect.Raymond Hettinger2011-01-191-6/+33
|
* Fix typo in example of barrier timeouts from r88102David Malcolm2011-01-181-1/+1
|
* Expand barrier example to show time-outs.Raymond Hettinger2011-01-181-5/+20
|
* Missing word.Raymond Hettinger2011-01-181-2/+2
|
* Reword the OrderedDict entry to emphasize the default behavior,Raymond Hettinger2011-01-181-10/+12
| | | | to show equivalent code, and to provide a use case.
* Typos.Raymond Hettinger2011-01-181-10/+10
|
* More nits.Raymond Hettinger2011-01-181-11/+12
|
* Nits.Raymond Hettinger2011-01-181-17/+16
|
* More nits.Raymond Hettinger2011-01-181-6/+5
|
* Add example for the abc module.Raymond Hettinger2011-01-181-5/+13
|
* Nits.Raymond Hettinger2011-01-181-9/+13
|
* Add an import to the logging exampleRaymond Hettinger2011-01-171-0/+1
|
* The example for configparser was weird.Raymond Hettinger2011-01-171-24/+31
|
* Beautify code examples.Raymond Hettinger2011-01-171-80/+80
|
* Wording nits.Raymond Hettinger2011-01-171-4/+3
|
* Fix-up the XXX for importlib.abc.Raymond Hettinger2011-01-171-4/+6
|
* Tidy-up the ssl section.Raymond Hettinger2011-01-171-38/+33
|
* Note that two-phase cyclic barriers are suitable for use in loops.Raymond Hettinger2011-01-171-2/+4
|
* Placeholder sentence pointing out that imoprtlib has updated (as well as ↵Brett Cannon2011-01-161-0/+5
| | | | deprecated) ABCs thanks to the new .pyc situation.
* Mention deprecation of PyEval_{Acquire,Release}Lock().Antoine Pitrou2011-01-161-0/+5
|
* More SSL-related stuffAntoine Pitrou2011-01-161-0/+12
|
* Mention HTTP 0.9's partial demise.Antoine Pitrou2011-01-161-0/+6
|
* Mention the new context parameter to FTP_TLS, and the small API changeAntoine Pitrou2011-01-161-0/+15
| | | | in subprocess.Popen.
* Issue 10889: Added entry for handling of indexing and slicing with ranges ↵Raymond Hettinger2011-01-161-4/+4
| | | | bigger than sys.maxsize.
* Get proper creditAntoine Pitrou2011-01-161-1/+1
|
* Fix misindentAntoine Pitrou2011-01-161-5/+5
|
* Better description of SSL-related changesAntoine Pitrou2011-01-161-7/+15
|
* Clean-up comment.Raymond Hettinger2011-01-161-2/+2
|
* Fix two small issues.Georg Brandl2011-01-161-3/+3
|
* Fix "make suspicious" errors and update ignore file.Georg Brandl2011-01-153-2/+24
|
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-1514-57/+57
|
* Update to 1.0.7.Georg Brandl2011-01-153-3/+3
|
* NitsAntoine Pitrou2011-01-151-10/+6
|
* Issue #10913: Deprecate misleading functions PyEval_AcquireLock() andAntoine Pitrou2011-01-151-0/+18
| | | | PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
* Reword and restructure the GIL API docAntoine Pitrou2011-01-151-152/+156
|
* Add mention of how to switch interpretersAntoine Pitrou2011-01-151-1/+3
|
* Improve description of issuesAntoine Pitrou2011-01-151-7/+10
|
* Restructure a bitAntoine Pitrou2011-01-151-79/+100
|
* Standard streams use file descriptors, not FILE pointers.Antoine Pitrou2011-01-151-1/+1
|
* Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks ↵Eli Bendersky2011-01-151-0/+3
| | | | to Devin Jeanpierre for spotting the problem.
* urllib doc: add versionchanged sections for parse_qs() and parse_qsl()Victor Stinner2011-01-141-0/+6
|
* Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-141-2/+10
|
* Issue #10902: Fix reference to run* methodsEli Bendersky2011-01-141-1/+1
|
* Issue #9268: Documented -m pickletools usage.Alexander Belopolsky2011-01-131-0/+64
| | | | Also added a source code link.
* Fix the example output of count().Georg Brandl2011-01-131-1/+1
|
* Add semicolon for consistency.Georg Brandl2011-01-131-1/+1
|
* Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-123-3/+3
|