Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fix possible memory leak, dealloc newobj | Christian Heimes | 2012-10-06 | 1 | -2/+1 | |
| | | | ||||||
* | | | Fixed a missing incref introduced by a7ec0a1b0f7c | Armin Ronacher | 2012-10-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added notimplemented_dealloc for better error reporting | Armin Ronacher | 2012-10-06 | 1 | -1/+10 | |
| | | | ||||||
* | | | merge default | Armin Ronacher | 2012-10-06 | 10 | -18/+83 | |
|\ \ \ | ||||||
| * \ \ | merge with 3.3 | Georg Brandl | 2012-10-06 | 10 | -18/+83 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Closes #11710: create "landing pages" (/library/package.html) for those ↵ | Georg Brandl | 2012-10-06 | 9 | -8/+79 | |
| | | | | | | | | | | | | | | | | packages that have no documented content themselves, e.g. "urllib" or "http". | |||||
| | * | | Closes #16149: remove now-false statement about the inability to compare ↵ | Georg Brandl | 2012-10-06 | 1 | -10/+4 | |
| | | | | | | | | | | | | | | | | Decimal and float objects. | |||||
* | | | | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 | 14 | -81/+160 | |
|/ / / | ||||||
* | | | Issue #13896: Make shelf instances work with 'with' as context managers. | Andrew Svetlov | 2012-10-06 | 3 | -0/+23 | |
| | | | | | | | | | | | | Original patch by Filip Gruszczyński. | |||||
* | | | Update NEWS for adding missed changes. | Andrew Svetlov | 2012-10-06 | 1 | -0/+5 | |
| | | | ||||||
* | | | fixed _sha3 VS project file | Christian Heimes | 2012-10-06 | 1 | -11/+2 | |
| | | | ||||||
* | | | Issue #16133: add Windows project file for _sha3 module. I choose to build ↵ | Christian Heimes | 2012-10-06 | 2 | -0/+223 | |
| | | | | | | | | | | | | _sha3 as a sparat module as it's rather large (190k for AMD64). | |||||
* | | | add note to Misc/NEWS | Christian Heimes | 2012-10-06 | 1 | -0/+5 | |
| | | | ||||||
* | | | Issue #16113: integrade SHA-3 (Keccak) patch from ↵ | Christian Heimes | 2012-10-06 | 30 | -28/+7971 | |
| | | | | | | | | | | | | http://hg.python.org/sandbox/cheimes | |||||
* | | | In debug mode, unicode_write_cstr() now checks that non-ASCII characters are | Victor Stinner | 2012-10-05 | 1 | -0/+8 | |
| | | | | | | | | | | | | not written into an ASCII string | |||||
* | | | Merge issue #16115: Add test for check that executable arg to Popen() takes ↵ | Andrew Svetlov | 2012-10-05 | 1 | -0/+10 | |
|\ \ \ | |/ / | | | | | | | precedence over args[0] arg\n \n Patch by Kushal Das | |||||
| * | | Issue #16115: Add test for check that executable arg to Popen() takes ↵ | Andrew Svetlov | 2012-10-05 | 1 | -0/+10 | |
| | | | | | | | | | | | | precedence over args[0] arg\n \n Patch by Kushal Das | |||||
* | | | normalize whitespaces | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #16123: IDLE - deprecate running without a subprocess. | Andrew Svetlov | 2012-10-05 | 2 | -3/+9 | |
| | | | | | | | | | | | | Patch by Roger Serwy | |||||
* | | | Merge ftplib doc fix with 3.3. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Merge ftplib doc fix with 3.2. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 | |
| |\ \ | | |/ | ||||||
| | * | The file obj passed to ftp.storbinary/storlines must be opened in binary mode. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 | |
| | | | ||||||
* | | | Merge issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | 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 |