summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bytes so it works on 64-bit platforms.Neal Norwitz2008-03-271-14/+5
* Revert commit accidentChristian Heimes2008-03-271-3/+2
* Hopefully added _fileio module to the Windows build systemChristian Heimes2008-03-273-2/+9
* add commas for introductory clausesBenjamin Peterson2008-03-271-2/+2
* Use the new unicode literals for the io moduleChristian Heimes2008-03-262-6/+9
* C89 compliance: Microsoft compilers want variable declarations at the topAmaury Forgeot d'Arc2008-03-261-4/+2
* I forgot to svn add the future testChristian Heimes2008-03-261-0/+24
* Initialize PyCompilerFlags cf_flags with 0Christian Heimes2008-03-262-0/+4
* Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORDChristian Heimes2008-03-261-0/+2
* Patch #2477: Added from __future__ import unicode_literalsChristian Heimes2008-03-2612-33/+107
* Typo: "objects reference count" -> "object's reference count"Mark Dickinson2008-03-261-1/+1
* Fix and simplify error handling, silencing a compiler warning.Georg Brandl2008-03-261-7/+4
* Updated Misc/NEWSChristian Heimes2008-03-261-0/+4
* Removed merge tracking for "svnmerge" forChristian Heimes2008-03-260-0/+0
* Removed merge tracking for "svnmerge" forChristian Heimes2008-03-260-0/+0
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-2628-8/+8702
* Prepare integration of bytearray backport branchChristian Heimes2008-03-260-0/+0
* Added help options to PDBBenjamin Peterson2008-03-261-1/+1
* Add an example for an RFC 822 continuation.Georg Brandl2008-03-261-6/+8
* Add Josiah.Georg Brandl2008-03-261-0/+3
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-03-261-166/+179
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-03-261-209/+222
* Ensure that the mailbox is closed to prevent problems on Windows with removingNeal Norwitz2008-03-261-3/+5
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-03-261-7/+20
* Try to get this test to be less flaky. It was failing sometimes becauseNeal Norwitz2008-03-261-10/+5
* Add various itemsAndrew M. Kuchling2008-03-261-17/+78
* Minor docstring typosAndrew M. Kuchling2008-03-261-5/+5
* Opps! I merged the revisions, but forgot to addBenjamin Peterson2008-03-251-0/+11
* Make _ctypes.c PY_SSIZE_T_CLEAN.Thomas Heller2008-03-251-2/+4
* Merged the ACKS from py3kBenjamin Peterson2008-03-251-62/+58
* Issue #2482: Make sure that the coefficient of a DecimalMark Dickinson2008-03-253-3/+23
* Add Benjamin.Georg Brandl2008-03-251-0/+3
* Issue #2478: Decimal(sqrt(0)) failed when the decimal contextMark Dickinson2008-03-253-3/+11
* Move declarations to block start.Georg Brandl2008-03-251-4/+4
* #2476: document that %default feature is new in 2.4.Georg Brandl2008-03-251-4/+5
* #2359: add Py3k warning for array.read/array.write.Georg Brandl2008-03-252-2/+28
* Fix tabs.Georg Brandl2008-03-252-2/+2
* Make Py3k warnings consistent w.r.t. punctuation; also respect theGeorg Brandl2008-03-2516-54/+67
* #2355: py3k warning for buffer().Georg Brandl2008-03-253-1/+13
* On platforms without zlib, make this do the right thing and return the pythonGregory P. Smith2008-03-251-71/+58
* Use a 32-bit unsigned int here, a long is not needed.Gregory P. Smith2008-03-252-6/+6
* #868845: document <...> reprs.Georg Brandl2008-03-251-5/+9
* Try to get this test to be more stable:Neal Norwitz2008-03-251-4/+15
* Don't try to close a non-open file.Neal Norwitz2008-03-251-4/+4
* A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add moreGregory P. Smith2008-03-252-2/+11
* Try to fix a bunch of compiler warnings on Win64.Neal Norwitz2008-03-254-5/+5
* Fix a bunch of UnboundLocalErrors when the tests fail.Neal Norwitz2008-03-252-6/+9
* Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4...Amaury Forgeot d'Arc2008-03-241-1/+1
* Added quick hack for bzrChristian Heimes2008-03-241-2/+2
* Added quick hack for bzrChristian Heimes2008-03-241-1/+8