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 |
2008-01-19 |
Georg Brandl | Fix 3k's sphinx-build.py so that the version detection... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Merged revisions 60043-60052 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Christian Heimes | Merged revisions 59985-60000,60002,60005-60007,60009... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Thomas Heller | Merged revisions 60001,60003-60004,60008 via svnmerge... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Jeffrey Yasskin | Update the py3k version of the rational module to expos... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Raymond Hettinger | Sync-up Queue.py with Py2.6 |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Jeffrey Yasskin | __floordiv__ returns an int in 3.0. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Guido van Rossum | Merged revisions 59952-59984 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Raymond Hettinger | Refactor if/elif chain for clarity and speed |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Guido van Rossum | Patch #1830 by Peter Harris, fix some 2.x-isms. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Christian Heimes | long(float('nan')) raises an OverflowError as discussed... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Christian Heimes | Fixed merge accident |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Raymond Hettinger | Remove Queue.empty() and Queue.full() in favor of using... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Christian Heimes | Merged revisions 59933-59951 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Raymond Hettinger | Take Tim's advice and have random.sample() support... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Raymond Hettinger | Remove defunct parts of the random module |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Guido van Rossum | Use bash, so echo -n will do the right thing. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Christian Heimes | Merged revisions 59921-59932 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Christian Heimes | Merged revisions 59883-59920 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Christian Heimes | Good catch Neal! |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Eric Smith | Added the test cases I actually meant to add. |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Eric Smith | Simplifed argument parsing in object.__format__, added... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Christian Heimes | Fixed print -> print() |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Christian Heimes | Merged revisions 59864-59882 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Christian Heimes | Merged revisions 59843-59863 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Merged revisions 59822-59841 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Always define Py_USING_UNICODE, 3rd party software... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Another patch for #1762972: __file__ points to the... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Alexandre Vassalotti | Fix issue1753: TextIOWrapper.write writes utf BOM for... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Remove traces of Py_USING_UNICODE and Unicode-specific... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Fix merge glitch. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Copied doc for reload() from trunk's function.rst to... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Christian Heimes | Issue #1762972: Readded the reload() function as imp... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Remove paragraph about old-style classes. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Fix reverse Ximenez symptom. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Fix note markup. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Georg Brandl | Remove obsolete note. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Alexandre Vassalotti | Clean up PyString_Size(). |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Missed one because of indirection. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | The final occurrences of exception slicing. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Fix more exception slicing. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Fix exception slicing. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Use consistent note numbers. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Georg Brandl | Clarify sentence in tutorial. Thanks to Marek Kubica. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Christian Heimes | Merged revisions 59774-59783 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Christian Heimes | Merged revisions 59703-59773 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Guido van Rossum | Add some missing news. Add some periods. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Alexandre Vassalotti | Add unit tests for the newlines property of Incremental... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Guido van Rossum | Issue #1393: object_richcompare() returns NotImplemente... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Georg Brandl | Fix bug introduced by r59746. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Georg Brandl | Big fat todo. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Georg Brandl | Set native svn:eol-style property for text files. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Georg Brandl | Remove versionadded/changed directives merged as an... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Jeffrey Yasskin | Make math.floor and math.ceil return ints instead of... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Georg Brandl | Remove several mentions of old Python versions that... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Georg Brandl | Typo. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Kurt B. Kaiser | Remove dead code brought in by merge glitch @ r59667 |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Guido van Rossum | Fix merge glitch. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Kurt B. Kaiser | Interpreter wasn't displaying the location of a SyntaxError |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Christian Heimes | And here is the rest of Hirokazu Yamamoto's patch for... |
commit | commitdiff | tree | snapshot |
next |