summaryrefslogtreecommitdiffstats
path: root/Misc/cheatsheet
Commit message (Expand)AuthorAgeFilesLines
* Remove some outdated files from Misc.Brett Cannon2011-01-201-2179/+0
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-2/+0
* Merged revisions 73544 via svnmerge fromGeorg Brandl2009-06-241-1/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-3/+3
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-3/+3
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-3/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-1/+0
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-261-1/+0
* Create http package. #2883.Georg Brandl2008-05-261-26/+12
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-261-1/+2
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-17/+4
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-2/+2
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-3/+1
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-2/+2
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-12/+4
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-7/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-5/+2
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-41/+20
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-6/+0
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* replace references to __nonzero__ with __bool__Jack Diederich2006-11-301-3/+3
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-5/+3
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-6/+1
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+0
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-10/+0
* fix typos, mostly in commentsFred Drake2005-10-281-3/+3
* bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-101-1/+1
* Remove mpz, rotorAndrew M. Kuchling2004-08-311-2/+1
* SF patch #911431: robot.txt must be robots.txtRaymond Hettinger2004-03-131-1/+1
* Update for new module and new builtin.Raymond Hettinger2003-07-121-0/+3
* Correct documentation of check interval - it's 100 by default, not 10 anySkip Montanaro2003-07-021-1/+1
* Part 3 of Py2.3 updateRaymond Hettinger2003-01-261-49/+93
* Part II of Python2.3 updateRaymond Hettinger2003-01-251-12/+24
* Part I of an update for Python 2.3.Raymond Hettinger2003-01-251-60/+67
* Update cheatsheet to 2.0 from Brunning/Gruet's quick referenceAndrew M. Kuchling2001-08-061-535/+2212
* Very useful file!Guido van Rossum1994-08-051-0/+541