2012-10-07 |
Hynek Schlawack | Closes #1492704: Make shutil.copyfile() raise a distinc... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Andrew Svetlov | Remove unused functions from _tkinter. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Andrew Svetlov | Utilize PyModule_Add{IntConstant,StringConstant,Object... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Ezio Melotti | Fix markup. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Andrew Svetlov | Utilize Py_RETURN_NONE in _tkinter module. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Armin Ronacher | Issue #16148: Small improvements and cleanup. Added... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
R David Murray | Merge: More whatsnew updates, move some doc NEWS items... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
R David Murray | More whatsnew updates, move some doc NEWS items into... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
R David Murray | Merge: starmap/starmap_async for whatsnew, and fix... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
R David Murray | starmap/starmap_async for whatsnew, and fix multiproces... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
R David Murray | Merge: More whatsnew updates. Also move a C-API NEWS... |
commit | commitdiff | tree | snapshot |
2012-10-07 |
R David Murray | More whatsnew updates. Also move a C-API NEWS item... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | merge #9957: document that SpooledTemporaryFile.truncat... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | #9957: document that SpooledTemporaryFile.truncate... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | #9957: document that SpooledTemporaryFile.truncate... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | Null merge |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | Null merge. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | More whatsnew updates. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | More whatsnew updates. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Victor Stinner | Cleanup PyUnicode_FromFormatV() for zero padding |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Victor Stinner | Issue #16147: PyUnicode_FromFormatV() doesn't need... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Victor Stinner | Issue #16147: PyUnicode_FromFormatV() now raises an... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Victor Stinner | Issue #16147: PyUnicode_FromFormatV() now detects integ... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Victor Stinner | Issue #16147: Rewrite PyUnicode_FromFormatV() to use... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Georg Brandl | merge with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Georg Brandl | Fix markup in Counter note. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | Merge: whatsnew updates for smtplib and collections... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | whatsnew updates for smtplib and collections.Counter. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | Merge: Fix typos. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | Fix typos. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | merge #10968: commit threading doc changes and correspo... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
R David Murray | #10968: commit threading doc changes and corresponding... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Mark Dickinson | Issue #16096: port fix from 3.3 |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Mark Dickinson | Issue #16096: Fix signed overflow in Objects/longobject... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Mark Dickinson | Issue #16096: Merge fixes from 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Mark Dickinson | Issue #16096: Fix several occurrences of potential... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | revert accidental inclusion of subprocess tests |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | revert accidental inclusion of subprocess tests |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | revert accidental inclusion of subprocess tests |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Add spaces to follow PEP8. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | and another one |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | move var declaration to top of block to fix compilation... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Issue #16025: Minor corrections to the zipfile document... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Issue #16025: Minor corrections to the zipfile document... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Issue #16025: Minor corrections to the zipfile document... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Issue #16120: Use |yield from| in stdlib. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | remove #warning from sha3module.c |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | fix possible memory leak, dealloc newobj |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Armin Ronacher | Fixed a missing incref introduced by a7ec0a1b0f7c |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Armin Ronacher | Added notimplemented_dealloc for better error reporting |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Armin Ronacher | merge default |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Armin Ronacher | Issue #16148: implemented PEP 424 |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Georg Brandl | Closes #11710: create "landing pages" (/library/package... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Georg Brandl | Closes #16149: remove now-false statement about the... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Georg Brandl | Closes #16149: remove now-false statement about the... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Issue #13896: Make shelf instances work with 'with... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Andrew Svetlov | Update NEWS for adding missed changes. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | fixed _sha3 VS project file |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | Issue #16133: add Windows project file for _sha3 module... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | add note to Misc/NEWS |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Christian Heimes | Issue #16113: integrade SHA-3 (Keccak) patch from http... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Victor Stinner | In debug mode, unicode_write_cstr() now checks that... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | Merge issue #16115: Add test for check that executable... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | Issue #16115: Add test for check that executable arg... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | normalize whitespaces |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | Issue #16123: IDLE - deprecate running without a subpro... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Ezio Melotti | Merge ftplib doc fix with 3.3. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Ezio Melotti | Merge ftplib doc fix with 3.2. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Ezio Melotti | The file obj passed to ftp.storbinary/storlines must... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | Merge issue #16138: fix typo. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | Merge issue #16138: fix typo. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Andrew Svetlov | Issue #16138: fix typo. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | MERGE: #16112: platform.architecture does not correctly... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | MERGE: #16112: platform.architecture does not correctly... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | #16112: platform.architecture does not correctly escape... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | #16112: platform.architecture does not correctly escape... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | Issue #14446: Remove deprecated tkinter functions:... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | Issue #14446: Remove deprecated tkinter functions:... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | Closes #16135: Removal of OS/2 support |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | Test should be skipped in 'riscos', as intented |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | #16135: Removal of OS/2 support (Python code partial... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jesus Cea | #16135: Removal of OS/2 support (Remove OS2 and OS... |
commit | commitdiff | tree | snapshot |
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 |
next |