2012-09-24 |
Mark Dickinson | Issue #14167: restore statement about breaks in finally... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Ezio Melotti | #16019, #16020: fix syntax highlight. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Ezio Melotti | #16017: capitalize URLs. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Ezio Melotti | #16014: fix broken link. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Christian Heimes | Issue #16012: Fix a regression in pyexpat. The parser... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Antoine Pitrou | Issue #15379: Fix passing of non-BMP characters as... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Ezio Melotti | #15949, #15899: use \ufffd instead of ?. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Ezio Melotti | #15949, 15899: avoid using non-latin1 chars in the... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Ezio Melotti | #15421: fix an OverflowError in Calendar.itermonthdates... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Ezio Melotti | #15304: fix wrong warning message in test.support.temp_... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Ezio Melotti | #15980: properly escape newlines in docstrings. Patch... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
doko@ubuntu.com | - Issue #11715: Fix multiarch detection without having... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Benjamin Peterson | remove gdb noise about linux-vdso |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Alexander Belopolsky | Issue #15973: fixed 3.2 backport. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Alexander Belopolsky | merge |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Alexander Belopolsky | Issue #15973: Fixed segmentation fault on timezone... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Mark Dickinson | Issue 15959: Fix type mismatch for quick{_neg}_int_allo... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Mark Dickinson | Issue 15985: fix round argument names in documentation... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Ezio Melotti | Fix a few quotes/backslashes. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Ezio Melotti | Fix markup in smtpd.rst. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Ezio Melotti | Fix rst markup in timeit docs. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Ezio Melotti | #15970: xml.etree.ElementTree now serializes correctly... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Trent Nelson | Silence compiler warnings on Solaris 10 via explicit... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Ezio Melotti | #15796: Fix \n in readline docstring. Patch by Serhiy... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Ezio Melotti | #11643: fix rst markup error in site.rst. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Ezio Melotti | #15920: fix doctests in Doc/howto/regex.rst. Patch... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Antoine Pitrou | Issue #15526: try to fix test_startfile's inability... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Ezio Melotti | #15789: mention shell-like parts of the stdlib in the... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Ezio Melotti | #15932: use with statement in csv doc examples. Patch... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Antoine Pitrou | Issue #15842: the SocketIO.{readable,writable,seekable... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Ezio Melotti | #15831: document multiple signatures on different lines... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Ezio Melotti | #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Barry Warsaw | Update merge from 2.7: s/basetring/str |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Barry Warsaw | A follow up for issue #15906: change the test for calli... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Christian Heimes | Cleanup 'k' when the creation of PySTEntryObject fails... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Christian Heimes | Partly revert ad3824a90261 and add comment about refere... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Christian Heimes | Fix out of bounds read in long_new() for empty bytes... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Barry Warsaw | - Issue #15906: Fix a regression in argparse caused... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
R David Murray | #14617: clarify discussion of interrelationship of... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Christian Heimes | Fix null pointer dereferencing in structmember.c PyMemb... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Senthil Kumaran | Fix issue #15899: Make the unicode.rst doctests pass... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Jesus Cea | Closes #15793: Stack corruption in ssl.RAND_egd() |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Jesus Cea | #15676: mmap: add empty file check prior to offset... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Jesus Cea | #15676: mmap: add empty file check prior to offset... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Jesus Cea | #15676: Proper attribution in Misc/ACKS |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | Fixed memory leak in error branch of object_repr which... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | Fixed memory leak in error branch of parsestrplus.... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
R David Murray | #14649: clarify DocTestSuite error when there are no... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
doko@ubuntu.com | backport from the trunk, to fix test_tools with srcdir... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Richard Oudkerk | Issue #15901: Change example to use byte string instead... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | Added missing va_end in error branch of PyArg_UnpackTup... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | Closed reference leak of variable 'k' in function ste_n... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | Fixed possible reference leak to mod when type_name... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | PyTuple_Pack() was missing va_end() in its error branch... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Christian Heimes | Py_TYPE() has already dereferenced self before the... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Jesus Cea | Closes #15676: mmap: add empty file check prior to... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Alexander Belopolsky | Issue #15881: Added NEWS entry and proper credit. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Alexander Belopolsky | Issue #15881: Fixed 3.2 backport. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Alexander Belopolsky | Fixed whitespace |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Alexander Belopolsky | Issue #15881: Fixed atexit hook in multiprocessing. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Ned Deily | Issue #15822: Fix installation of lib2to3 grammar pickl... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
R David Murray | #5088: document behavior of optparse defaults with... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ezio Melotti | Merge heads. |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Ezio Melotti | #15865: add "*" in the signature to document keyword... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
R David Murray | #15510: clarify textwrap's handling of whitespace,... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
R David Murray | #15847: allow args to be a tuple in parse_args |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Stefan Krah | Issue #15868: Fix refleak in bytesio.c (Coverity #715365). |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Antoine Pitrou | Issue #15340: Fix importing the random module when... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Christian Heimes | Fix for fcc629208842 |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Christian Heimes | Issue #15591 and Issue #11715: silence output of setup... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Christian Heimes | Issue #15591: run ctypes' configure in quiet mode when... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Antoine Pitrou | Issue #13992: The trashcan mechanism is now thread... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Antoine Pitrou | Issue #15841: The readable(), writable() and seekable... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Alexander Belopolsky | Issue #15855: added docstrings for memoryview methods... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
R David Murray | #15509: If %action substitution produces a null string... |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Benjamin Peterson | put * in the normal place |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Benjamin Peterson | move variable decl to the top of the function |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Benjamin Peterson | prevert ast errors from being normalized before ast_err... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Petri Lehtinen | #15802: Fix test logic in TestMaildir.test_create_tmp |
commit | commitdiff | tree | snapshot |
2012-09-01 |
R David Murray | #12776,#11839: call argparse type function only once. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Trent Nelson | Remove trailing whitespace in order to silence warnings... |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Andrew Svetlov | Issue #15825: fix typo in OrderedDict docs. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Trent Nelson | Issue #15819: Fix out-of-tree builds from a readonly... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Antoine Pitrou | Issue #15800: fix the closing of input / output files... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Ezio Melotti | Add missing comma. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Benjamin Peterson | use the stricter PyMapping_Check (closes #15801) |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Matthias Klose | - fix paste error (whitespace) from previous commit |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Matthias Klose | - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Petri Lehtinen | #11964: Document a change in v3.2 to the json indent... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Petri Lehtinen | Fix a JSON doc typo |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Ezio Melotti | #15788: fix broken links in subprocess doc. Patch... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Ronald Oussoren | Fix issue 13370: Ensure that ctypes works on Mac OS... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Georg Brandl | Fix wrong way of adding Error information in shutil... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Mark Dickinson | Remove overeager test (don't depend on the sign of... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Mark Dickinson | Remove incorrect lines (meant for cdecimal) from recent... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Mark Dickinson | Issue #15544: Fix Decimal.__float__ to work with payloa... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Antoine Pitrou | Add glossary references |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Antoine Pitrou | Issue #14674: Add a discussion of the json module's... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Georg Brandl | Closes #9374: add back now-unused module attributes... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
R David Murray | #15249: Mangle From lines correctly when body contains... |
commit | commitdiff | tree | snapshot |
next |