| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13528: rework the performance question in the programming FAQ | Antoine Pitrou | 2011-12-09 | 1 | -153/+62 |
|\ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Remove obsolete references to bsddb | Antoine Pitrou | 2011-12-04 | 1 | -46/+0 |
|
|
* | | Merge from 3.2 | Antoine Pitrou | 2011-12-03 | 1 | -77/+55 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Merge from 3.2 | Antoine Pitrou | 2011-12-03 | 2 | -48/+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 outdated FAQ content | Antoine Pitrou | 2011-12-03 | 1 | -32/+8 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Remove references to psyco, which is mostly unmaintained and doesn't work wit... | Antoine Pitrou | 2011-12-03 | 2 | -18/+4 |
|
|
* | | Merge doc fixes from 3.2 | Antoine Pitrou | 2011-12-03 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Clarify concatenation behaviour of immutable strings, and remove explicit | Antoine Pitrou | 2011-11-25 | 1 | -0/+26 |
|
|
* | | Remove obsolete FAQ. | Ezio Melotti | 2011-10-23 | 1 | -31/+0 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-10-14 | 1 | -6/+0 |
|\ \
| |/ |
|
| * | Update dead references from py.org/dev/faq to the devguide (#13176) | Éric Araujo | 2011-10-14 | 1 | -9/+3 |
|
|
* | | Merge doc changes from 3.2. | Éric Araujo | 2011-09-01 | 3 | -12/+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 |
|
|
* | | Merge 3.2. | Georg Brandl | 2011-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Close #12838: fix range() call. | Georg Brandl | 2011-08-25 | 1 | -1/+1 |
|
|
* | | Replace links to the old dev doc with links to the new devguide. | Éric Araujo | 2011-02-26 | 1 | -3/+3 |
|/ |
|
* | 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 |
|
|