summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Make it clear that PyNumber_AsSsize_t() returns -1 on error.Antoine Pitrou2011-07-131-1/+3
|\
| * Make it clear that PyNumber_AsSsize_t() returns -1 on error.Antoine Pitrou2011-07-131-1/+3
* | Merge doc change from 3.2.Georg Brandl2011-07-131-3/+3
|\ \ | |/
| * Clarify that PyErr_NewException creates an exception *class*, not instance.Georg Brandl2011-07-131-3/+3
* | #12547: Fix import and output in nntplib example. Initial patch by July Tikho...Ezio Melotti2011-07-131-2/+2
* | Use infinitive, not 3rd person of present tense.Antoine Pitrou2011-07-101-1/+1
|\ \ | |/
| * Use infinitive, not 3rd person of present tense.Antoine Pitrou2011-07-101-1/+1
* | Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.Antoine Pitrou2011-07-101-18/+43
|\ \ | |/
| * Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.Antoine Pitrou2011-07-101-18/+43
* | Mention logging.captureWarnings in the warnings module doc.Antoine Pitrou2011-07-091-0/+4
|\ \ | |/
| * Mention logging.captureWarnings in the warnings module doc.Antoine Pitrou2011-07-091-0/+4
| * Move sys.subversion at the right place in alphabetical order, and informally ...Antoine Pitrou2011-07-091-12/+18
* | Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-092-0/+19
|\ \ | |/
| * Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-092-0/+19
* | Fix syntax in packaging docs and update suspicious ignore file.Georg Brandl2011-07-094-5/+28
* | Fix markup and remove character unsupported by latex in 3.3 whatsnew doc.Georg Brandl2011-07-091-6/+6
* | Improve reST targetÉric Araujo2011-07-021-1/+1
* | (merge 3.2) Issue #12423: Fix os.abort() documentationVictor Stinner2011-07-082-3/+5
|\ \ | |/
| * Issue #12423: Fix os.abort() documentationVictor Stinner2011-07-082-3/+5
* | Issue #12016: Multibyte CJK decoders now resynchronize fasterVictor Stinner2011-07-071-0/+23
* | merge from 3.2Senthil Kumaran2011-07-042-2/+2
|\ \ | |/
| * Fix whitespace nit in datetime and os rst files.Senthil Kumaran2011-07-042-2/+2
* | Merge from 3.2 . Replace the term members with correct and appropriate termi...Senthil Kumaran2011-07-0422-125/+127
|\ \ | |/
| * issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-0422-125/+127
* | Merge with 3.2.Georg Brandl2011-07-042-2/+2
|\ \ | |/
| * Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release.Georg Brandl2011-07-042-2/+2
| |\
| | * Fix bad markup.Georg Brandl2011-07-031-1/+1
| | * Fix target path in message.Georg Brandl2011-07-031-1/+1
* | | merge from 3.2Senthil Kumaran2011-07-031-37/+38
|\ \ \ | |/ /
| * | reST indentation fix in sqlite3 docs. rst uses 3 space indentation.Senthil Kumaran2011-07-031-37/+38
| |/
* | merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-8/+19
|\ \ | |/
| * #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-8/+19
* | Clean up NEWS entry and tests for shutil.disk_usage (#12442)Éric Araujo2011-07-021-1/+1
* | Issue #12442: add shutil.disk_usage()Giampaolo Rodola'2011-07-012-1/+18
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-282-2/+12
|\ \ | |/
| * Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-282-2/+12
* | Closes #12419: Added ident to SysLogHandler.Vinay Sajip2011-06-271-0/+9
* | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-272-0/+19
* | Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
|\ \ | |/
| * Issue #8890: Remove /tmp from examples.Raymond Hettinger2011-06-261-1/+1
* | #11363: merge with 3.2.Ezio Melotti2011-06-261-87/+135
|\ \ | |/
| * #11363: add missing functions from curses doc. Patch by Sandro Tosi.Ezio Melotti2011-06-261-0/+48
| * #11363: clean up curses doc.Ezio Melotti2011-06-261-87/+87
* | #11669: merge with 3.2.Ezio Melotti2011-06-261-2/+3
|\ \ | |/
| * #11669: rephrase footnote in the Compound Statements page.Ezio Melotti2011-06-261-2/+3
| * Use correct markup in zipimport.rst. Patch by Sara Magliacane.Ezio Melotti2011-06-251-3/+3
* | Use correct markup in zipimport.rst. Patch by Sara Magliacane.Ezio Melotti2011-06-251-3/+3
* | Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
|\ \ | |/
| * Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
* | Issue 11889: Clarify docs for enumerate.Raymond Hettinger2011-06-251-8/+7
|\ \ | |/