summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-0/+14
* Cleaned how _BytesIO.read() returns an empty bytes object.Alexandre Vassalotti2008-05-071-1/+1
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-062-13/+16
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-062-1/+3
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-065-55/+307
* Added tests to check the buffer type returned during reading.Alexandre Vassalotti2008-05-061-0/+6
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-066-143/+481
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-064-46/+44
* Merged revisions 62726 via svnmerge fromMartin v. Löwis2008-05-051-3/+5
* Merged revisions 62724 via svnmerge fromMartin v. Löwis2008-05-052-7/+30
* Re-enabled testChristian Heimes2008-05-041-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-0451-934/+1250
* Revert changes in 62669, since they caused test failures.Mark Dickinson2008-05-041-0/+9
* Remove broken __round__, __ceil__ and __floor__ from DecimalMark Dickinson2008-05-031-9/+0
* Removed implicit convertions of str object to bytes from base64.Alexandre Vassalotti2008-05-034-16/+42
* Removed memoryview objects from bytes_types.Alexandre Vassalotti2008-05-031-1/+1
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-302-11/+11
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-301-0/+170
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-1/+11
* Remove duplicated code in pydoc.py, probably a merge conflict some months ago.Amaury Forgeot d'Arc2008-04-251-17/+0
* Correct recently merged tests:Amaury Forgeot d'Arc2008-04-242-11/+4
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-242-1/+33
* Obvious simplification, now that "long" has disappeared.Amaury Forgeot d'Arc2008-04-241-5/+1
* Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c...Trent Nelson2008-04-221-2/+2
* Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes2008-04-212-0/+61
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-203-11/+220
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-1910-19/+226
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-195-32/+3106
* Have test_coding conditionally remove test files instead of assuming that theyBrett Cannon2008-04-171-3/+3
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-1/+2
* Fix problems in the io docs noted by Alexandre VassalottiBenjamin Peterson2008-04-141-7/+4
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-141-25/+1
* Issue #2058: Remove the buf attribute and add __slots__ to theLars Gustäbel2008-04-141-34/+43
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-137-217/+520
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-131-144/+296
* Issue 2440: revert r62269 and r62279. These changes were made in an effort t...Trent Nelson2008-04-111-5/+0
* Update test_ssl.py to reflect the new approach for writing network-oriented t...Trent Nelson2008-04-101-55/+26
* Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should'...Trent Nelson2008-04-101-61/+133
* Bug #2606: Avoid calling .sort() on a dict_keys object.Martin v. Löwis2008-04-101-9/+3
* Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext...Trent Nelson2008-04-101-0/+5
* Merged revisions 62246-62259 via svnmerge fromMartin v. Löwis2008-04-101-1/+1
* Merged revisions 62263 via svnmerge fromMartin v. Löwis2008-04-106-13/+119
* Remove __repr__ that doesn't have any advantage compared to the standard one.Georg Brandl2008-04-091-3/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-0928-498/+575
* More docstring fixes, and an XXX.Georg Brandl2008-04-091-4/+5
* fixed outdated annotation of readinto in ioBenjamin Peterson2008-04-071-4/+4
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-079-33/+33
* Merged revisions 62179 via svnmerge fromThomas Wouters2008-04-071-1/+21
* Docstring fix.Georg Brandl2008-04-061-2/+2
* fix typo in doc stringBenjamin Peterson2008-04-061-2/+2