2008-05-09 |
Alexandre Vassalotti | Removed redundant max() call. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Alexandre Vassalotti | Removed remnants of os.path.walk(). |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Alexandre Vassalotti | Made the TypeError message in bytes_iconcat() less... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Martin v. Löwis | Merged revisions 62946 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Martin v. Löwis | Use UNICODE wWinMain, to make CRT initialize __wargv. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Mark Dickinson | block r62943 |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Mark Dickinson | Revert the temporary change in r62624 |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Mark Dickinson | Issue 2801: fix bug in float.is_integer where ValueErr... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Mark Dickinson | Issue 2748: fix __ceil__, __floor__ and __round__ magic... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brett Cannon | Blocked revisions 62923 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brett Cannon | Blocked revisions 62920 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brett Cannon | Blocked revisions 62917 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Benjamin Peterson | Blocked revisions 62912 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Benjamin Peterson | Remove os.path.walk |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Benjamin Peterson | Merged revisions 62873,62887,62892-62896,62904 via... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Benjamin Peterson | Blocked revisions 62865 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Amaury Forgeot... | Move variable declaration to the top of the block, |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Blocked revisions 62900 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Document that the mutex module is now gone. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Remove the user module. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Blocked revisions 62888 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Blocked revisions 62884 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Remove the mutex module. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Block r62879. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Add entry for removal of imputil. Also start the 3... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brett Cannon | Remove the imputil module. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Guido van Rossum | Don't echo the echo commands added to "make install... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Christian Heimes | Merged revisions 62805,62811,62841-62842,62848-62849... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Raymond Hettinger | Forward port r62849. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Raymond Hettinger | Forward port r62848. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Oops, the retag screwed this up. First step in repairi... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Post tag updates. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Christian Heimes | Blocked revisions 62861 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Christian Heimes | Merged revisions 62734,62736,62748,62769 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Move tag. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Missed one file |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Tagging for 3.0a5 |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Bumping versions for 3.0a5 v3.0a5 |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Barry Warsaw | Antoine Pitrou's patch for bug 2507; exception state... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Alexandre Vassalotti | Removed test_overflow from test_memoryio.CBytesIOTest. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Alexandre Vassalotti | Fixed the negative value check in io._BytesIO.seek(). |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Alexandre Vassalotti | Fixed bytes naming in the docstrings of _bytesio.c. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Christian Heimes | Fixed a memory leak introduced in r62462 |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Alexandre Vassalotti | Reverted (partially) patch r62667 to zipimport.c. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Benjamin Peterson | Remove ">>>>" markers left over from merge |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Alexandre Vassalotti | Fixed docstring of _bytesio._BytesIO.writelines(). |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Alexandre Vassalotti | Changed _bytesio.c to avoid comparing a signed with... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Alexandre Vassalotti | Cleaned how _BytesIO.read() returns an empty bytes... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Christian Heimes | Added code to compile new _bytesio on Windows |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Christian Heimes | Merged revisions 62792,62799-62800 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Alexandre Vassalotti | Fixed a small bug introduced by r62778. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Christian Heimes | Merged revisions 62774-62775,62785,62787-62788 via... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Brett Cannon | Block a Misc/NEWS entry (r62797). |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Brett Cannon | Block r62793 (deprecation of audiodev). |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Christian Heimes | Silence a compiler warning |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Christian Heimes | Blocked revisions 62769 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Alexandre Vassalotti | Added tests to check the buffer type returned during... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Alexandre Vassalotti | Added fast alternate io.BytesIO implementation and... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Christian Heimes | Merged revisions 62713,62715,62728,62737,62740,62744... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Christian Heimes | Blocked revisions 62734,62736,62748 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Georg Brandl | #2762: remove 2.x remnants and patch up some new docume... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Georg Brandl | Give with_traceback a docstring. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Georg Brandl | #2761: Some are types too. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Georg Brandl | Clarify map() behavior. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Martin v. Löwis | Merged revisions 62726 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Martin v. Löwis | Merged revisions 62724 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Brett Cannon | Block r62722 since it relies on r62720. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Brett Cannon | Block r62720 (DeprecationWarning for warnings.showwarni... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Christian Heimes | Re-enabled test |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Benjamin Peterson | Fix merge error |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Christian Heimes | Merged revisions 62425-62429,62434-62436,62441,62444... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Mark Dickinson | Blocked revisions 62684 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Mark Dickinson | Revert changes in 62669, since they caused test failures. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Georg Brandl | Merge OpenSearch-related changes. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Mark Dickinson | Remove broken __round__, __ceil__ and __floor__ from... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Mark Dickinson | block r62666 |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Alexandre Vassalotti | Issue #1950: Fixed misusage of PyUnicode_AsString(). |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Alexandre Vassalotti | Fixed a small omission in the renaming of "unicode... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Alexandre Vassalotti | Removed implicit convertions of str object to bytes... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Alexandre Vassalotti | Removed memoryview objects from bytes_types. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Alexandre Vassalotti | Fixed a bug in the representation of self-referential... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Mark Dickinson | One more attempt to track down Debian/alpha test_math... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Mark Dickinson | Remove temporary autoconf checks added in revision... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Georg Brandl | Don't output floats in prime example. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Mark Dickinson | Whoops. errno should only be tested when the result... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Mark Dickinson | Make floating-point exception error messages slightly... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Thomas Heller | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Georg Brandl | Merged revisions 62602 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Georg Brandl | Block backport of next(). |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Georg Brandl | Fix nits in builtin next(). |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Thomas Heller | Merged revisions 60056-60071,60073-60127,60129-60261... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Mark Dickinson | Add some temporary autoconf checks to try to figure... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Eric Smith | Merged revisions 62586 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Georg Brandl | Fix var name. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Marc-André... | Cleanup the Unicode header documentation and formatting... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Benjamin Peterson | Document the fact that '\U' and '\u' escapes are not... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Benjamin Peterson | Blocked revisions 62536 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Benjamin Peterson | Blocked revisions 62517-62518 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Mark Dickinson | Merged revisions 62499 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Georg Brandl | Block 2.6-only doc change. |
commit | commitdiff | tree | snapshot |
next |