2008-05-04 |
Benjamin Peterson | Remove method signatures from the docstrings of io.py |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Georg Brandl | #2695: Do case-insensitive check for algorithms. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Benjamin Peterson | Fix typo in bugs.rst |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Georg Brandl | #2757: Remove spare newline. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Gerhard Häring | Implemented feature request 2157: Converter names are... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Gerhard Häring | Applied sqliterow-richcmp.diff patch from Thomas Heller... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Gerhard Häring | SQLite requires 64-bit integers in order to build.... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Christian Heimes | Added note that Python requires at least Win2k SP4 |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Georg Brandl | #2752: wrong meaning of '' for socket host. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Benjamin Peterson | Fix typo in whatsnew |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Mark Dickinson | Make sure that Context traps and flags dictionaries... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Mark Dickinson | Some very minor changes to decimal.py in Python 2.6... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Benjamin Peterson | Moved testing of builtin types out of test_builtin... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Georg Brandl | Insert correct OpenSearch base URL. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Mark Dickinson | Backport Raymond's changes in r60508 to Python 2.6. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Benjamin Peterson | The compiling struct is now passed around to all AST... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Amaury Forgeot... | In test_io, StatefulIncrementalDecoderTest was not... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Brett Cannon | Fix the C implementation of 'warnings' to infer the... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Brett Cannon | Fix some indentation errors. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Benjamin Peterson | capitalization nit for reStructuredText |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ronald Oussoren | Fix for issue #2520 (cannot import macerrors) |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ronald Oussoren | Fix for #1905: PythonLauncher not working correctly... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Martin v. Löwis | Merged revisions 62263-62646 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ronald Oussoren | Finish fix for issue2573, previous patch was incomplete. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Ronald Oussoren | Fix for issue #2573: Can't change the framework name... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Facundo Batista | Fixed some test structures. Thanks Mark Dickinson. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Mark Hammond | #2581: Vista UAC/elevation support for bdist_wininst |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Gregory P.... | This should fix issue2632. A long description of the... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brett Cannon | Fix a backwards-compatibility mistake where a new optio... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Georg Brandl | Fix synopsis. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Benjamin Peterson | Fix typo in whatsnew |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Benjamin Peterson | Remove some from __future__ import with_statements |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Georg Brandl | #1748: use functools.wraps instead of rolling own metad... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Benjamin Peterson | make test_support's captured_output a bit more robust... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Georg Brandl | #2727: clarify tp_iternext docs. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Georg Brandl | #2719: backport next() from 3k. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Nick Coghlan | Update command line usage documentation to reflect... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Eric Smith | Issue 2526, float.__format__ 'n' specifier does not... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Martin v. Löwis | Add Rodrigo and Heiko. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Andrew M. Kuchling | Strip down SSL docs; I'm not managing to get test progr... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Amaury Forgeot... | test_sundry performs minimal tests (a simple import... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Brett Cannon | Rename the test_traceback_print() function to traceback... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Skip Montanaro | Get rid of _test(), _main(), _debug() and _check()... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Skip Montanaro | Wrap some long lines. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Brett Cannon | Fix a bug introduced by the warnings rewrite where... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Skip Montanaro | Correct documentation to match implementation: "Class... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Skip Montanaro | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Skip Montanaro | Wrap some long paragraphs and include the default value... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Skip Montanaro | A few small changes: |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Kurt B. Kaiser | Autocompletion of filenames now support alternate separ... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Kurt B. Kaiser | Improved AutoCompleteWindow logic. Patch 2062 Tal... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Kurt B. Kaiser | Home / Control-A toggles between left margin and end... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Skip Montanaro | minor wording changes, rewrap a few lines |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Georg Brandl | Add OpenSearch and a Python logo to the HTML output. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Benjamin Peterson | A little reformating of Py3k warnings |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Benjamin Peterson | #2700 Document PyNumber_ToBase |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Georg Brandl | Use correct XHTML tags. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Georg Brandl | #2677: add note that not all functions may accept keywo... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Benjamin Peterson | Use PyErr_WarnPy3k throughout |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Benjamin Peterson | Added PyErr_WarnPy3k function. (issue 2671) I will... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Alexandre Vassalotti | Fixed URL of PEP 205 in weakref's module docstring. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Georg Brandl | Add missing return type to dealloc. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Georg Brandl | #2691: document PyLong (s)size_t APIs, patch by Alexand... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Georg Brandl | #2668: nit in apply() docs. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Benjamin Peterson | Allow test_import to work when it is invoked directly |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Mark Dickinson | Issue 2635: fix bug in the fix_sentence_endings option... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Mark Dickinson | Issue #1496032. Add -mieee to BASECFLAGS on alpha... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Thomas Heller | Add from_buffer and from_buffer_copy class methods... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Armin Rigo | A new crasher. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Neal Norwitz | Fix typo (now -> no) |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Benjamin Peterson | reformat some documentation of classes so methods and... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Use absolute import for test package |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Add a few tests for pydoc. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Disable gc when running test_trace, or we may record... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Thomas Heller | Remove cyclic reference in CFuncPtr instances; see... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Amaury Forgeot... | Issue2681: the literal 0o8 was wrongly accepted, and... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Martin v. Löwis | Add Jesus Cea. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Martin v. Löwis | Remove Py_Refcnt, Py_Type, Py_Size, as they were added... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Martin v. Löwis | Add Guilherme Polo. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Benjamin Peterson | #2673 Fix example typo in optparse docs |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Gregory P.... | syntax fixup |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Skip Montanaro | Factor in documentation changes from issue 1753732. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Amaury Forgeot... | Issue #2670: urllib2.build_opener() failed when two... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Gregory P.... | update the getpass entry |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Gregory P.... | Major improvements: |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Neal Norwitz | Add Thomas Lee |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Benjamin Peterson | Various io doc updates |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Mark Dickinson | Make configure test for tanh(-0.) == -0. committed... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Benjamin Peterson | Fix Sphinx warnings |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Amaury Forgeot... | Issue 2665: On Windows, sys.stderr does not contain... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Mark Dickinson | test_math and test_cmath are failing on the FreeBSD... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Gregory P.... | If sys.stdin is not a tty, fall back to default_getpass... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Jeroen Ruigrok... | Windows x64 also falls under VER_PLATFORM_WIN32_NT. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Gregory P.... | explicitly flush after the ... since there wasn't a... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Goodger | capitalization |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Goodger | corrections ("reStructuredText" is one word) |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Thomas Heller | Fix typo. |
commit | commitdiff | tree | snapshot |
next |