2008-02-06 |
Raymond Hettinger | Reversed UserLists are not required to support __length... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | MutableSequence requires an insert() method. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Let the world know that UserList is a MutableSequence. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Fix-up the _from_iterable() method to return instances... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Fix-up the collections docs. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Christian Heimes | Merged revisions 60481,60485,60489-60492,60494-60496... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Mark Summerfield | Fixed a table and a title that were broken. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Update docs for collections ABCs and for collections... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Remove the old UserDict module. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Migrate remaining tests from UserDict.UserDict to colle... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Raymond Hettinger | Convert test_userdict to use the collections.UserDict. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Fix. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Respect EOL 80. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Merge r60528, r60534 and r60539 from trunk. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Blocked revisions 60599 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Merge r60522 from trunk. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Manually merge r60521 from trunk. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Raymond Hettinger | Fix-up mapping equality tests to include both keys... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Raymond Hettinger | Put an updated UserDict class in the collections module and |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Raymond Hettinger | Decouple weakref containers from UserDict |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Raymond Hettinger | Moved WeakSet into a bootstap module use by abc.py. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Raymond Hettinger | Remove one use of UserDict.UserDict |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Raymond Hettinger | Fix typo (thanks Nick). |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Raymond Hettinger | Remove DictMixin which is superceded by collections... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Raymond Hettinger | In bsddb, replace UserDict.DictMixin with collections... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Raymond Hettinger | Save bsddb changes for a separate check-in. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Raymond Hettinger | Start replacing UserDict.DictMixin with collections... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christian Heimes | Merged revisions 60481,60485,60489-60492,60494-60496... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Christian Heimes | Fixed socketserver tests |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Christian Heimes | Merged revisions 60481,60485,60489-60520,60523-60527... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Update whatsnew document to use specific markup for... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Some new 3.0 whatsnew items, written for GHOP by Andrea... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | Context flags get set, not incremented. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Christian Heimes | Get the ref counting for static allocated longs right. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Make print docstring consistent with its docs. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Update docs w.r.t. PEP 3100 changes -- patch for GHOP... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Remove the deprecated array.read/write methods. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Christian Heimes | Merged revisions 60475-60479,60481-60488 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Bill Janssen | fix bug 1482: IMAP4 SSL isn't working |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christian Heimes | svnmerge.py block -r60480 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christian Heimes | Fixed multiple reinitialization of the Python interpret... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christian Heimes | Merged revisions 60441-60474 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Raymond Hettinger | Update pprint() to match the new repr style for frozensets |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christian Heimes | Fixed r60466 |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Raymond Hettinger | Remove duplicate function. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Raymond Hettinger | Issue #1771: Remove cmp parameter from list.sort()... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Enabled fromhex('') test for bytes |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Removed unused import |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Merged revisions 60408-60440 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Patch #1972 by Antoine Pitrou: improve bytes and bytear... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Fixed issue #1973: bytes.fromhex('') raises SystemError |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Fixed issue #1973: bytes.fromhex('') raises SystemError |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Fixed #1969: split and rsplit in bytearray are inconsistent |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Raymond Hettinger | Convert some custom sort comparison functions to equiva... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Christian Heimes | Merged revisions 60383-60407 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Christian Heimes | Another fix for the bsddb3 tests |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Christian Heimes | Fixed two bugs in the bsddb tests. One was reported... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Eric Smith | Partially revert r60376: restore ability for ints to... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Christian Heimes | Merged revisions 60379-60382 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Merged revisions 60364-60378 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Eric Smith | Restrict format presentation types to those specified... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Merged revisions 60350-60363 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Georg Brandl | Use a list comprehension instead of list(filter()). |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Alexandre Vassalotti | Fix build error. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Fixed test_urllibnet |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | svn cp -r60150 svn+ssh://pythondev@svn.python.org/pytho... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Remove plistlib. Apparently svn chokes on svn rm +... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Merged revisions 60284-60349 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Christian Heimes | Copied plistlib.py from r60150 Lib/plat-mac/plistlib... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | Get this test to run |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | Get this test to pass |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | Fix merge glitch that let test_urllib fail. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | #1929: fix httplib _read_chunked (str/bytes confusion). |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | #1939: update code object docstring. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Thomas Wouters | Make the testall target work again when building in... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Christian Heimes | Bump up merge information to skip the backports |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Christian Heimes | Merged revisions 60245-60277 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Christian Heimes | Added comment about sys.maxint to whatsnew. Issue ... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Christian Heimes | Document that basestring has been replaced by str.... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Georg Brandl | Fix merge glitch. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Christian Heimes | Merged revisions 60234-60244 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Thomas Heller | Fix a bug in the test. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Christian Heimes | Merged revisions 60210-60233 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Georg Brandl | Fix #1913. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Christian Heimes | Merged revisions 60176-60209 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Raymond Hettinger | Replace map(None, *iterables) with zip(*iterables). |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Georg Brandl | Merged revisions 60151-60159,60161-60168,60170,60172... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Christian Heimes | Merged revisions 60143-60149 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Christian Heimes | Merged revisions 60124-60142 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Fix now-wrong :keyword: markup. Remove the section... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Fix two oversights in C API split. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Split C API docs in Py3k branch. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Georg Brandl | Remove versionadded tag. |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Christian Heimes | Merged revisions 60094-60123 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | #1867: fix a few 3.0 incompatibilities in pydoc. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Georg Brandl | Merged revisions 60080-60089,60091-60093 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Facundo Batista | Fix Issue #1769: Now int('- 1') or int('+ 1') is not... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Christian Heimes | Merged revisions 60053-60078 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |