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 |
2008-04-25 |
Benjamin Peterson | #2689 Fix indentation in Objects/rangeobject.c |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Amaury Forgeot... | Remove duplicated code in pydoc.py, probably a merge... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Benjamin Peterson | Merged revisions 62490 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Correct recently merged tests: |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Merged revisions 62486-62487 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Thomas Heller | Merged revisions 62481 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Obvious simplification, now that "long" has disappeared. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | There is no reason for imp.get_magic() to return a... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Benjamin Peterson | Removed documentation for future_builtins |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Benjamin Peterson | remove some old versionchanged and versionadded directives |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Trent Nelson | Issue 2440: remove the guard around the handling of... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Mark Summerfield | dumps() and loads() work in terms of bytes objects... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Christian Heimes | Merged revisions 62420-62421,62423-62424 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Benjamin Peterson | Blocked revisions 62431 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Mark Summerfield | A lot of small detailed revisions to the io module... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Christian Heimes | Merged revisions 62386-62387,62389-62393,62396,62400... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | Remove duplicated reduce() entry. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Benjamin Peterson | Reverted 62397; no versionadded/changed in 3.0 docs |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Benjamin Peterson | Blocked revisions 62398 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Benjamin Peterson | the io module was added in 2.6 (I know not really,... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Christian Heimes | Merged revisions 62350-62355,62358-62359,62364-62365... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Christian Heimes | Merged revisions 62380,62382-62383 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brett Cannon | Have test_coding conditionally remove test files instea... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Mark Dickinson | PyLong_FromSsize_t was incorrect when sizeof(size_t... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Neal Norwitz | Merged revisions 61440-61441,61443,61445-61448,61451... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Alexandre Vassalotti | Recorded merge of revisions 62345 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Benjamin Peterson | Fix problems in the io docs noted by Alexandre Vassalotti |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Alexandre Vassalotti | Re-indented bytes_getbuffer() and bytes_releasebuffer... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Alexandre Vassalotti | Improved bytes_extend() to avoid making a full copy... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Thomas Heller | Merged revisions 62338 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Lars Gustäbel | Issue #2058: Remove the buf attribute and add __slots__... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Another io doc fix |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Merged revisions 62332 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | A few io doc fixes |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Christian Heimes | Merged revisions 62260-62261,62266,62271,62277-62279... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Blocked revisions 62309-62310 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Fleshed out docstrings in the io module, improving... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Alexandre Vassalotti | Removed unused variable. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Trent Nelson | Issue 2440: revert r62269 and r62279. These changes... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Benjamin Peterson | Synced builtin open and io.open documentation, taking... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Trent Nelson | Fix change to PyNumber_Index() made in r62269, which... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Amaury Forgeot... | Add a NEWS entry for issue2221. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Trent Nelson | Update test_ssl.py to reflect the new approach for... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Trent Nelson | Revert r62242: trunk's test_ssl.py isn't as up-to-date... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Martin v. Löwis | Bug #2606: Avoid calling .sort() on a dict_keys object. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Trent Nelson | Issue 2440: fix the handling of %n in Python/getargs... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Martin v. Löwis | Merged revisions 62246-62259 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Martin v. Löwis | Merged revisions 62263 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Benjamin Peterson | zap the last of the class.method typos in io docs |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Georg Brandl | #2575: bininteger missing in production list. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Georg Brandl | #2580: int() docs revision. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Georg Brandl | #2530: io module documentation. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Georg Brandl | Remove __repr__ that doesn't have any advantage compare... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Christian Heimes | Merged revisions 62194,62197-62198,62204-62205,62214... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Georg Brandl | More docstring fixes, and an XXX. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Georg Brandl | Clarify xrange() entry. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Martin v. Löwis | Suppress compilation of lib2to3 py2_ test files. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Martin v. Löwis | Tentatively Blocked revisions 62223 via svnmerge, |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Christian Heimes | Blocked revisions 62195 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Benjamin Peterson | fixed outdated annotation of readinto in io |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Merged revisions 62207-62210 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Georg Brandl | #2567: remove new-style/old-style class docs. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Guido van Rossum | "make install" is now an alias for "make altinstall... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Add uuids for 3.0a4 and 3.0a5. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Bug #2565: The repr() of type objects now calls them... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Merged revisions 62199 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Merged revisions 62177-62178,62180-62193 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Thomas Wouters | Merged revisions 62179 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Georg Brandl | Docstring fix. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Martin v. Löwis | Convert another %s to %ls. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Benjamin Peterson | fix typo in doc string |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Georg Brandl | #2558: document pickle protocol version 3. Thanks to... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Martin v. Löwis | Change command line processing API to use wchar_t. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Martin v. Löwis | Remove baseName argument from Tkapp_New, as it apparently |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Martin v. Löwis | Merged revisions 61440-61441,61443,61445-61448,61451... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Georg Brandl | ceil and floor return ints in 3k. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Benjamin Peterson | Added a test to make sure raw strings don't get unicode... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Benjamin Peterson | Reverted r62128 on Guido's orders |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Neal Norwitz | Change \u which is causing a syntax error. I'm not... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Neal Norwitz | Merged revisions 61440-61441,61443,61445-61448,61451... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Amaury Forgeot... | Issue2221: in Idle, exec('xx') raised a SystemError... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Merged revisions 62149, 62153, 62154 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Merged revisions 62145 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Blocked revisions 62143 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Benjamin Peterson | Blocked revisions 62138 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Barry Warsaw | post release updates |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Merged revisions 62129,62131,62133 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Unblock revision 62129. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Benjamin Peterson | Blocked revisions 62123,62126 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | [XXX: this is a temporary block, given the addition... |
commit | commitdiff | tree | snapshot |
next |