summaryrefslogtreecommitdiff
path: root/Python/frozen.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-11/+9
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-0/+3
* make some freezing related stuff constBenjamin Peterson2013-03-131-2/+2
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+3
* Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-8/+11
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-14/+14
* Fix for refleak tests through regrtest.py -R:: bug #1414Christian Heimes2007-11-121-10/+9
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-1/+1
* Update the frozen bytecode for __hello__.Guido van Rossum2007-06-121-3/+3
* Fix test_frozen.Guido van Rossum2007-02-091-8/+9
* Oops, re-add 'static' qualifier.Thomas Wouters2006-12-131-1/+1
* Regenerate frozen.c's manual marshal as directed, fixing test_frozen.Thomas Wouters2006-12-131-8/+9
* This is my patchMichael W. Hudson2002-08-151-6/+6
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-7/+7
* Squash compiler wng about signed/unsigned mismatch.Tim Peters2001-10-181-1/+1
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-181-5/+12
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add primitive test for frozen package.Guido van Rossum1998-04-031-0/+4
* Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode!Guido van Rossum1997-07-191-7/+7
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* New style interface via pointer variable.Guido van Rossum1996-06-171-5/+6
* grand renaming; added copyright to some filesGuido van Rossum1996-05-281-1/+29
* Initial revisionGuido van Rossum1995-08-041-0/+21