2012-10-05 |
Ezio Melotti | #16127: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Ezio Melotti | #16127: remove outdated references to narrow builds... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | #16135: Removal of OS/2 support (C code and Docs) |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | #16135: Removal of OS/2 support (Modules/*) |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | #16135: Removal of OS/2 support (posixmodule y platform... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | #16135: Removal of OS/2 support (Docs) |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | #16135: Removal of OS/2 support (I) |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | merge 3.3 (bug already fixed, differently, in default) |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | Fix PyUnicode_Format(): return NULL if PyUnicode_READY... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | Optimize unicode_compare(): use memcmp() when comparing... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | Enable also ptr==ptr optimization in PyUnicode_Compare() |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Merge: Issue #14997: disable <F5> in idle shell window. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Merge: Issue #14997: disable <F5> in idle shell window. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Issue #14997: disable <F5> in idle shell window. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Issue #14446: Remove deprecated tkinter functions |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Issue #15417: Add support for csh and fish in venv... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Antoine Pitrou | Issue #16089: Allow ElementTree.TreeBuilder to work... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Antoine Pitrou | Issue #16089: Allow ElementTree.TreeBuilder to work... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Merge heads |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Merge: Fix typo in documentation for time module, thank... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Fix typo in documentation for time module, thanks to... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Peterson | 3.3 -> 3.4 (closes #16130) |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Merge: Fix typo in documentation for collections.ChainM... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andrew Svetlov | Fix typo in documentation for collections.ChainMap... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | MERGE: Closes #16126: PyErr_Format format mismatch... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | Closes #16126: PyErr_Format format mismatch in _testcap... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | MERGE: Closes #16112: platform.architecture does not... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | MERGE: Closes #16112: platform.architecture does not... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | Closes #16112: platform.architecture does not correctly... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | Closes #15488: Closed files keep their buffer alive |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | MERGE: Whatsnew typo |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | Whatsnew typo |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | MERGE: whatsnew |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Jesus Cea | whatsnew |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | long_to_decimal_string_internal() doesn't need to write... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | unicode_result_wchar(): move the assert() to the "... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Victor Stinner | Split the huge PyUnicode_Format() function (+540 lines... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Victor Stinner | PyUnicode_Format(): disable overallocation when we... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Victor Stinner | Unicode: resize_compact() and resize_inplace() fills... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nick Coghlan | Merge #12947 workaround from 3.3 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nick Coghlan | Issue #12947: Better workaround for the problem with... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nick Coghlan | Merge doctest note from 3.3 |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nick Coghlan | Issue #12947: Add a note to doctest until the example... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | NULL merge |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | NULL merge |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | Closes #15897: zipimport.c doesn't check return value... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | MERGE: Fix Misc/ACKS alphabetic order |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | MERGE: Closes #15897: zipimport.c doesn't check return... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | MERGE: Fix Misc/ACKS alphabetic order |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | MERGE: Closes #15897: zipimport.c doesn't check return... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | Fix Misc/ACKS alphabetic order |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jesus Cea | Closes #15897: zipimport.c doesn't check return value... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Alexander Belopolsky | Issue #9650: List commonly used format codes in time... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | More whatsnew updates. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | More whatsnew updates. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ezio Melotti | Remove unnecessary []. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Nick Coghlan | Reword the next version placeholder now that the change... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Svetlov | Null merge |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Svetlov | Merge: Close open bracket, thanks to Josh Helzer from... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Svetlov | Merge: Close open bracket, thanks to Josh Helzer from... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Svetlov | Close open bracket, thanks to Josh Helzer from docs@ |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Vinay Sajip | Updated docstring for logging.config.listen(). |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Vinay Sajip | Issue #15452: Added verify option for logging configura... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | Merge: Add multiprocessing.Process.sentinel to whatsnew... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | Add multiprocessing.Process.sentinel to whatsnew, menti... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Victor Stinner | Issue #15609: Fix refleak introduced by my last optimiz... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Georg Brandl | merge with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Georg Brandl | In this case it is not useful to hide "threading". |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ezio Melotti | #15979: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ezio Melotti | #15979: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ezio Melotti | #15979: improve timeit documentation. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | Merge: Add threading.get_ident to whatsnew. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | Add threading.get_ident to whatsnew. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | Merge #11109: clean up docs, add whatsnew entry, and... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
R David Murray | #11109: clean up docs, add whatsnew entry, and fix... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Victor Stinner | Close #15766: Catch exceptions while raising the Import... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Ezio Melotti | Merge changelog filtering fixes/improvements with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Ezio Melotti | Fix/improve the changelog filtering. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Victor Stinner | Issue #15609: Optimize str%args for integer argument |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Philip Jenvey | more yield from |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Antoine Pitrou | Sanitize and modernize some of the _elementtree code... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Antoine Pitrou | Sanitize and modernize some of the _elementtree code... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Stefan Krah | Merge 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Stefan Krah | Issue #15599: Increase the switch interval. Several... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Nadeem Vawda | Merge: #16304: Optimizations for BZ2File, and minor... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Nadeem Vawda | Issue #16304: Further optimize BZ2File.readlines?(). |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Nadeem Vawda | Fix error handling in new fast path of BZ2File.readline(). |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Nadeem Vawda | Issue #16304: Another performance optimization for... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Philip Jenvey | utilize yield from |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Philip Jenvey | utilize subprocess.DEVNULL |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | Fix template syntax. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | Use backticks in 3.4 NEWS. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | The default reST role `foo` can now be used in NEWS... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | Fix page name. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | merge with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Georg Brandl | Several improvements to the HTML NEWS version: |
commit | commitdiff | tree | snapshot |
next |