| Commit message (Expand) | Author | Age | Files | Lines |
* | Add link to a sample solution to a common problem. | Raymond Hettinger | 2010-12-17 | 1 | -0/+3 |
|
|
* | Issue #10601: sys.displayhook uses 'backslashreplace' error handler on | Victor Stinner | 2010-12-04 | 1 | -2/+28 |
|
|
* | Fix usage of :option: in the docs (#9312). | Éric Araujo | 2010-11-18 | 1 | -3/+3 |
|
|
* | Issue #7061: Dropped "for Tk" from turtle module title and moved its | Alexander Belopolsky | 2010-10-27 | 1 | -1/+1 |
|
|
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+24 |
|
|
* | #9237: document sys.call_tracing(). | Georg Brandl | 2010-10-17 | 1 | -0/+7 |
|
|
* | #5962: clarify sys.exit() vs. threads. | Georg Brandl | 2010-10-17 | 1 | -13/+19 |
|
|
* | abiflags: alphabetize and versionadded | Barry Warsaw | 2010-10-16 | 1 | -5/+7 |
|
|
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -0/+5 |
|
|
* | #6798: fix wrong docs for the arguments to several trace events. | Georg Brandl | 2010-10-15 | 1 | -4/+5 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -5/+5 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -4/+4 |
|
|
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -9/+0 |
|
|
* | Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() | Antoine Pitrou | 2010-09-01 | 1 | -12/+0 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -4/+4 |
|
|
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 1 | -1/+1 |
|
|
* | #9442: do not document a specific format for sys.version; rather refer to ver... | Georg Brandl | 2010-07-31 | 1 | -9/+4 |
|
|
* | #5778: document that sys.version can contain a newline. | Georg Brandl | 2010-07-31 | 1 | -2/+3 |
|
|
* | Merged revisions 82476 via svnmerge from | Mark Dickinson | 2010-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 82446 via svnmerge from | Mark Dickinson | 2010-07-02 | 1 | -35/+61 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+24 |
|
|
* | Issue #8610: Load file system codec at startup, and display a fatal error on | Victor Stinner | 2010-05-15 | 1 | -5/+7 |
|
|
* | Merged revisions 80620 via svnmerge from | Ezio Melotti | 2010-04-29 | 1 | -7/+9 |
|
|
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+4 |
|
|
* | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 1 | -10/+7 |
|
|
* | Merged revisions 78859-78860 via svnmerge from | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
|
|
* | updated/removed a few versionadded/versionchanged | Ezio Melotti | 2010-01-27 | 1 | -1/+1 |
|
|
* | Merged revisions 77767 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -1/+1 |
|
|
* | Merged revisions 77763 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -5/+30 |
|
|
* | Merged revisions 77050 via svnmerge from | Ezio Melotti | 2009-12-25 | 1 | -5/+3 |
|
|
* | Add version tags to sys.{get,set}switchinterval | Antoine Pitrou | 2009-11-11 | 1 | -0/+4 |
|
|
* | Add a couple of words about the new GIL implementation | Antoine Pitrou | 2009-11-10 | 1 | -0/+25 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -10/+12 |
|
|
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -1/+0 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -6/+7 |
|
|
* | Merged revisions 75024 via svnmerge from | Brett Cannon | 2009-09-22 | 1 | -1/+1 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -1/+0 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -3/+5 |
|
|
* | rewrite binary std streams part; note that detach()/buffer will not always work | Benjamin Peterson | 2009-06-14 | 1 | -3/+8 |
|
|
* | typo | Benjamin Peterson | 2009-05-13 | 1 | -1/+1 |
|
|
* | two edits | Benjamin Peterson | 2009-05-12 | 1 | -2/+2 |
|
|
* | add example function | Benjamin Peterson | 2009-05-12 | 1 | -1/+7 |
|
|
* | detach() is a nifty trick for making std* binary | Benjamin Peterson | 2009-05-12 | 1 | -5/+4 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+13 |
|
|
* | Update whatsnew based on doc search. | Raymond Hettinger | 2009-04-09 | 1 | -1/+1 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -8/+12 |
|
|
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 1 | -0/+37 |
|
|
* | Add ..versionadded for sys.int_info, update py3k version of | Mark Dickinson | 2009-03-20 | 1 | -0/+2 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -0/+17 |
|
|