summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed markup errorsEzio Melotti2010-01-043-3/+3
|
* :stmt: -> :keyword:Ezio Melotti2010-01-031-1/+1
|
* #7618: fix highlight of code blocksEzio Melotti2010-01-031-7/+19
|
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-032-5/+14
| | | | | | source_address parameter. Also cleans up an annotation in the socket documentation.
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-031-1/+7
| | | | For use by issue3972.
* Add a few itemsAndrew M. Kuchling2010-01-031-13/+20
|
* Correct documentation for s* z* and w*, the argument that should be passedGregory P. Smith2010-01-021-3/+3
| | | | is the address of a Py_buffer, not a Py_buffer *.
* Clarify that the rect, phase and polar functions work with radians.Mark Dickinson2010-01-021-2/+2
|
* more copyright year updatesEzio Melotti2010-01-012-2/+2
|
* Add some missing command-line options to the main list. All but -V were alreadyBrett Cannon2010-01-011-2/+4
| | | | documented. Left -V undocumented for now (and -U was already undocumented).
* add another advancementBenjamin Peterson2009-12-311-3/+4
|
* Add various itemsAndrew M. Kuchling2009-12-311-1/+26
|
* Add some itemsAndrew M. Kuchling2009-12-311-9/+27
|
* check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)Benjamin Peterson2009-12-301-1/+4
| | | | | Also, add a note to the docs about the better behavior of T_OBJECT_EX as compared to T_OBJECT.
* We only support Windows NT derivatives now.Georg Brandl2009-12-301-3/+1
|
* #7602: improve "clean" and "checkout" targets now that all tools are in ↵Georg Brandl2009-12-301-5/+4
| | | | externals.
* #7487: update Pygments version.Georg Brandl2009-12-302-2/+2
|
* Use new Pygments version.Georg Brandl2009-12-301-1/+1
|
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ↵Ezio Melotti2009-12-301-20/+27
| | | | Curtin.
* Add various itemsAndrew M. Kuchling2009-12-291-3/+68
|
* #7595: fix typo in argument default constant.Georg Brandl2009-12-291-1/+1
|
* Various additionsAndrew M. Kuchling2009-12-291-26/+66
|
* Fix wrong markup.Georg Brandl2009-12-291-2/+2
|
* Improve markup of ctypes docs.Georg Brandl2009-12-291-321/+326
|
* #7569: clarification about c_char_p.Georg Brandl2009-12-291-2/+4
|
* document new fix_callable behaviorBenjamin Peterson2009-12-281-1/+2
|
* #7404: remove reference to non-existing example files.Georg Brandl2009-12-281-3/+1
|
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ↵Georg Brandl2009-12-282-0/+15
| | | | exceptions a docstring.
* #7586: fix typo.Georg Brandl2009-12-281-1/+1
|
* #7577: fix signature of PyBuffer_FillInfo().Georg Brandl2009-12-281-1/+1
|
* Updated sys.flags table in DocEzio Melotti2009-12-251-0/+4
|
* Added markup and default arg, fixed exampleEzio Melotti2009-12-241-7/+7
|
* Fix for Issue7570: Error in urllib2 example.Senthil Kumaran2009-12-241-2/+2
|
* Make a word plural.Brett Cannon2009-12-221-1/+1
|
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+13
| | | | Thanks Case Van Horsen for the patch.
* builtin-ins -> builtinsBenjamin Peterson2009-12-201-6/+6
|
* #7381: subprocess documentation and library docstring consistency fixes.Georg Brandl2009-12-201-7/+9
|
* Small indentation fix.Georg Brandl2009-12-201-1/+1
|
* #7495: backport Programming FAQ review to trunk.Georg Brandl2009-12-201-85/+70
|
* Document the headers parameter for set_tunnel.Senthil Kumaran2009-12-201-1/+4
|
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-1922-26/+26
|
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-4/+14
|
* #7480: remove tautology.Georg Brandl2009-12-191-2/+1
|
* #7479: add note about function availability on Unices.Georg Brandl2009-12-191-13/+18
|
* #7493: review of Design FAQ by Florent Xicluna.Georg Brandl2009-12-191-69/+75
|
* #7521: remove Py_GetBuildNumber(), which was removed in favor of ↵Georg Brandl2009-12-191-9/+0
| | | | Py_GetBuildInfo().
* #7527: use standard versionadded tags.Georg Brandl2009-12-191-3/+5
|
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-0/+16
| | | | math module.
* Issue #7529: logging: Minor correction to documentation.Vinay Sajip2009-12-171-0/+2
|
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+14
| | | | testing on Windows.