| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 7 | -14/+43 |
|
|
* | Blocked revisions 80787,80793 via svnmerge | Benjamin Peterson | 2010-06-27 | 0 | -0/+0 |
|
|
* | Blocked revisions 80649,80710 via svnmerge | Benjamin Peterson | 2010-06-27 | 0 | -0/+0 |
|
|
* | Blocked revisions 79925-79926,80397 via svnmerge | Benjamin Peterson | 2010-06-27 | 0 | -0/+0 |
|
|
* | Blocked revisions 80731-80736,80739,80741-80744,80746-80747,80807-80812,80815... | Benjamin Peterson | 2010-06-27 | 0 | -0/+0 |
|
|
* | Merged revisions 80712,81651 via svnmerge from | Benjamin Peterson | 2010-06-27 | 2 | -9/+19 |
|
|
* | Blocked revisions 79620,79624-79625,79633-79637,79639-79640,79650-79651,79654... | Benjamin Peterson | 2010-06-27 | 0 | -0/+0 |
|
|
* | Revert r82259; still no good way to override instead of replace OPT, but chan... | Brett Cannon | 2010-06-27 | 2 | -3/+1 |
|
|
* | Issue #9089: Remove references to intobject.c and intobject.h from comments. | Mark Dickinson | 2010-06-27 | 4 | -4/+19 |
|
|
* | Issue #9089: Remove intobject.h from MSVC project files. | Mark Dickinson | 2010-06-27 | 2 | -8/+0 |
|
|
* | Issue #9089: PyNumber_Int is no more. Remove it from the docs. | Mark Dickinson | 2010-06-27 | 2 | -15/+0 |
|
|
* | Merged revisions 82284 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -2/+7 |
|
|
* | Blocked revisions 82271 via svnmerge | Georg Brandl | 2010-06-27 | 0 | -0/+0 |
|
|
* | Merged revisions 82150 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -1/+1 |
|
|
* | Merged revisions 82276 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -3/+3 |
|
|
* | Merged revisions 82272 via svnmerge from | Ronald Oussoren | 2010-06-27 | 2 | -2/+5 |
|
|
* | Untabify. | Georg Brandl | 2010-06-27 | 1 | -4/+4 |
|
|
* | Wording fix. | Georg Brandl | 2010-06-27 | 1 | -4/+1 |
|
|
* | #9064: accept number of frames for "up" and "down" commands in pdb. | Georg Brandl | 2010-06-27 | 4 | -20/+42 |
|
|
* | #9078: fix some Unicode C API descriptions, in comments and docs. | Georg Brandl | 2010-06-27 | 3 | -11/+11 |
|
|
* | Having CFLAGS come before OPT prevents silencing certain classes of warnings | Brett Cannon | 2010-06-26 | 2 | -1/+3 |
|
|
* | Merged revisions 82251 via svnmerge from | Alexander Belopolsky | 2010-06-26 | 1 | -1/+2 |
|
|
* | Merged revisions 82248 via svnmerge from | Ezio Melotti | 2010-06-26 | 1 | -1/+1 |
|
|
* | Blocked revisions 82246 via svnmerge | R. David Murray | 2010-06-26 | 0 | -0/+0 |
|
|
* | Merged revisions 82242 via svnmerge from | R. David Murray | 2010-06-26 | 1 | -1/+1 |
|
|
* | Merged revisions 82236 via svnmerge from | Alexander Belopolsky | 2010-06-26 | 1 | -3/+3 |
|
|
* | Merged revisions 82233 via svnmerge from | R. David Murray | 2010-06-26 | 1 | -0/+5 |
|
|
* | remove old, outdated tool | Benjamin Peterson | 2010-06-25 | 7 | -2107/+0 |
|
|
* | fix typos | Benjamin Peterson | 2010-06-25 | 1 | -2/+2 |
|
|
* | Merged revisions 82229 via svnmerge from | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
|
|
* | Blocked revisions 82227 via svnmerge | Benjamin Peterson | 2010-06-25 | 0 | -0/+0 |
|
|
* | Merged revisions 82225 via svnmerge from | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
|
|
* | Merged revisions 82221 via svnmerge from | Mark Dickinson | 2010-06-25 | 1 | -11/+11 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 5 | -6/+16 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 7 | -8/+28 |
|
|
* | Merged revisions 82210 via svnmerge from | Antoine Pitrou | 2010-06-25 | 2 | -1/+3 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 6 | -64/+61 |
|
|
* | getbuffer(): release the buffer on error (if the buffer is not contiguous) | Victor Stinner | 2010-06-24 | 1 | -0/+1 |
|
|
* | Issue #8682: The ssl module now temporary increments the reference count of | Antoine Pitrou | 2010-06-24 | 2 | -19/+46 |
|
|
* | PyArg_Parse*() functions: factorize code for s/z and u/Z formats | Victor Stinner | 2010-06-24 | 2 | -97/+26 |
|
|
* | Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes | Victor Stinner | 2010-06-24 | 3 | -6/+4 |
|
|
* | Add specification for the Py_IS* macros in pyctype.h. | Stefan Krah | 2010-06-24 | 1 | -0/+3 |
|
|
* | Blocked revisions 82191 via svnmerge | Stefan Krah | 2010-06-24 | 0 | -0/+0 |
|
|
* | Merged revisions 82189 via svnmerge from | Benjamin Peterson | 2010-06-24 | 1 | -2/+4 |
|
|
* | Added more test cases | Alexander Belopolsky | 2010-06-23 | 1 | -1/+13 |
|
|
* | Test future pickle protocols. Thanks Antoine Pitrou for suggestion. | Alexander Belopolsky | 2010-06-23 | 1 | -2/+3 |
|
|
* | Issue #9051: Instances of timezone class can now be pickled. | Alexander Belopolsky | 2010-06-23 | 3 | -16/+32 |
|
|
* | Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. | Stefan Krah | 2010-06-23 | 1 | -42/+42 |
|
|
* | Blocked revisions 82177 via svnmerge | Stefan Krah | 2010-06-23 | 0 | -0/+0 |
|
|
* | Merged revisions 82169 via svnmerge from | Antoine Pitrou | 2010-06-22 | 1 | -11/+11 |
|
|