2014-03-23 |
Georg Brandl | merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Georg Brandl | tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Antoine Pitrou | Issue #19537: Fix PyUnicode_DATA() alignment under... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Antoine Pitrou | Issue #19537: Fix PyUnicode_DATA() alignment under... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
R David Murray | #20145: assert[Raises|Warns]Regex now raise TypeError... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Issue #20990: Correction for 619331c67638. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
R David Murray | Merge #20976: remove unneeded quopri import in email... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
R David Murray | #20976: remove unneeded quopri import in email.utils. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Antoine Pitrou | Issue #20913: make it clear that create_default_context... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Antoine Pitrou | Issue #20913: make it clear that create_default_context... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Merge 3.3. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Issue #20633: Replace relative import by absolute import. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Issue #20980: Stop wrapping exception when using Thread... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Richard Oudkerk | Issue #20990: Fix issues found by pyflakes for multipro... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Georg Brandl | merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Georg Brandl | Closes #20975: make date in the interpreter banner... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Antoine Pitrou | Issue #20913: improve the SSL security considerations... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Antoine Pitrou | Issue #20913: improve the SSL security considerations... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Antoine Pitrou | Issue #21015: SSL contexts will now automatically selec... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Antoine Pitrou | Issue #21015: SSL contexts will now automatically selec... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Zachary Ware | Issue #21017: Enable Tix debug build on Windows |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Zachary Ware | Issue #15968: Temporarily revert change to PCbuild... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Benjamin Peterson | improve the command-line interface of json.tool (closes... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Zachary Ware | Issue #15968: Incorporated Tcl, Tk, and Tix builds... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Donald Stufft | Fix an incomplete merge of Misc/NEWS |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Donald Stufft | Merge changes from 3.4 to bring in fixes for Issue... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Donald Stufft | Issue #20995: Enhance default ciphers used by the ssl... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | (Merge 3.4) Close #21010: Fix typo in asyncio doc.... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | Close #21010: Fix typo in asyncio doc. Patch written... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | Null merge (I transplated 2 commits from default to... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Brett Cannon | Issue #20627: xmlrpc.client.ServerProxy is now a contex... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Brett Cannon | Merge for issue #20884 |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Brett Cannon | Issue #20884: Don't assume in importlib.__init__ that... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Brett Cannon | Issue #19165: The formatter module graduates to full... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Ethan Furman | Issue19995: more informative error message; spelling... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Vinay Sajip | Issue #10141, Issue 20065: Merged from 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Vinay Sajip | Issue #10141, Issue 20065: Changed #if to take CAN_RAW... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | Issue #21006: Fix subprocess example on Windows in... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | Issue #21006: Fix subprocess example on Windows in... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | Close #21005: Fix documentation of asyncio.subprocess... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | Close #21005: Fix documentation of asyncio.subprocess... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Victor Stinner | asyncio: Ensure call_soon(), call_later() and call_at... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Benjamin Peterson | remove the ability of datetime.time to be considered... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Giampaolo Rodola' | merge heads |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Giampaolo Rodola' | Fix issue 18931: selectors module now supports /dev... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Andrew Kuchling | #20744: don't try running an external 'zip' in shutil... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Benjamin Peterson | improve start default for relpath |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Zachary Ware | Merge several minor doc fixes from 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Zachary Ware | Fix typos in Doc/faq/extending. Found by cocoatomo... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Zachary Ware | Fix spelling in enum docs. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Zachary Ware | Add missing parenthesis. Found by cocoatomo on docs@. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Zachary Ware | Fix parameter name in docs for os.makedirs and os.remov... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Raymond Hettinger | Clean-up docstring |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Closes #20444: Merged fix from 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Issue #20444: Reduced code duplication. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Closes #20558: Improved implementation of error handling. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Issue #20558: Improved implementation of error handling. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Merged from 3.4. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Issue #10141: updated new usages of AF_CAN to be in... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | (Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABAN... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | (Merge 3.4) Issue #20976: pyflakes: Remove unused imports |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | Issue #20976: pyflakes: Remove unused imports |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | (Merge 3.4) Issue #20978: pyflakes: fix undefined names... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | Issue #20978: pyflakes: fix undefined names |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Victor Stinner | Issue #20978: Remove last part of OS/2 support in distutils |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Benjamin Peterson | add Nehal Hussain |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Andrew Kuchling | #14332: provide a better explanation of junk in difflib... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Andrew Kuchling | #13437: link to the source code for a few more modules |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Use the correct VS edition names in PCbuild/readme.txt |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Victor Stinner | (Merge 3.4) Skip test_urllib2.test_issue16464() is... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Victor Stinner | Skip test_urllib2.test_issue16464() is the ssl module... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ethan Furman | Issue19995: passing a non-int to %o, %c, %x, or %X... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Kristján Valur... | Issue #19009 |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Merge xxlimited compile warning fix from 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Avoid compile warning in xxlimited on 32-bit Windows... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Merge PCbuild/pcbuild.sln cleanup from 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Clean up PCbuild/pcbuild.sln a bit: |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Ignore files generated by MSVC PGO builds (merge from... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Zachary Ware | Ignore files generated by MSVC PGO builds. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Zachary Ware | Closes #20966: Fix Tkinter Resources link (merge from... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Zachary Ware | Issue #20966: Fix Tkinter Resources link |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Victor Stinner | Doc: add What's New in Python 3.5 to whatsnew index |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Victor Stinner | Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Georg Brandl | merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Georg Brandl | Fix option description that is a warning in new Sphinx... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Victor Stinner | Issue #19977: Fix test_capi when LC_CTYPE locale is... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Victor Stinner | Issue #19977: Enable test_c_locale_surrogateescape... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Victor Stinner | Issue #19977, #19036: Always include <locale.h> in... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Victor Stinner | Issue #20574: Remove duplicated test failing on Windows XP |
commit | commitdiff | tree | snapshot |
next |