2013-01-25 |
Serhiy Storchaka | Issue #13454: Fix a crash when deleting an iterator... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Serhiy Storchaka | Increase the memory limit in the test for issue #16335. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Eli Bendersky | Clarify ET.iterparse documentation - this function... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Serhiy Storchaka | Fix generating of sre_constants.h on Python 3. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Senthil Kumaran | Issue #12411: Fix to cgi.parse_multipart to correctly... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Vinay Sajip | Corrected typo, added comment in cookbook recipe. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Ezio Melotti | #11379: rephrase minidom documentation to use the term... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Vinay Sajip | Added cookbook recipe for structured logging. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Serhiy Storchaka | Issue #1159051: GzipFile now raises EOFError when readi... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Serhiy Storchaka | #15546: Fix GzipFile.peek()'s handling of pathological... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Vinay Sajip | Updated logging HOWTO with a diagram. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Vinay Sajip | Issue #17007: Made minor changes to documentation wording. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Vinay Sajip | Issue #17007: Improved logging documentation based... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Serhiy Storchaka | Add bigmemtest decorator to test of issue #16335. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Serhiy Storchaka | Fix memory error in test_ucn. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Serhiy Storchaka | Issue #16335: Fix integer overflow in unicode-escape... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Ezio Melotti | #4153: update the Unicode howto. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ezio Melotti | Fix a few typos in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Charles-François... | Issue #16953: Fix socket module compilation on platform... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Serhiy Storchaka | Issue #15989: Fix several occurrences of integer overflow |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Ezio Melotti | #16978: rephrase sentence and fix typo. Initial patch... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Łukasz Langa | math.fsum docs did not show up because of a misplaced... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Antoine Pitrou | Remove outdated statement |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Frank Wierzbicki | Closed #16886: test_dictcomps no longer depends on... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Vinay Sajip | Issue #9501: Improved shutdown handling to deal with... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Serhiy Storchaka | Issue #15861: tkinter now correctly works with lists... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Richard Oudkerk | Issue #10527: Remove dead code |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Serhiy Storchaka | Issue #14850: Now a chamap decoder treates U+FFFE as... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Richard Oudkerk | Issue #10527: Use poll() instead of select() for multip... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Serhiy Storchaka | Issue #9720: zipfile now writes correct local headers... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Serhiy Storchaka | Describe the default_namespace parameter of ElemetTree... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Eli Bendersky | Issue #16922: fixed findtext() to return empty Unicode... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Charles-François... | test_asyncore: wait explicitly for a thread termination... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Serhiy Storchaka | Issue #16829: IDLE printing no longer fails if there... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Charles-François... | Issue #16762: Fix some test_subprocess failures on... |
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 (2.7 forward-port): Improve choices exampl... |
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 |
Ezio Melotti | Add a note about checking refleaks to patchcheck. |
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 |
Sandro Tosi | grammatical fix; thanks to Alex Rudnick from docs@ |
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 (forward-port from 2.7): fix some document... |
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 | Enable a broken test and fix it. |
commit | commitdiff | tree | snapshot |
2013-01-11 |
R David Murray | #13934: document sqlite version strings, use correct... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
R David Murray | #15545: fix sqlite3.iterdump regression on unsortable... |
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 #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 |
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-07 |
Vinay Sajip | Issue #16884: updated logging documentation to include... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
R David Murray | #16877: Add mention that shell-style path expansions... |
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 | Fix example by making the exception inherit from Exception. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Ezio Melotti | #13094: add Programming FAQ entry about the behavior... |
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 |
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 | Issue #16218, #16414, #16444: Backport FS_NONASCII... |
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 | Issue #16828: Fix error incorrectly raised by bz2.compr... |
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 |
Eli Bendersky | Fix method name in documentation (__setstate__ -->... |
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-01 |
Łukasz Langa | Misc/NEWS updated to tell about #16820 |
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: 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 |
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 |
Richard Oudkerk | Issue #9586: Redefine SEM_FAILED on MacOSX to keep... |
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 | 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 | Fixes issue #15803: incorrect `ConfigParser.items(... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Serhiy Storchaka | Issue #16645: Fix hardlink extracting test for tarfile. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Andrew Svetlov | Fix docstring in curses (#16782) |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Serhiy Storchaka | Issue #16485: Fix file descriptor not being closed... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Antoine Pitrou | Forward port new test for SSLSocket.connect_ex() |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Antoine Pitrou | Backport Python 3.2 fix for issue #12065, and add anoth... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Raymond Hettinger | Make the from_iterable() recipe more usable. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Serhiy Storchaka | Issue #16761: Raise TypeError when int() called with... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Serhiy Storchaka | Issue #16761: Raise TypeError when int() or long()... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Chris Jerdonek | Issue #15324: Fix regrtest parsing of --fromfile, ... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Chris Jerdonek | Issue #15324: Fix regrtest parsing of --fromfile and... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Ezio Melotti | #16796: fix typo. Patch by Michael Schurter. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Ezio Melotti | #16796: fix typo. Patch by Michael Schurter. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Serhiy Storchaka | Issue #16792: Use assertIs() to test identity. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Serhiy Storchaka | Issue #16793. Replace deprecated unittest asserts with... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Serhiy Storchaka | Issue #16792: Mark small ints test as CPython-only. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Serhiy Storchaka | Issue #16792: Mark small ints test as CPython-only. |
commit | commitdiff | tree | snapshot |
next |