| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew... | Mark Dickinson | 2012-05-13 | 1 | -37/+26 |
|
|
* | #14770: improve the library FAQ. | Ezio Melotti | 2012-05-13 | 1 | -54/+45 |
|
|
* | Removed outdated statement about pickle's and marshal's relative performance. | Antoine Pitrou | 2012-05-10 | 1 | -8/+0 |
|
|
* | Closes #14306: clarify expensiveness of try-except and update code snippet | Georg Brandl | 2012-03-17 | 1 | -5/+5 |
|
|
* | Closes #14305: fix typo. | Georg Brandl | 2012-03-14 | 1 | -2/+2 |
|
|
* | Update mention of Subversion in the FAQ. | Éric Araujo | 2012-02-12 | 1 | -1/+1 |
|
|
* | Issue #13528: rework the performance question in the programming FAQ | Antoine Pitrou | 2011-12-09 | 1 | -153/+62 |
|
|
* | Remove obsolete references to bsddb | Antoine Pitrou | 2011-12-04 | 1 | -46/+0 |
|
|
* | Streamline mention of sorted() | Antoine Pitrou | 2011-12-03 | 1 | -4/+4 |
|
|
* | Break down and refine memory management question | Antoine Pitrou | 2011-12-03 | 1 | -41/+34 |
|
|
* | Reformulate answer, and remove off-topic discussion of bytecode in a question... | Antoine Pitrou | 2011-12-03 | 1 | -32/+17 |
|
|
* | Fix compatibility statement. | Antoine Pitrou | 2011-12-03 | 1 | -1/+1 |
|
|
* | Remove outdated question (the bsddb module isn't included anymore) | Antoine Pitrou | 2011-12-03 | 1 | -35/+0 |
|
|
* | Refine FAQ entry for catching stdout | Antoine Pitrou | 2011-12-03 | 1 | -6/+15 |
|
|
* | Advocate PyTuple_Pack instead of manual building of tuples | Antoine Pitrou | 2011-12-03 | 1 | -6/+1 |
|
|
* | Remove outdate FAQ content | Antoine Pitrou | 2011-12-03 | 1 | -32/+8 |
|
|
* | Streamline FAQ entry about the ternary operator, and suggest using io.StringI... | Antoine Pitrou | 2011-12-03 | 1 | -54/+20 |
|
|
* | Remove references to psyco, which is mostly unmaintained and doesn't work wit... | Antoine Pitrou | 2011-12-03 | 2 | -18/+4 |
|
|
* | Mention the new GTK+ 3 bindings. | Antoine Pitrou | 2011-12-03 | 1 | -2/+6 |
|
|
* | Clarify concatenation behaviour of immutable strings, and remove explicit | Antoine Pitrou | 2011-11-25 | 1 | -0/+26 |
|
|
* | Update dead references from py.org/dev/faq to the devguide (#13176) | Éric Araujo | 2011-10-14 | 1 | -9/+3 |
|
|
* | Adapt/remove mentions of functions gone in 3.x | Éric Araujo | 2011-09-01 | 2 | -10/+1 |
|
|
* | Fix some misuses of Sphinx roles and one typo | Éric Araujo | 2011-09-01 | 2 | -2/+2 |
|
|
* | Close #12838: fix range() call. | Georg Brandl | 2011-08-25 | 1 | -1/+1 |
|
|
* | Mention asyncore and Twisted in the library FAQ. | Antoine Pitrou | 2011-02-05 | 1 | -1/+8 |
|
|
* | Mention concurrent.futures and update answers about the GIL. | Antoine Pitrou | 2011-02-05 | 1 | -21/+27 |
|
|
* | Update test of "why is Python installed" FAQ. | Antoine Pitrou | 2011-02-05 | 1 | -5/+5 |
|
|
* | Mention Cython and remove obsolete alternatives | Antoine Pitrou | 2011-02-05 | 3 | -12/+11 |
|
|
* | Update info in the GUI FAQ | Antoine Pitrou | 2011-02-05 | 1 | -12/+18 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
|
|
* | Make file names consistent. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | #9086: correct wrong terminology about linking with pythonXY.dll. | Georg Brandl | 2010-10-17 | 1 | -11/+11 |
|
|
* | Fix errors found by "make suspicious". | Georg Brandl | 2010-10-06 | 2 | -2/+2 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 4 | -31/+31 |
|
|
* | #9582 - add a missing "are" and reflow the line. | Brian Curtin | 2010-09-23 | 1 | -2/+2 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 2 | -2/+2 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -2/+2 |
|
|
* | Update file-related information in the FAQ. | Antoine Pitrou | 2010-09-15 | 1 | -19/+27 |
|
|
* | Typo fix. | Georg Brandl | 2010-08-14 | 1 | -2/+2 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -1/+1 |
|
|
* | Take care of duplicate target name warnings. | Georg Brandl | 2010-07-12 | 1 | -5/+3 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -18/+23 |
|
|
* | Merged revisions 80009 via svnmerge from | Brian Curtin | 2010-04-12 | 1 | -1/+6 |
|
|
* | Merged revisions 79797 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -2/+3 |
|
|
* | Merged revisions 79181 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -4/+6 |
|
|
* | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 4 | -22/+25 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -1/+1 |
|
|
* | #7493: more review fixes. | Georg Brandl | 2009-12-20 | 1 | -91/+79 |
|
|
* | #7495: more review fixes. | Georg Brandl | 2009-12-20 | 1 | -8/+10 |
|
|
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 3 | -3/+3 |
|
|