Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor doc addition for clarity | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Add missing closing paren | Éric Araujo | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Issue 12126: removing incorrect claim about return value of select | Eli Bendersky | 2011-05-22 | 1 | -2/+1 |
| | |||||
* | this should actually be an IOError | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | add example for not using access | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
| | |||||
* | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Closes #6498: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
| | |||||
* | pprint usage example rethought. | Łukasz Langa | 2011-05-14 | 1 | -30/+99 |
| | |||||
* | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. | Ezio Melotti | 2011-05-14 | 1 | -16/+17 |
| | |||||
* | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
| | | | | | | | OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter! | ||||
* | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 4 | -16/+4 |
| | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 |
| | |||||
* | #11997: fix typo in init.rst. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-04 | 1 | -1/+1 |
| | | | | Patch by Bryce Verdier. | ||||
* | #11985: document the return value of platform.python_implementation for PyPy. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Branch merge | Éric Araujo | 2011-05-02 | 1 | -2/+2 |
|\ | |||||
| * | Fix wording | Éric Araujo | 2011-05-01 | 1 | -2/+2 |
| | | |||||
* | | Add missing colon | Éric Araujo | 2011-05-02 | 1 | -1/+1 |
| | | |||||
* | | Fix spelling. | Raymond Hettinger | 2011-05-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-01 | 1 | -0/+4 |
| | | | | | | | | mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. | ||||
* | | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -3/+7 |
| | | |||||
* | | #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
| | | |||||
* | | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
| | | |||||
* | | fix function name in example (closes #11966) | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 |
|/ | |||||
* | whitespace... | Brian Curtin | 2011-04-30 | 1 | -3/+3 |
| | |||||
* | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+98 |
| | |||||
* | #11952: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | Branch merge | Éric Araujo | 2011-04-27 | 8 | -14/+30 |
|\ | |||||
| * | Change markup so it generates a link | Éric Araujo | 2011-04-27 | 2 | -3/+3 |
| | | |||||
| * | Change markup so that it creates a link | Éric Araujo | 2011-04-25 | 1 | -1/+1 |
| | | |||||
| * | Branch merge | Éric Araujo | 2011-04-24 | 5 | -10/+26 |
| |\ | |||||
| | * | Fix weird executable name | Éric Araujo | 2011-04-22 | 1 | -1/+1 |
| | | | |||||
| | * | Add a space to make json doc a bit more readable | Éric Araujo | 2011-04-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix argument name in reST doc to match the code | Éric Araujo | 2011-04-20 | 1 | -2/+2 |
| | | | |||||
| | * | Branch merge | Éric Araujo | 2011-04-20 | 2 | -6/+22 |
| | |\ | |||||
| | | * | Advertise nesting directives for class/method and class/data combos. | Éric Araujo | 2011-04-16 | 1 | -4/+21 |
| | | | | | | | | | | | | | | | | Also fix a typo and a misleading example (method used to describe function). | ||||
| | | * | Kill last reference to defunct module | Éric Araujo | 2011-03-26 | 1 | -2/+1 |
| | | | | |||||
* | | | | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+23 |
|/ / / | | | | | | | | | | Patch by Sijin Joseph. | ||||
* | | | Fix wrong function name. Noticed by Clive Darke. | Ezio Melotti | 2011-04-20 | 1 | -1/+1 |
| | | | |||||
* | | | Fix wrong number of functions noticed by Sandro Tosi. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
|/ / | |||||
* | | #11865: fix typo in init.rst. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
| | | |||||
* | | Small wording fix. | Georg Brandl | 2011-04-16 | 1 | -3/+4 |
| | | |||||
* | | Issue #11855: Apply missing formatting for urlretrieve | Eli Bendersky | 2011-04-16 | 1 | -5/+5 |
| | | |||||
* | | Add another example to the collections module docs. | Raymond Hettinger | 2011-04-16 | 1 | -0/+20 |
| | | |||||
* | | #11843: remove duplicate line from table in distutil doc. | Ezio Melotti | 2011-04-15 | 1 | -2/+0 |
| | | |||||
* | | #4783: document that is not possible to use json.dump twice on the same stream. | Ezio Melotti | 2011-04-15 | 1 | -0/+5 |
| | | |||||
* | | Issue #11827: remove mention of list2cmdline in the doc of subprocess | Eli Bendersky | 2011-04-15 | 1 | -6/+37 |
| | | |||||
* | | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-14 | 1 | -29/+27 |
| | |