| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81380 via svnmerge from | Brett Cannon | 2010-05-20 | 1 | -1/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2397/+2397 |
|
|
* | Partial backport of r78826: leave import site error handler unchanged (print | Victor Stinner | 2010-03-21 | 1 | -2/+0 |
|
|
* | Merged revisions 78527,78531 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -5/+7 |
|
|
* | Merged revisions 74841 via svnmerge from | Thomas Wouters | 2009-09-16 | 1 | -13/+8 |
|
|
* | Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from | R. David Murray | 2009-07-19 | 1 | -1/+5 |
|
|
* | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -15/+19 |
|
|
* | Merged revisions 68360 via svnmerge from | Antoine Pitrou | 2009-01-06 | 1 | -0/+45 |
|
|
* | Fix compilation when --without-threads is given #3683 | Benjamin Peterson | 2008-09-01 | 1 | -1/+4 |
|
|
* | Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in | Brett Cannon | 2008-08-06 | 1 | -0/+13 |
|
|
* | Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh... | Nick Coghlan | 2008-07-13 | 1 | -3/+22 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -34/+34 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -34/+34 |
|
|
* | Build bots are working again - removing the hack | Christian Heimes | 2008-03-27 | 1 | -1/+1 |
|
|
* | Quick 'n dirty hack: Increase the magic by 2 to force a rebuild of pyc/pyo fi... | Christian Heimes | 2008-03-27 | 1 | -1/+1 |
|
|
* | Initialize PyCompilerFlags cf_flags with 0 | Christian Heimes | 2008-03-26 | 1 | -0/+2 |
|
|
* | Patch #2477: Added from __future__ import unicode_literals | Christian Heimes | 2008-03-26 | 1 | -1/+2 |
|
|
* | Speed up with statements by storing the __exit__ method on the stack instead ... | Nick Coghlan | 2008-03-07 | 1 | -1/+2 |
|
|
* | MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short. | Christian Heimes | 2008-02-23 | 1 | -0/+5 |
|
|
* | Issue #2051 and patch from Alexander Belopolsky: | Christian Heimes | 2008-02-23 | 1 | -13/+14 |
|
|
* | Fixed some references leaks in sys. | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Fixed #1776. __import__() no longer imports modules by file name | Christian Heimes | 2008-01-09 | 1 | -0/+10 |
|
|
* | patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG. | Georg Brandl | 2008-01-07 | 1 | -1/+1 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -2/+5 |
|
|
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute imp... | Christian Heimes | 2008-01-03 | 1 | -23/+51 |
|
|
* | Speed-up dictionary constructor by about 10%. | Raymond Hettinger | 2007-12-18 | 1 | -2/+2 |
|
|
* | Implement PEP 366 | Nick Coghlan | 2007-12-03 | 1 | -26/+86 |
|
|
* | Patch #1739468: Directories and zipfiles containing __main__.py are now execu... | Nick Coghlan | 2007-11-18 | 1 | -7/+20 |
|
|
* | Backport of Guido's review of my patch. | Christian Heimes | 2007-11-07 | 1 | -7/+5 |
|
|
* | Backported fix for bug #1392 from py3k branch r58903. | Christian Heimes | 2007-11-07 | 1 | -1/+19 |
|
|
* | Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if ... | Georg Brandl | 2007-08-23 | 1 | -1/+5 |
|
|
* | Revert accidental checkins from last commit. | Georg Brandl | 2007-08-21 | 1 | -10/+0 |
|
|
* | Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. | Georg Brandl | 2007-08-21 | 1 | -0/+10 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -2/+1 |
|
|
* | Fix indentation (whitespace only). | Neal Norwitz | 2007-05-30 | 1 | -2/+2 |
|
|
* | Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typ... | Kristján Valur Jónsson | 2007-04-25 | 1 | -0/+1 |
|
|
* | Inline PyImport_GetModulesReloading(). | Collin Winter | 2007-03-13 | 1 | -11/+8 |
|
|
* | Fix some style nits: | Neal Norwitz | 2007-03-13 | 1 | -13/+15 |
|
|
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 1 | -2/+35 |
|
|
* | Typos. | Georg Brandl | 2007-03-10 | 1 | -1/+1 |
|
|
* | Update the peephole optimizer to remove more dead code (jumps after returns) | Neal Norwitz | 2006-10-14 | 1 | -1/+2 |
|
|
* | Fix minor typo in a comment. | Brett Cannon | 2006-10-03 | 1 | -1/+1 |
|
|
* | Very minor grammatical fix in a comment. | Brett Cannon | 2006-09-28 | 1 | -1/+1 |
|
|
* | Properly handle a NULL returned from PyArena_New(). | Neal Norwitz | 2006-09-11 | 1 | -2/+4 |
|
|
* | Bug #1550983: emit better error messages for erroneous relative | Georg Brandl | 2006-09-06 | 1 | -2/+3 |
|
|
* | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -1/+2 |
|
|
* | cpathname could be NULL if it was longer than MAXPATHLEN. Don't try | Neal Norwitz | 2006-08-13 | 1 | -1/+6 |
|
|
* | There were really two issues | Neal Norwitz | 2006-08-04 | 1 | -1/+2 |
|
|
* | Bug #1191458: tracing over for loops now produces a line event | Neal Norwitz | 2006-08-04 | 1 | -1/+2 |
|
|
* | Patch #1531113: Fix augmented assignment with yield expressions. | Neal Norwitz | 2006-07-30 | 1 | -2/+3 |
|
|