2010-06-15 |
Antoine Pitrou | Fixes to the PyFile_FromFd() doc, by Renato Cunha. |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Ronald Oussoren | Fix for issue #8577: without this patch test_distutils |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Mark Dickinson | Merged revisions 81992 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Brett Cannon | Switch the __import__ state check from using __builtins... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Alexander Belopolsky | Undo r81988 code change leaving added test. |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Alexander Belopolsky | Issue 6280: Tests and simpler implementation for calend... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Alexander Belopolsky | Issue #5094: The ``datetime`` module now has a simple... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Victor Stinner | getargs.c: remove last reference to "t#" format |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Victor Stinner | Issue #8592: PyArg_Parse*() functions raise a TypeError... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Mark Dickinson | Merged revisions 81971 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Mark Dickinson | Merged revisions 81969 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Mark Dickinson | Merged revisions 81967 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Mark Dickinson | Remove unnecessary brackets from docstring optional... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Alexander Belopolsky | Issue #8973: Expanded Struct.__doc__. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Blocked revisions 81957 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Issue #8469: Reorder struct module sections for clarit... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Issue #8469: add standard sizes to struct docs table. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Benjamin Peterson | Merged revisions 81953 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Alexander Belopolsky | Added acknowlegement for Issue #3129 |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Fix mild type confusion in decimal module docstring. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | More struct module docs and docstring tweaks. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Issue #8973: Improve struct module docstrings. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Remove accidental (yet-to-be-reviewed) docstring change... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Issue #8973: Add __all__ to struct module, so that... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Nick Coghlan | Blocked revisions 81945 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Nick Coghlan | Merged revisions 80578 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Issue #8981: Remove _struct.__version__. |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Mark Dickinson | Silence 'unused variable' gcc warning. Patch by Éric... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Brett Cannon | Calling __import__ as a method technically works, but... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
Brett Cannon | When dealing with __import__ for detecting a global... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Issue #8969: On Windows, use mbcs codec in strict mode... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Issue #8784: Set tarfile default encoding to 'utf-8... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Fix some bugs in c-api/arg.rst documentation |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Issue #8965: Write more tests for sys.getfilesystemenco... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | readline: use PyUnicode_FSConverter() to parse filenames |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Issue #8965: Add a regression test to test_sys with... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | locale.bindtextdomain(): use PyUnicode_FSConverter... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Benjamin Peterson | Merged revisions 81906 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Issue #8966: If a ctypes structure field is an array... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Antoine Pitrou | Merged revisions 81907 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Blocked revisions 81904 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Fix more undefined-behaviour inducing overflow checks... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Blocked revisions 81899 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Fix an incorrect return type. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Avoid possible undefined behaviour from signed overflow. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Fix typo in docstring. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Alexander Belopolsky | Issue #3129: Trailing digits in format string are no... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Fix issue number typo. |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Mark Dickinson | Issue #8188: Comparisons between Decimal objects and... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Ezio Melotti | Merged revisions 81889 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | test_sys: add a test on the file system encoding for... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Victor Stinner | Issue #8965: initfsencoding() doesn't change the encodi... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Michael Foord | Merged revisions 81878 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Michael Foord | Blocked revisions 81876 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Michael Foord | Merged revisions 81859 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Michael Foord | Merged revisions 81853 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Mark Dickinson | Issue #8950: Make PyArg_Parse* with 'L' code raise... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Victor Stinner | Fix r81869: ISO-8859-15 was seen as an alias to ISO... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Victor Stinner | Issue #8922: Normalize the encoding name in PyUnicode_A... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Alexander Belopolsky | Merged revisions 81864 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Antoine Pitrou | Merged revisions 81860 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Stefan Krah | Issue #8932: Skip required when compiled --without... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Kristján Valur... | http://bugs.python.org/issue8832 |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Victor Stinner | Issue #8838, #8339: Remove codecs.charbuffer_encode... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Brian Curtin | Fix #8946. Extra PyObject* parameter documented which... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Victor Stinner | PyArg_Parse*("Z#") raises an error for unknown type |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Victor Stinner | Py_FatalError(): don't sys sys.last_xxx variables |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Brian Curtin | Fix a compile warning missed during porting (wchar_t... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Victor Stinner | sys_pyfile_write() does nothing if file is NULL |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Alexander Belopolsky | Merged revisions 81489 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Alexander Belopolsky | Added myself as a maintainer of time and datetime modules. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Benjamin Peterson | Merged revisions 81834 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-08 |
R. David Murray | Now that sunau has some tests, remove it from test_sundry. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Stefan Krah | Add note for r81830. |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Stefan Krah | Issue #7384: If the system readline library is linked... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Stefan Krah | Blocked revisions 81669,81672,81683 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Benjamin Peterson | Blocked revisions 81825 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Benjamin Peterson | Merged revisions 81824 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Benjamin Peterson | Merged revisions 81820 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Benjamin Peterson | use the 's' format code instead of 'U' |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Ezio Melotti | Blocked revisions 81817 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Ezio Melotti | Blocked revisions 81769 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Benjamin Peterson | Merged revisions 81813 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Victor Stinner | Issue #8925: fix types of Py_Parse*() and Py_BuildValue... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Victor Stinner | Issue #8897: Fix sunau module, use bytes to write the... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Victor Stinner | Issue #8848: U / U# formats of Py_BuildValue() are... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Mark Dickinson | Fix naming inconsistency. |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Victor Stinner | convertsimple(): call PyErr_NoMemory() on PyMem_NEW... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Victor Stinner | Simplify getbuffer(): convertbuffer() fails anyway... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Tarek Ziadé | Merged revisions 81788 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Benjamin Peterson | bltn-file-objects don't exist in python3 |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Benjamin Peterson | reST indentation nit |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Benjamin Peterson | fix typo |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Benjamin Peterson | Merged revisions 81774-81775 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Benjamin Peterson | Blocked revisions 81772-81773,81777 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Michael Foord | Merged revisions 81770 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Michael Foord | Merged revisions 81767 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Michael Foord | Merged revisions 81764 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Michael Foord | Merged revisions 81763 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |