2014-03-21 |
Victor Stinner | Close #21010: Fix typo in asyncio doc. Patch written... |
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 |
Brett Cannon | merge |
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 |
Vinay Sajip | Issue #10141, Issue 20065: Changed #if to take CAN_RAW... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Benjamin Peterson | improve start default for relpath |
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 | Clean-up docstring |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Vinay Sajip | Issue #20444: Reduced code duplication. |
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 | Issue #10141: updated new usages of AF_CAN to be in... |
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 | Issue #20976: pyflakes: Remove unused imports |
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 | add Nehal Hussain |
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 | Skip test_urllib2.test_issue16464() is the ssl module... |
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 | Clean up PCbuild/pcbuild.sln a bit: |
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 | Issue #20966: Fix Tkinter Resources link |
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-17 |
Victor Stinner | Issue #20879: Delay the initialization of encoding... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Benjamin Peterson | move SharedKeyTests to test_descr |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Benjamin Peterson | correct the fix for #20637; allow slot descriptor inher... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Éric Araujo | Fix typo in example (#20963) |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Jesus Cea | Typo |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Jesus Cea | Typo |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Jesus Cea | Typo |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Antoine Pitrou | Remove stray semicolon |
commit | commitdiff | tree | snapshot |
2014-03-17 |
R David Murray | closes #20960 |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Georg Brandl | Update doc version switcher for 3.4/3.5. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Larry Hastings | Merged default into 3.4 branch. 3.4 branch is now... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Larry Hastings | Post-release verion bump for 3.4.0(+). |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Benjamin Peterson | merge 3.3 (#11448) |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Benjamin Peterson | improve set_tunnel docs (closes #11448) |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Victor Stinner | Issue #20950: Fix typo asyncio doc, wait() has no self... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Benjamin Peterson | merge 3.3 (#20946) |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Benjamin Peterson | fix ctypes test alignment assumptions (closes #20946) |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Larry Hastings | Added tag v3.4.0 for changeset 04f714765c13 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Larry Hastings | Final documentation fixes for 3.4.0 final. v3.4.0 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Larry Hastings | Release bump for 3.4.0 final. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Larry Hastings | Regenerate pydoc_topics, fix markup errors, in preparat... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Larry Hastings | Merge in all documentation changes since branching... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Nick Coghlan | Bring PEP 453 What's New entry up to date |
commit | commitdiff | tree | snapshot |
2014-03-16 |
R David Murray | whatsnew: Fix Features section title, use title/sentenc... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Larry Hastings | Issue #20931: Fix other confusingly-worded heading. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Antoine Pitrou | Close #16665: improve documentation for hex(). Patch... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
R David Murray | whatsnew: Clarify heading. |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Antoine Pitrou | Close #16665: improve documentation for hex(). Patch... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | send people to the right editors page (#20938) |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Ned Deily | Issue #20939: merge from 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Ned Deily | Issue #20939: merge from 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Ned Deily | Issue #20939: Fix test_geturl failure in test_urllibnet... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | remove runtime_library_dirs for _sqlite; it isn't needed |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | avoid referencing past the bounds of an array |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | only define zero constant when it is used |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | remove unused zero constants |
commit | commitdiff | tree | snapshot |
2014-03-15 |
R David Murray | Merge: #20933: At least one place maps 'test' to 'local... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
R David Murray | #20933: At least one place maps 'test' to 'localhost... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | avoid referencing out-of-bounds memory |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | fix c89 declaration order |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | don't do pointer arithmetic with signed numbers |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Benjamin Peterson | cast negative numbers to size_t before shifting them... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Vinay Sajip | Reverted change introduced in edb12dad7bf6. |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | whatsnew: final edit pass. |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Vinay Sajip | Added Doc/tools/ subdirs to .hgignore. |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Brett Cannon | Issue #20884: whatsnew: Frozen modules don't set __file... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Vinay Sajip | Closes #20918: Added handling for exceptions during... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | whatsnew: link from module_spec section to Deprecation... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | whatsnew: difflib.isbjunk &c were removed, not deprecated. |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | whatsnew: difflib.isbjunk &c were removed, not deprecated. |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | whatsnew: small tweaks to codecs entry. |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | Merge #7475: Remove references to '.transform' from... |
commit | commitdiff | tree | snapshot |
2014-03-14 |
R David Murray | #7475: Remove references to '.transform' from transform... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
R David Murray | whatsnew: linkify some pip things, and explain why... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Éric Araujo | Remove references to make targets deleted in eef7899ea7ab |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Éric Araujo | Clarify distutils’ clean command (ref #6142) |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Éric Araujo | Clarify distutils’ clean command (ref #6142) |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Ned Deily | Issue #19407: Fix typos in new distribution & installat... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
R David Murray | whatsnew: remove 'draft' note, tidy up summary, collect... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Victor Stinner | Issue #20908: PyMem_Malloc() must be used with PyMem_Fr... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jesus Cea | MERGE: Closes #20908: Memory leak in Reg2Py() |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jesus Cea | Closes #20908: Memory leak in Reg2Py() |
commit | commitdiff | tree | snapshot |
2014-03-13 |
R David Murray | whatsnew: collections no longer implicitly imports... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
R David Murray | whatsnew: HTTPError.headers (#15701). |
commit | commitdiff | tree | snapshot |
2014-03-13 |
R David Murray | whatsnew: make it clear I'm the editor, not author... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Éric Araujo | Make distutils error messages more helpful (#11599). |
commit | commitdiff | tree | snapshot |
next |