summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowedFacundo Batista2008-01-191-3/+35
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-193-21/+109
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-182-20/+29
* Update the py3k version of the rational module to expose only methods needed byJeffrey Yasskin2008-01-171-12/+12
* __floordiv__ returns an int in 3.0.Jeffrey Yasskin2008-01-161-4/+2
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-152-1/+284
* long(float('nan')) raises an OverflowError as discussed on the mailing list a...Christian Heimes2008-01-151-1/+1
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-142-17/+20
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-142-2/+17
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-20/+1
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-132-85/+23
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-121-0/+8
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-114-63/+77
* Good catch Neal!Christian Heimes2008-01-111-1/+2
* Added the test cases I actually meant to add.Eric Smith2008-01-111-0/+5
* Simplifed argument parsing in object.__format__, added test case.Eric Smith2008-01-111-0/+4
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-101-0/+10
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-094-22/+170
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-074-13/+69
* Another patch for #1762972: __file__ points to the py file instead pyo/pyc fileChristian Heimes2008-01-071-1/+22
* Fix issue1753: TextIOWrapper.write writes utf BOM for every string.Alexandre Vassalotti2008-01-071-0/+18
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-072-3/+93
* Issue #1762972: Readded the reload() function as imp.reload()Christian Heimes2008-01-072-0/+48
* The final occurrences of exception slicing.Georg Brandl2008-01-062-2/+2
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-0/+5
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-067-9/+65
* Add unit tests for the newlines property of IncrementalNewlineDecoder.Alexandre Vassalotti2008-01-061-0/+16
* Issue #1393: object_richcompare() returns NotImplemented instead ofGuido van Rossum2008-01-061-0/+16
* Make math.floor and math.ceil return ints instead of floats.Jeffrey Yasskin2008-01-051-0/+2
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-051-2/+0
* Fixed test_longChristian Heimes2008-01-041-2/+2
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-042-1/+5
* Fixed unichr() -> chr()Christian Heimes2008-01-041-2/+2
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-032-0/+53
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-021-1/+14
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-312-12/+12
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-281-7/+11
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-245-4/+150
* Fixed #1673. I hope it works. I don't have access to a Windows box right now.Christian Heimes2007-12-201-1/+1
* Removed test from test_import. It will never work on all systems, see #1377Christian Heimes2007-12-201-17/+0
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-193-3/+115
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-172-8/+4
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-152-8/+106
* update to fix leak in SSL codeBill Janssen2007-12-141-27/+157
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-142-5/+4
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-111-1/+2
* Added missing fileChristian Heimes2007-12-101-0/+1021
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-1/+16
* Fixed doc xml rpc tests and serverChristian Heimes2007-12-101-6/+5
* Make Decimal a subclass of Real and Inexact.Guido van Rossum2007-12-102-28/+28