| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha... | Antoine Pitrou | 2011-03-15 | 1 | -2/+3 |
|
|
* | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an... | Antoine Pitrou | 2011-03-13 | 1 | -4/+2 |
|
|
* | Nits | Antoine Pitrou | 2011-01-15 | 1 | -10/+6 |
|
|
* | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and | Antoine Pitrou | 2011-01-15 | 1 | -0/+18 |
|
|
* | Reword and restructure the GIL API doc | Antoine Pitrou | 2011-01-15 | 1 | -152/+156 |
|
|
* | Add mention of how to switch interpreters | Antoine Pitrou | 2011-01-15 | 1 | -1/+3 |
|
|
* | Improve description of issues | Antoine Pitrou | 2011-01-15 | 1 | -7/+10 |
|
|
* | Restructure a bit | Antoine Pitrou | 2011-01-15 | 1 | -79/+100 |
|
|
* | Standard streams use file descriptors, not FILE pointers. | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
|
|
* | #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONH... | Georg Brandl | 2010-12-02 | 1 | -2/+3 |
|
|
* | Be consistent in the spelling of thread-safe(ty). | Georg Brandl | 2010-10-19 | 1 | -1/+1 |
|
|
* | #6798: fix wrong docs for the arguments to several trace events. | Georg Brandl | 2010-10-15 | 1 | -4/+5 |
|
|
* | Fix spelling and markup. | Georg Brandl | 2010-10-06 | 1 | -10/+10 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -154/+154 |
|
|
* | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -2/+23 |
|
|
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 1 | -1/+1 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -5/+33 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -8/+9 |
|
|
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -2/+2 |
|
|
* | Merged revisions 76883 via svnmerge from | Georg Brandl | 2009-12-19 | 1 | -7/+0 |
|
|
* | Merged revisions 74841 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -0/+16 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -0/+4 |
|
|
* | Py_(Set|Get)PythonHome use wchar_t #6913 | Benjamin Peterson | 2009-09-15 | 1 | -2/+2 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -4/+3 |
|
|
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 1 | -2/+1 |
|
|
* | Merged revisions 71874,71882,71890 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-26 | 1 | -7/+7 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -78/+79 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 1 | -1/+1 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 1 | -7/+25 |
|
|
* | Merged revisions 68568,68665 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -3/+3 |
|
|
* | Merged revisions 68425,68461,68498 via svnmerge from | Benjamin Peterson | 2009-01-13 | 1 | -0/+44 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -3/+3 |
|
|
* | correct return type | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -13/+11 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -8/+9 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -3/+3 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -2/+0 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -0/+48 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -4/+4 |
|
|
* | Remove versionadded and versionchanged directives, fold information into text... | Georg Brandl | 2007-09-01 | 1 | -24/+0 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+936 |
|
|