summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-0/+2
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-2/+4
* Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowedFacundo Batista2008-01-191-0/+2
* long(float('nan')) raises an OverflowError as discussed on the mailing list a...Christian Heimes2008-01-151-0/+3
* Fixed merge accidentChristian Heimes2008-01-151-905/+0
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-0/+3
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-0/+3
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-0/+3
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-0/+1
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-0/+896
* Another patch for #1762972: __file__ points to the py file instead pyo/pyc fileChristian Heimes2008-01-071-0/+3
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-2/+10
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-072-0/+4
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+1
* Add some missing news. Add some periods.Guido van Rossum2008-01-061-5/+17
* Issue #1393: object_richcompare() returns NotImplemented instead ofGuido van Rossum2008-01-061-0/+3
* Interpreter wasn't displaying the location of a SyntaxErrorKurt B. Kaiser2008-01-051-0/+2
* NEWS entry for r59682.Amaury Forgeot d'Arc2008-01-041-0/+5
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-281-10/+3
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-141-0/+1
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+5
* Added note about 1585 to Misc/NEWSChristian Heimes2007-12-111-0/+2
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-111-0/+1
* Minor cleanup in the gc module.Amaury Forgeot d'Arc2007-12-101-0/+4
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-0/+4
* Fixed #1578: Problems in win_getpassChristian Heimes2007-12-101-0/+2
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-101-0/+1
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-101-0/+3
* Fixed #1573: Improper use of the keyword-only syntax makes the parser crashChristian Heimes2007-12-081-0/+20
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-081-1/+1
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-0/+1
* Get ready for releasing 3.0a2.Guido van Rossum2007-12-061-1/+3
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-0/+2
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-0/+1
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-031-2/+0
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-0/+2
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-021-0/+4
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-0/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Removed the new moduleChristian Heimes2007-11-281-0/+4
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-0/+6
* Fixed some build issues and updated docs.Christian Heimes2007-11-171-0/+6
* Fix for #1415 pythonw.exe fails because std streams a missingChristian Heimes2007-11-131-0/+5
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-0/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-062-0/+4
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+6
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-0/+3
* Add a missing news entry about how str8's constructor signature now matches theBrett Cannon2007-10-261-0/+2
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-0/+3
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-0/+6