Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | MERGE: #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-05 | 1 | -4/+3 | |
|\ \ \ | |/ / | | | | | | | /usr/bin/file. Fix original patch | |||||
| * | | MERGE: #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-05 | 1 | -4/+3 | |
| |\ \ | | |/ | | | | | | | /usr/bin/file. Fix original patch | |||||
| | * | #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | /usr/bin/file. Fix original patch | |||||
| | * | #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-05 | 1 | -4/+3 | |
| | | | | | | | | | | | | /usr/bin/file. Use 'communicate()' and decode the bytes | |||||
* | | | Issue #14446: Remove deprecated tkinter functions: Delete an unused function ↵ | Jesus Cea | 2012-10-05 | 1 | -30/+0 | |
| | | | | | | | | | | | | to avoid a warning | |||||
* | | | Issue #14446: Remove deprecated tkinter functions: Delete an unused function ↵ | Jesus Cea | 2012-10-05 | 1 | -76/+0 | |
| | | | | | | | | | | | | to avoid a warning | |||||
* | | | Closes #16135: Removal of OS/2 support | Jesus Cea | 2012-10-05 | 12 | -133/+111 | |
| | | | ||||||
* | | | Test should be skipped in 'riscos', as intented | Jesus Cea | 2012-10-05 | 1 | -1/+2 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (Python code partial cleanup) | Jesus Cea | 2012-10-05 | 11 | -89/+20 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) | Jesus Cea | 2012-10-05 | 18 | -878/+14 | |
| | | | ||||||
* | | | #16127: merge with 3.3. | Ezio Melotti | 2012-10-05 | 4 | -17/+6 | |
|\ \ \ | |/ / | ||||||
| * | | #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-05 | 4 | -17/+6 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (C code and Docs) | Jesus Cea | 2012-10-05 | 5 | -29/+2 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (Modules/*) | Jesus Cea | 2012-10-05 | 11 | -157/+4 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (posixmodule y platform dependent files) | Jesus Cea | 2012-10-04 | 20 | -8549/+9 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (Docs) | Jesus Cea | 2012-10-04 | 4 | -7/+1 | |
| | | | ||||||
* | | | #16135: Removal of OS/2 support (I) | Jesus Cea | 2012-10-04 | 7 | -330/+3 | |
| | | | ||||||
* | | | merge 3.3 (bug already fixed, differently, in default) | Victor Stinner | 2012-10-04 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed | Victor Stinner | 2012-10-04 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | This error cannot occur in practice: PyUnicode_FromObject() always return a "ready" string. | |||||
* | | | Optimize unicode_compare(): use memcmp() when comparing two UCS1 strings | Victor Stinner | 2012-10-04 | 1 | -8/+25 | |
| | | | ||||||
* | | | Enable also ptr==ptr optimization in PyUnicode_Compare() | Victor Stinner | 2012-10-04 | 2 | -5/+7 | |
| | | | | | | | | | | | | It was already implemented in PyUnicode_RichCompare() | |||||
* | | | Merge: Issue #14997: disable <F5> in idle shell window. | Andrew Svetlov | 2012-10-04 | 1 | -0/+2 | |
|\ \ \ | |/ / | | | | | | | Thanks to Roger Serwy for patch. | |||||
| * | | Merge: Issue #14997: disable <F5> in idle shell window. | Andrew Svetlov | 2012-10-04 | 1 | -0/+2 | |
| |\ \ | | |/ | | | | | | | Thanks to Roger Serwy for patch. | |||||
| | * | Issue #14997: disable <F5> in idle shell window. | Andrew Svetlov | 2012-10-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | Thanks to Roger Serwy for patch. | |||||
* | | | Issue #14446: Remove deprecated tkinter functions | Andrew Svetlov | 2012-10-04 | 3 | -153/+0 | |
| | | | | | | | | | | | | Thanks to Michael Driscoll | |||||
* | | | Issue #15417: Add support for csh and fish in venv activation scripts. | Andrew Svetlov | 2012-10-04 | 3 | -14/+126 | |
| | | | ||||||
* | | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ↵ | Antoine Pitrou | 2012-10-04 | 4 | -31/+127 | |
|\ \ \ | |/ / | | | | | | | element_factory (fixes a regression in SimpleTAL). | |||||
| * | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ↵ | Antoine Pitrou | 2012-10-04 | 4 | -31/+127 | |
| | | | | | | | | | | | | element_factory (fixes a regression in SimpleTAL). | |||||
* | | | Merge heads | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge: Fix typo in documentation for time module, thanks to docs@ | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Fix typo in documentation for time module, thanks to docs@ | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | 3.3 -> 3.4 (closes #16130) | Benjamin Peterson | 2012-10-04 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵ | Andrew Svetlov | 2012-10-04 | 2 | -1/+2 | |
|\ \ \ | |/ / | | | | | | | Bernard from docs@ | |||||
| * | | Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵ | Andrew Svetlov | 2012-10-04 | 2 | -1/+2 | |
| | | | | | | | | | | | | Bernard from docs@ | |||||
* | | | MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c | Jesus Cea | 2012-10-04 | 3 | -1/+15 | |
|\ \ \ | |/ / | ||||||
| * | | Closes #16126: PyErr_Format format mismatch in _testcapimodule.c | Jesus Cea | 2012-10-04 | 3 | -1/+15 | |
| | | | ||||||
* | | | MERGE: Closes #16112: platform.architecture does not correctly escape ↵ | Jesus Cea | 2012-10-04 | 3 | -5/+12 | |
|\ \ \ | |/ / | | | | | | | argument to /usr/bin/file | |||||
| * | | MERGE: Closes #16112: platform.architecture does not correctly escape ↵ | Jesus Cea | 2012-10-04 | 3 | -5/+12 | |
| |\ \ | | |/ | | | | | | | argument to /usr/bin/file | |||||
| | * | Closes #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-04 | 3 | -5/+11 | |
| | | | | | | | | | | | | /usr/bin/file | |||||
* | | | Closes #15488: Closed files keep their buffer alive | Jesus Cea | 2012-10-04 | 3 | -0/+16 | |
| | | | ||||||
* | | | MERGE: Whatsnew typo | Jesus Cea | 2012-10-04 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Whatsnew typo | Jesus Cea | 2012-10-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | MERGE: whatsnew | Jesus Cea | 2012-10-04 | 1 | -0/+7 | |
|\ \ \ | |/ / | ||||||
| * | | whatsnew | Jesus Cea | 2012-10-04 | 1 | -0/+7 | |
| | | | ||||||
* | | | long_to_decimal_string_internal() doesn't need to write the final NULL character | Victor Stinner | 2012-10-04 | 1 | -1/+0 | |
| | | | ||||||
* | | | unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" block | Victor Stinner | 2012-10-04 | 1 | -3/+3 | |
| | | | ||||||
* | | | Split the huge PyUnicode_Format() function (+540 lines) into subfunctions | Victor Stinner | 2012-10-04 | 1 | -472/+605 | |
| | | | ||||||
* | | | PyUnicode_Format(): disable overallocation when we are writing the last part | Victor Stinner | 2012-10-03 | 1 | -1/+3 | |
| | | | | | | | | | | | | of the output string | |||||
* | | | Unicode: resize_compact() and resize_inplace() fills also the Unicode strings | Victor Stinner | 2012-10-03 | 1 | -5/+33 | |
| | | | | | | | | | | | | with invalid bytes in debug mode, as done by PyUnicode_New() |