summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-2/+9
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-12/+54
* Fixed refleak in _testcapi.test_s_code.Alexandre Vassalotti2008-05-151-0/+1
* #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic...Amaury Forgeot d'Arc2008-05-121-0/+33
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-1/+1
* Revert the temporary change in r62624Mark Dickinson2008-05-091-11/+3
* Move variable declaration to the top of the block,Amaury Forgeot d'Arc2008-05-081-1/+2
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+620
* Fixed bytes naming in the docstrings of _bytesio.c.Alexandre Vassalotti2008-05-081-3/+3
* Reverted (partially) patch r62667 to zipimport.c.Alexandre Vassalotti2008-05-071-2/+3
* Fixed docstring of _bytesio._BytesIO.writelines().Alexandre Vassalotti2008-05-071-3/+4
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-10/+2
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-1/+10
* Silence a compiler warningChristian Heimes2008-05-061-1/+1
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-062-48/+760
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-046-10/+166
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-033-18/+14
* One more attempt to track down Debian/alpha test_math failures:Mark Dickinson2008-05-021-3/+11
* Whoops. errno should only be tested when the result is finite.Mark Dickinson2008-05-011-4/+4
* Make floating-point exception error messages slightly more verbose: inMark Dickinson2008-04-301-10/+13
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-305-2/+215
* Merged revisions 62481 via svnmerge fromThomas Heller2008-04-243-50/+133
* Merged revisions 62420-62421,62423-62424 via svnmerge fromChristian Heimes2008-04-212-2/+47
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-202-139/+193
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-192-233/+1235
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-1/+1
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-143-0/+80
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-133-4/+12
* Removed unused variable.Alexandre Vassalotti2008-04-121-2/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-093-97/+4
* Merged revisions 62177-62178,62180-62193 via svnmerge fromMartin v. Löwis2008-04-071-3/+4
* Convert another %s to %ls.Martin v. Löwis2008-04-061-1/+1
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-054-144/+314
* Remove baseName argument from Tkapp_New, as it apparentlyMartin v. Löwis2008-04-051-8/+4
* Merged revisions 62149, 62153, 62154 via svnmerge fromThomas Heller2008-04-049-24/+1266
* Fix a refleakNeal Norwitz2008-04-011-1/+1
* Moved DECREF to correct place to get rid of leaked references.Gerhard Häring2008-03-291-1/+1
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-2916-171/+383
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-1/+91
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-2/+2
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-262-14/+13
* Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,...Christian Heimes2008-03-252-8/+11
* Merge the table type change to save space on LP64 platforms from trunk r61875.Gregory P. Smith2008-03-251-53/+53
* Merged revisions 61849 via svnmerge fromMartin v. Löwis2008-03-241-0/+2
* Merged revisions 61846-61847 via svnmerge fromMartin v. Löwis2008-03-241-3/+149
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-242-287/+0
* Fix crash on 64-bit platformsNeal Norwitz2008-03-241-1/+1
* Merged revisions 61820-61823 via svnmerge fromChristian Heimes2008-03-242-2/+20
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-12/+1163
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-5/+14