summaryrefslogtreecommitdiffstats
path: root/src/corelib
ModeNameSize
-rw-r--r--QtCore.dynlist208logstatsplain
d---------animation1045logstatsplain
d---------arch1676logstatsplain
d---------codecs899logstatsplain
d---------concurrent1847logstatsplain
-rw-r--r--corelib.pro923logstatsplain
d---------global890logstatsplain
d---------io3362logstatsplain
d---------kernel3883logstatsplain
d---------plugin621logstatsplain
d---------statemachine1133logstatsplain
d---------thread1190logstatsplain
d---------tools3670logstatsplain
d---------xml361logstatsplain
ted out that the grammar forTim Peters2002-05-231-1/+1 * Very subtle syntax change: in a list comprehension, the testlist inGuido van Rossum2001-10-151-1/+2 * Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-081-2/+2 * Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-1/+2 * remove commented-out vestiges of access statementJeremy Hylton2001-02-271-5/+0 * Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-54/+0 * Fix typo: config.stat --> config.statusFred Drake2000-09-281-1/+1 * Support for three-token characters (**=, >>=, <<=) which was written byThomas Wouters2000-08-241-3/+4 * Added note stating that the parser module will need updating for mostFred Drake2000-08-231-0/+7 * require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-1/+1 * PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-2/+2 * Ignore Grammar/Makefile now that it's a made Makefile.Thomas Wouters2000-08-211-0/+1 * Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-1/+3 * Fix up problems when compiling in a directory other than the sourceSjoerd Mullender2000-08-172-33/+54 * add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail outTrent Mick2000-08-161-0/+3 * list comprehensions. seeSkip Montanaro2000-08-121-1/+6 * added .cvsignore so cvs doesn't complain about the generated graminit.h andSkip Montanaro2000-07-271-0/+2 * slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-2/+2 * Make first raise argument optionalGuido van Rossum1998-04-091-1/+1 * OK, ready to make 'assert' a keyword (instead of '__assert__').Guido van Rossum1997-04-161-1/+1 * Added __assert__ statement (later to be renamed)Guido van Rossum1997-04-021-1/+2 * Disable support for access statementGuido van Rossum1996-08-12