2013-01-10 |
Eli Bendersky | Issue #16076: make _elementtree.Element pickle-able... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16910: test_bytes, test_unicode, and test_userstring... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16905: test_bufio now works with unittest test discove... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16898: test_bufio now works with unittest test discove... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16888: test_array now works with unittest test discove... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16896: test_asyncore now works with unittest test... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16897: test_bisect now works with unittest test discov... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | Use correct methods in unittest.mock examples. |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Ezio Melotti | #16852: test_genericpath, test_posixpath, test_ntpath... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Benjamin Peterson | correct static string clearing loop (closes #16906) |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Serhiy Storchaka | Issue #16491: IDLE now prints chained exception tracebacks. |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Serhiy Storchaka | Issue #16491: IDLE now prints chained exception tracebacks. |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Issue #16843: Make concurrent tests for sched module... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Issue #11461: Fix the incremental UTF-16 decoder. Origi... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Issue #11461: Fix the incremental UTF-16 decoder. Origi... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Fix out of bound read in UTF-32 decoder on "narrow... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Charles-François... | Issue #16836: Enable IPv6 support even if IPv6 is disab... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Charles-François... | Issue #16836: Enable IPv6 support even if IPv6 is disab... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Vinay Sajip | Issue #16884: Merged doc fix from 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Vinay Sajip | Issue #16884: Updated docs to use 'note' directives... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Issue #15845: Fix comparison between bytes and string. |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Serhiy Storchaka | Issue #15845: Fix comparison between bytes and string. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Serhiy Storchaka | Issue #15972: Fix error messages when os functions... |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Vinay Sajip | Issue #16884: Merged logging documentation fixes from... |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Vinay Sajip | Issue #16884: updated logging documentation to include... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
R David Murray | merge #16877: Add mention that shell-style path expansi... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
R David Murray | #16877: Add mention that shell-style path expansions... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Christian Heimes | Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Eli Bendersky | The get() and iter() are now able to accept keyword... |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Ezio Melotti | #16862: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Ezio Melotti | #16862: remove outdated statements about Stackless. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Ezio Melotti | Cleanup a few minor things. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Ezio Melotti | Merge example fix with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Ezio Melotti | Fix example by making the exception inherit from Exception. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Ezio Melotti | #13094: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Ezio Melotti | #13094: add Programming FAQ entry about the behavior... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Serhiy Storchaka | Issue #16856: Fix a segmentation fault from calling... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Benjamin Peterson | drop email (closes #16857) |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Christian Heimes | Issue #16847: Fixed improper use of _PyUnicode_CheckCon... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Victor Stinner | (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windo... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Victor Stinner | Issue #16367: Fix FileIO.readall() on Windows for files... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Giampaolo Rodola' | issue 10527: fix missing import |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Victor Stinner | (Merge 3.2) Issue #16218, #16414, #16444: Backport... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Victor Stinner | Issue #16218, #16414, #16444: Backport FS_NONASCII... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Victor Stinner | (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Victor Stinner | Issue #16455: On FreeBSD and Solaris, if the locale... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Nadeem Vawda | Correction: issue #16828 also affects BZ2Compressor... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Nadeem Vawda | Issue #16828: Fix error incorrectly raised by bz2.compr... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Nadeem Vawda | Issue #16828: Fix error incorrectly raised by bz2.compr... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Ezio Melotti | #16747: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Ezio Melotti | #16747: fix link to file objects in the glossary. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Ezio Melotti | #16748: test_heapq now works with unittest test discovery. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Benjamin Peterson | add Tom Tromey to ACKS |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Eli Bendersky | Fix method name in documentation (__setstate__ -->... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Eli Bendersky | Fix method name in documentation (__setstate__ -->... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Serhiy Storchaka | Fix incorrect grammar in sched documentation. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Serhiy Storchaka | Fix incorrect grammar in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Serhiy Storchaka | Fix incorrect grammar in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Łukasz Langa | Null-merged Misc/NEWS change |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Łukasz Langa | Misc/NEWS updated to tell about #16820 |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Łukasz Langa | Misc/NEWS updated to tell about #14590 and #16820 |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Łukasz Langa | Null-merged 3.2 section order preservation fix when... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Łukasz Langa | configparser: preserve section order when using `__seti... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Victor Stinner | Issue #9644: Add a test on os.statvfs() for the PEP 383 |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Serhiy Storchaka | Issue #16541: tk_setPalette() now works with keyword... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Victor Stinner | Issue #9644: Fix the encoding used by os.statvfs()... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Serhiy Storchaka | Issue #16541: tk_setPalette() now works with keyword... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Łukasz Langa | configparser: preserve section order when using `__seti... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Serhiy Storchaka | Issue #16819: IDLE method completion now correctly... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Serhiy Storchaka | Issue #16819: IDLE method completion now correctly... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Ned Deily | Update copyright dates in Mac plists. |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Ned Deily | Update copyright dates in Mac plists. |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Richard Oudkerk | Issue #9586: Merge |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Richard Oudkerk | Issue #9586: Redefine SEM_FAILED on MacOSX to keep... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Eli Bendersky | Make indentation consistent |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Benjamin Peterson | update another year |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Benjamin Peterson | bring Python into 2013 |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Eli Bendersky | Make indentation consistent and remove dead commented... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Giampaolo Rodola' | Fix issue 10527: make multiprocessing use poll() instea... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Giampaolo Rodola' | Fix issue 10527: make multiprocessing use poll() instea... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Łukasz Langa | Fixes `__setitem__` on parser['DEFAULT'] reported in... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Serhiy Storchaka | Issue #16824: Fix a failure guard in the never reached... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Łukasz Langa | Merged `parser.clean()` fix (issue #16820) from 3.2. |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Łukasz Langa | added Wolfgang Scherer to acknowledgements |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Łukasz Langa | Fixes `parser.clean()` reported in issue #16820. |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Łukasz Langa | Merged fix for #15803 from 3.2 |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Łukasz Langa | Fixes issue #15803: incorrect `ConfigParser.items(... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Antoine Pitrou | Fix the advertised size of PyCFunctionObjects in sys... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Serhiy Storchaka | Issue #16645: Fix hardlink extracting test for tarfile. |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Serhiy Storchaka | Issue #16645: Fix hardlink extracting test for tarfile. |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Eli Bendersky | Skip a test correctly for the C-version. The decorator... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Eli Bendersky | For Issue #16076: make sure that pickling of Element... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Serhiy Storchaka | Issue #16688: Fix backreferences did make case-insensit... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Andrew Svetlov | Fix docstring in curses (#16782) |
commit | commitdiff | tree | snapshot |
next |