| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue 12003: fixing error in xrange alternative sample | Eli Bendersky | 2011-05-23 | 1 | -1/+1 |
|
|
| * | Simplify example | Raymond Hettinger | 2011-05-21 | 1 | -4/+0 |
|
|
| * | 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 |
|
|
| * | #12093: fix typo in struct doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-05-17 | 1 | -1/+1 |
|
|
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -2/+2 |
|
|
| * | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|
|
| * | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 |
|
|
| * | #11985: document the return value of platform.python_implementation for PyPy. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 |
|
|
| * | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-03 | 1 | -0/+4 |
|
|
| * | Fix grammar to include both integer types in 2.x | Éric Araujo | 2011-05-02 | 1 | -2/+2 |
|
|
| * | Fix spelling. | Raymond Hettinger | 2011-05-02 | 1 | -1/+1 |
|
|
| * | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -1/+5 |
|
|
| * | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|
|
| * | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-30 | 1 | -3/+107 |
|
|
| * | #11952: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|
|
| * | Merged solution for #11786 from 2.6 | Łukasz Langa | 2011-04-28 | 1 | -4/+6 |
| |\ |
|
| | * | Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). | Łukasz Langa | 2011-04-28 | 1 | -5/+7 |
|
|
| * | | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+24 |
|
|
| * | | Fix some more markup glitches in argparse doc. | Ezio Melotti | 2011-04-21 | 1 | -98/+110 |
|
|
| * | | The \ is not supported in Sphinx 0.6. | Ezio Melotti | 2011-04-21 | 1 | -6/+2 |
|
|
| * | | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
|
|
| * | | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -4/+4 |
|
|
| * | | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 |
|
|
| * | | Add the :mod: role where it was missing. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 |
|
|
| * | | #11885: capitalize Python. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 |
|
|
| * | | Fix wrong number of functions noticed by Sandro Tosi. | Ezio Melotti | 2011-04-19 | 1 | -1/+1 |
|
|
| * | | Updated documentation on fileConfig(). | Vinay Sajip | 2011-04-19 | 1 | -7/+21 |
|
|
| * | | Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 | Victor Stinner | 2011-04-18 | 1 | -0/+2 |
|
|
| * | | Fix a few hyphens in argparse.rst. | Ezio Melotti | 2011-04-16 | 1 | -21/+21 |
|
|
| * | | 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 |
|
|
| * | | #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 | -5/+35 |
|
|
| * | | #9101: backport json reference in configparser doc. | Ezio Melotti | 2011-04-14 | 1 | -0/+10 |
|
|
| * | | Transplant: Fix wording and clarify that the IDNA codec operates on full doma... | R David Murray | 2011-04-13 | 1 | -2/+8 |
|
|
| * | | #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-13 | 1 | -3/+3 |
|
|
| * | | Issue #11794: Reorganised logging documentation. | Vinay Sajip | 2011-04-08 | 4 | -3178/+1811 |
|
|
| * | | Issue #11639: Configuration function documentation referred to logging.XXX ra... | Vinay Sajip | 2011-03-29 | 1 | -14/+3 |
|
|
| * | | Issue #11639: Configuration function documentation referred to logging.XXX ra... | Vinay Sajip | 2011-03-29 | 1 | -0/+14 |
| |\ \
| |/ |
|
| | * | Issue #11639: Configuration function documentation referred to logging.XXX ra... | Vinay Sajip | 2011-03-29 | 1 | -0/+4 |
|
|
| | * | Merged revisions 81053,81259,81265 via svnmerge from | Florent Xicluna | 2010-08-09 | 1 | -3/+3 |
|
|
| | * | Fix 2.7ism. | Georg Brandl | 2010-08-03 | 1 | -7/+4 |
|
|
| | * | Merged revisions 83567 via svnmerge from | Georg Brandl | 2010-08-02 | 1 | -4/+10 |
|
|
| | * | Merged revisions 83593 via svnmerge from | Georg Brandl | 2010-08-02 | 4 | -12/+16 |
|
|
| | * | Issue 9264: Document trace module command line options. Patch by Eli Bendersky. | Alexander Belopolsky | 2010-08-02 | 1 | -42/+107 |
|
|
| | * | #9061: warn that single quotes are not escaped. | Georg Brandl | 2010-08-02 | 1 | -4/+7 |
|
|
| | * | Merged revisions 82571,82603,82845,82852,82953,82981,83013,83077,83082,83164,... | Georg Brandl | 2010-08-01 | 7 | -15/+30 |
|
|
| | * | Merged revisions 82793-82794,82807,82876,83432 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+18 |
|
|
| | * | Merged revisions 83421,83424 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+3 |
|
|