Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -14/+14 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ | ||||
* | Fix for refleak tests through regrtest.py -R:: bug #1414 | Christian Heimes | 2007-11-12 | 1 | -10/+9 |
| | | | | The pre-commit hook doesn't allow a trailing newline | ||||
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -1/+1 |
| | | | | | | | | | | Changes to make __file__ a proper Unicode object, using the default filesystem encoding. This is a bit tricky because the default filesystem encoding isn't set by the time we import the first modules; at that point we fudge things a bit. This is okay since __file__ isn't really used much except for error reporting. Tested on OSX and Linux only so far. | ||||
* | Update the frozen bytecode for __hello__. | Guido van Rossum | 2007-06-12 | 1 | -3/+3 |
| | |||||
* | Fix test_frozen. | Guido van Rossum | 2007-02-09 | 1 | -8/+9 |
| | |||||
* | Oops, re-add 'static' qualifier. | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | Regenerate frozen.c's manual marshal as directed, fixing test_frozen. | Thomas Wouters | 2006-12-13 | 1 | -8/+9 |
| | |||||
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -6/+6 |
| | | | | | | | | [ 587993 ] SET_LINENO killer Remove SET_LINENO. Tracing is now supported by inspecting co_lnotab. Many sundry changes to document and adapt to this change. | ||||
* | Fix SF bug # 561858 Assertion with very long lists | Neal Norwitz | 2002-06-14 | 1 | -7/+7 |
| | | | | | | | Write 4 bytes for co_stacksize, etc. to prevent writing out bad .pyc files which can cause a crash when read back in. (I forgot that frozen needs to be updated too for the test.) | ||||
* | Squash compiler wng about signed/unsigned mismatch. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
| | |||||
* | Fix the frozen bytecode for __hello__ (betcha didn't know that existed | Guido van Rossum | 2001-10-18 | 1 | -5/+12 |
| | | | | | | | | | | :-). Add a test that prevents the __hello__ bytecode from going stale unnoticed again. The test also tests the loophole noted in SF bug #404545. This test will fail right now; I'll check in the fix in a minute. | ||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
| | |||||
* | Add primitive test for frozen package. | Guido van Rossum | 1998-04-03 | 1 | -0/+4 |
| | |||||
* | Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode! | Guido van Rossum | 1997-07-19 | 1 | -7/+7 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | New style interface via pointer variable. | Guido van Rossum | 1996-06-17 | 1 | -5/+6 |
| | |||||
* | grand renaming; added copyright to some files | Guido van Rossum | 1996-05-28 | 1 | -1/+29 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+21 |