summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ported some test cases from 2.7 for #11638Jason R. Coombs2011-12-261-2/+21
* merge with 3.2Georg Brandl2011-12-251-7/+7
|\
| * I do not think we will ever have auto-indent at the prompt, that is for IPyth...Georg Brandl2011-12-251-7/+7
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * use list() to wrap range() in itertools.permutations() example; thanks to Rom...Sandro Tosi2011-12-251-1/+1
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * fix "Title underline too short" sphinx warningSandro Tosi2011-12-251-1/+1
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@Sandro Tosi2011-12-251-1/+1
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * fix to sent/send typoSandro Tosi2011-12-251-1/+1
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@Sandro Tosi2011-12-251-1/+1
* | merge with 3.2Sandro Tosi2011-12-241-1/+1
|\ \ | |/
| * point IronPython to ironpython.net; thanks to Lazar Pancic from docs@Sandro Tosi2011-12-241-1/+1
* | merge with 3.2Sandro Tosi2011-12-241-1/+1
|\ \ | |/
| * fix Rather that/Rather than; thanks to Reuben Thomas from docs@Sandro Tosi2011-12-241-1/+1
* | merge with 3.2Sandro Tosi2011-12-241-1/+1
|\ \ | |/
| * remove spurious dot from string formatting example; thanks to Anthon van der ...Sandro Tosi2011-12-241-1/+1
* | merge with 3.2Sandro Tosi2011-12-241-3/+3
|\ \ | |/
| * correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-d...Sandro Tosi2011-12-241-3/+3
* | Issue #13632: Update token documentation to reflect actual token typesMeador Inge2011-12-241-1/+2
|\ \ | |/
| * Issue #13632: Update token documentation to reflect actual token typesMeador Inge2011-12-241-1/+2
* | merge 3.2Benjamin Peterson2011-12-241-2/+2
|\ \ | |/
| * parameter_list was meant hereBenjamin Peterson2011-12-241-1/+1
| * kill superfluous 'comprehension' case (closes #13658)Benjamin Peterson2011-12-241-1/+1
* | Add whatsnew itemsAntoine Pitrou2011-12-231-0/+12
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
|\ \ | |/
| * Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
* | Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.Charles-François Natali2011-12-232-16/+10
* | Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-235-7/+73
* | merge from 3.2. Minor code style improvements in http.server suggested in Is...Senthil Kumaran2011-12-231-6/+3
|\ \ | |/
| * Minor code style improvements in http.server suggested in Issue13294.Senthil Kumaran2011-12-231-6/+3
* | merge from 3.2. News update.Senthil Kumaran2011-12-231-0/+2
|\ \ | |/
| * News entry for Issue12798Senthil Kumaran2011-12-231-0/+2
* | Merge changes from 3.2Senthil Kumaran2011-12-231-43/+59
|\ \ | |/
| * Issue12798 - Update mimetypes documentation. Correct the doc section whereSenthil Kumaran2011-12-231-43/+59
* | Forgot the data file for Diffie-Hellman tests.Antoine Pitrou2011-12-221-0/+9
* | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-227-6/+103
* | Merge with 3.2.Ross Lagerwall2011-12-220-0/+0
|\ \ | |/
| * Don't redefine _GNU_SOURCE if it's already defined.Ross Lagerwall2011-12-221-2/+2
* | Merge with 3.2 for #11006.Ross Lagerwall2011-12-222-6/+2
|\ \ | |/
| * Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.Ross Lagerwall2011-12-222-6/+2
* | fix PyCompactUnicodeObject doc (test)Victor Stinner2011-12-221-1/+1
* | MergeMichael Foord2011-12-223-4/+25
|\ \ | |/
| * Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...Michael Foord2011-12-223-4/+25
* | merge headsBenjamin Peterson2011-12-2118-171/+371
|\ \
| * \ Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-83/+43
| |\ \ | | |/
| | * Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-68/+35
| * | Issue #13645: fix test_import failure when run immediately after test_coding.Antoine Pitrou2011-12-211-1/+2
| |\ \ | | |/