summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_augassign
Commit message (Expand)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-54/+0
* Fix the superficial augmented-assignment tests to deal with true division.Thomas Wouters2006-04-151-4/+7
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-6/+6
* Add tests for augmented floor divisionJeremy Hylton2001-08-291-0/+3
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-241-0/+48