summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-201-0/+19
* #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-201-0/+28
* merge from 3.2 - Fix closes issue12524 - update http.client POST example with...Senthil Kumaran2011-07-201-4/+6
|\
| * Fix closes issue12524 - update http.client POST example with a working example.Senthil Kumaran2011-07-201-4/+6
* | merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. P...Senthil Kumaran2011-07-191-2/+4
|\ \ | |/
| * Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion b...Senthil Kumaran2011-07-191-2/+4
* | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...Antoine Pitrou2011-07-181-1/+3
|\ \ | |/
| * Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...Antoine Pitrou2011-07-181-1/+3
* | Fix English in packaging, too.R David Murray2011-07-181-1/+1
* | Merge English fix.R David Murray2011-07-181-1/+1
|\ \ | |/
| * Better English.R David Murray2011-07-181-1/+1
* | merge headsBenjamin Peterson2011-07-182-3/+14
|\ \
| * | Add Misc/NEWS entry and relevant doc change for issue 10271.Brett Cannon2011-07-181-2/+1
| * | fix whitespace in rst.Senthil Kumaran2011-07-171-2/+2
| |\ \ | | |/
| | * fix whitespace nit.Senthil Kumaran2011-07-171-2/+2
| * | merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http...Senthil Kumaran2011-07-171-1/+8
| |\ \ | | |/
| | * Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and htt...Senthil Kumaran2011-07-171-1/+8
| * | merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definit...Senthil Kumaran2011-07-171-0/+5
| |\ \ | | |/
| | * Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sa...Senthil Kumaran2011-07-171-0/+5
* | | excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-181-5/+0
|/ /
* | merge from 3.2Senthil Kumaran2011-07-171-18/+20
|\ \ | |/
| * Fix Issue10403 - datetime documentation clarification based on review in the ...Senthil Kumaran2011-07-171-18/+20
* | merge from 3.2Senthil Kumaran2011-07-171-4/+5
|\ \ | |/
| * Fix closes Issue11436 - Minor clarification to struct documentation for 's' f...Senthil Kumaran2011-07-171-4/+5
* | remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-161-3/+0
* | Remove duplicate "numbered" options for toctrees.Georg Brandl2011-07-152-4/+0
* | Fix :file: constructs in packaging.database docsÉric Araujo2011-07-151-2/+2
* | Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-142-0/+16
* | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-3/+0
|\ \ | |/
| * Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-3/+0
* | Issue #12550: Add chain optional argument to faulthandler.register()Victor Stinner2011-07-131-2/+2
* | 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