summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.2 (#9254, #8982, #9788)Éric Araujo2011-07-293-18/+16
|\
| * Document that atexit execution order is undefined (#9788)Éric Araujo2011-07-291-1/+3
| * Add a link target for argparse.Namespace (#8982)Éric Araujo2011-07-291-7/+10
| * Let the doc of __import__ link to importlib (#9254).Éric Araujo2011-07-291-10/+3
| * Branch mergeÉric Araujo2011-07-293-36/+18
| |\
* | | Expand shlex.quote example (#9723)Éric Araujo2011-07-291-5/+22
* | | Branch mergeÉric Araujo2011-07-296-41/+43
|\ \ \
| * \ \ Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-294-38/+20
| |\ \ \ | | | |/ | | |/|
| | * | Branch mergeÉric Araujo2011-07-282-35/+17
| | |\ \
| | | * \ Merge profile docs followup (#12417) from 3.1Éric Araujo2011-07-281-25/+1
| | | |\ \
| | | | * | Remove mentions of previous license in profile module docs (#12417 followup).Éric Araujo2011-07-281-25/+1
| | | * | | Update documentation for shutil.move (#12043) and fix a few typos.Éric Araujo2011-07-281-10/+16
| | * | | | Fix “anyways” (following R. David Murray in 4d5a546b6186)Éric Araujo2011-07-261-1/+1
| | |/ / /
| * | | | Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-272-3/+23
* | | | | Merge from 3.2: Issue #12644: document the '%a' conversion in the old string ...Eli Bendersky2011-07-291-3/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #12644: document the '%a' conversion in the old string formatting opera...Eli Bendersky2011-07-291-3/+6
| | |/ / | |/| |
* | | | fix doc typo for library/test.rstEli Bendersky2011-07-271-1/+1
| |/ / |/| |
* | | #12547: Fix example in nntplib doc. Patch by July Tikhonov.Ezio Melotti2011-07-261-2/+2
* | | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-251-4/+3
* | | Issue #12102: Merge with 3.2.Ross Lagerwall2011-07-251-0/+6
|\ \ \ | |/ /
| * | Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-251-0/+6
* | | Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...Antoine Pitrou2011-07-231-1/+9
* | | 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
* | | 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-151-3/+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-141-0/+8
* | | 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