2013-01-12 |
Eli Bendersky | Issue #16076: check for return value of PyTuple_New... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Eli Bendersky | Issue #16076: fix refleak in pickling of Element. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Ezio Melotti | #16940: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Ezio Melotti | #16940: fix indentation in example. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Chris Jerdonek | Issue #16933 (merge from 3.2): Improve choices examples... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Chris Jerdonek | Issue #16933 (2.7 forward-port): Improve choices exampl... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Brett Cannon | Issue #16730: Don't raise an exception in |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Issue #15539: Fix a backup file creation in pindent... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Issue #15539: Fix a backup file creation in pindent... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Georg Brandl | Closes #16936: fix duplicate/ambiguous description... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | Merge patchcheck changes with 3.2 |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | Add a note about checking refleaks to patchcheck. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Issue #15539: Fix a number of bugs in Tools/scripts... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Serhiy Storchaka | Issue #15539: Fix a number of bugs in Tools/scripts... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Sandro Tosi | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Sandro Tosi | grammatical fix; thanks to Alex Rudnick from docs@ |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #16154: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #16154: fix some doctests in Doc/library. Patch by... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Chris Jerdonek | Issue #16874 (merge from 3.2): fix some documentation... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Chris Jerdonek | Issue #16874 (forward-port from 2.7): fix some document... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #13899: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #13899: \A, \Z, and \B now correctly match the A, Z... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #16925: test_configparser now works with unittest test... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #16918: test_codecs now works with unittest test discov... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | Merge fix for broken/disabled test. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | Enable a broken test and fix it. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Ezio Melotti | #16919: test_crypt now works with unittest test discove... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
R David Murray | merge #13934: document sqlite version strings, use... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
R David Murray | #13934: document sqlite version strings, use correct... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Benjamin Peterson | remove __del__ because it's evil and also prevents... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
R David Murray | merge #15545: fix sqlite3.iterdump regression on unsort... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
R David Murray | #15545: fix sqlite3.iterdump regression on unsortable... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Eli Bendersky | Update Misc/NEWS for issue #16076 |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Eli Bendersky | Issue #16913: Fix Element.itertext()'s handling of... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Eli Bendersky | normalize whitespace |
commit | commitdiff | tree | snapshot |
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 |
next |