summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Expand)AuthorAgeFilesLines
* #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Dem...Georg Brandl2010-08-013-4/+4
* "Modernized" the demo a little.Alexander Belopolsky2010-07-051-14/+28
* Update Vec class constructor, remove indirection via function, use operator m...Georg Brandl2010-07-051-14/+14
* Remove Dbm.Georg Brandl2010-07-051-1/+0
* Make Demo/parser/test_parser.py run.Mark Dickinson2010-07-041-6/+6
* Fixed the testAlexander Belopolsky2010-07-041-1/+1
* Fixed doctestsAlexander Belopolsky2010-07-041-12/+10
* Remove old and unsafe Dbm demo class.Georg Brandl2010-07-041-66/+0
* Made minimal modifications to pass included testsAlexander Belopolsky2010-07-031-17/+7
* Issue #9151: Demo/classes/Dates.py does not work in 3.x ConvertedAlexander Belopolsky2010-07-031-49/+48
* Issue #9151: Demo/classes/Dates.py does not work in 3.xAlexander Belopolsky2010-07-031-9/+10
* Unparse infinite imaginary literals correctly. Add some more numeric tests.Mark Dickinson2010-06-302-5/+20
* Revert accidental extra changes included in r82391.Mark Dickinson2010-06-302-42/+5
* Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.Mark Dickinson2010-06-302-5/+42
* Remove backtick syntax for repr.Mark Dickinson2010-06-301-5/+0
* Better solution for attribute access on integer literals.Mark Dickinson2010-06-301-14/+8
* Output try-except-finally statements where appropriate.Mark Dickinson2010-06-302-5/+23
* Collapse else: if: ... into elif:Mark Dickinson2010-06-302-1/+32
* Fix typo in unparsing of a class definition.Mark Dickinson2010-06-292-1/+3
* test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test.Mark Dickinson2010-06-291-8/+46
* More unparse.py fixes:Mark Dickinson2010-06-292-11/+26
* Add parentheses around numeric literals, to avoid turning 3 .bit_length() int...Mark Dickinson2010-06-292-10/+14
* unparse.py: respect coding cookie in input filesMark Dickinson2010-06-291-1/+5
* Update md5driver.py for 3.x.Brian Curtin2010-06-291-7/+6
* unparse.py: Typo fix.Mark Dickinson2010-06-281-1/+1
* Update Demo/parser/unparse.py to current Python 3.x syntax. Additions:Mark Dickinson2010-06-282-54/+194
* Merged revisions 82345 via svnmerge fromMark Dickinson2010-06-282-1/+5
* Merged revisions 82338,82340-82341 via svnmerge fromMark Dickinson2010-06-282-6/+77
* Merged revisions 81880 via svnmerge fromBenjamin Peterson2010-06-271-3/+3
* Merged revisions 81881-81882 via svnmerge fromBenjamin Peterson2010-06-271-3/+12
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-093-311/+311
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-26/+5
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-2146-0/+0
* fix demo/doc eolBenjamin Peterson2010-03-192-317/+312
* convert shebang lines: python -> python3Benjamin Peterson2010-03-1174-74/+74
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-2/+0
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-10/+4
* Merged revisions 75358 via svnmerge fromGeorg Brandl2009-10-113-38/+51
* Merged revisions 75356 via svnmerge fromGeorg Brandl2009-10-112-143/+0
* Merged revisions 75354 via svnmerge fromGeorg Brandl2009-10-112-49/+41
* Merged revisions 75350 via svnmerge fromGeorg Brandl2009-10-111-10/+19
* Merged revisions 75348 via svnmerge fromMark Dickinson2009-10-113-0/+0
* Merged revisions 75346 via svnmerge fromMark Dickinson2009-10-111-1/+1
* Merged revisions 75344 via svnmerge fromGeorg Brandl2009-10-112-14/+18
* Merged revisions 75342 via svnmerge fromGeorg Brandl2009-10-112-64/+3
* Fix README description.Georg Brandl2009-10-111-1/+1
* Merged revisions 75339 via svnmerge fromGeorg Brandl2009-10-111-30/+34
* Merged revisions 75337 via svnmerge fromGeorg Brandl2009-10-111-0/+128
* Merged revisions 75329 via svnmerge fromGeorg Brandl2009-10-101-72/+68
* Merged revisions 75327 via svnmerge fromGeorg Brandl2009-10-101-6/+6