summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* try to always use the old APIBenjamin Peterson2011-12-271-4/+5
|
* fix for old kernels which don't have epoll_create1Benjamin Peterson2011-12-274-5/+45
|
* merge 3.2Benjamin Peterson2011-12-271-0/+1
|\
| * propgate error in other conditionsBenjamin Peterson2011-12-271-0/+1
| |
* | add a flags parameter to select.epollBenjamin Peterson2011-12-274-24/+31
| |
* | 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 ↵Georg Brandl2011-12-251-7/+7
| | | | | | | | IPython and the like.
* | merge with 3.2Sandro Tosi2011-12-251-1/+1
|\ \ | |/
| * use list() to wrap range() in itertools.permutations() example; thanks to ↵Sandro Tosi2011-12-251-1/+1
| | | | | | | | Romain MORLEVAT from docs@
* | 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
| | | | | | | | Neut from docs@
* | merge with 3.2Sandro Tosi2011-12-241-3/+3
|\ \ | |/
| * correct syslog.openlog() argument name to logoption; thanks to Arnaud ↵Sandro Tosi2011-12-241-3/+3
| | | | | | | | Gomes-do-Vale from docs@
* | 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
|\ \ | |/ | | | | dropped connections in case of simultaneous connection requests.
| * Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
| | | | | | | | dropped connections in case of simultaneous connection requests.
* | 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
| | | | | | | | Patch by sbt.
* | merge from 3.2. Minor code style improvements in http.server suggested in ↵Senthil Kumaran2011-12-231-6/+3
|\ \ | |/ | | | | Issue13294.
| * 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 where common_types was mentioned under MimeTypes class, move it to helper function category and other documentation improvements contributed by Sandro Tosi.
| * Issue12798 - Update mimetypes documentation. Correct the doc section whereSenthil Kumaran2011-12-231-43/+59
| | | | | | | | | | common_types was mentioned under MimeTypes class, move it to helper function category and other documentation improvements contributed by Sandro Tosi.
* | 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
| | | | | | | | SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.
* | 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
|\ \ | |/