Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify the reasons why pickle is almost always better than marshal | Raymond Hettinger | 2007-10-31 | 1 | -1/+9 |
| | |||||
* | Adding Christian Heimes. | Martin v. Löwis | 2007-10-31 | 1 | -0/+3 |
| | |||||
* | Fix some compiler warnings for signed comparisons on Unix and Windows. | Neal Norwitz | 2007-10-31 | 1 | -2/+2 |
| | |||||
* | Make example about hiding None return values at the prompt clearer. | Georg Brandl | 2007-10-30 | 1 | -1/+2 |
| | |||||
* | Use correct markup. | Georg Brandl | 2007-10-30 | 1 | -2/+2 |
| | |||||
* | check in Tal Einat's update to tabpage.py | Kurt B. Kaiser | 2007-10-30 | 3 | -9/+489 |
| | | | | | | | | Patch 1612746 M configDialog.py M NEWS.txt AM tabbedpages.py | ||||
* | Backport fixes for the code that decodes octal escapes (and for PyString | Guido van Rossum | 2007-10-29 | 2 | -7/+12 |
| | | | | | | | also hex escapes) -- this was reaching beyond the end of the input string buffer, even though it is not supposed to be \0-terminated. This has no visible effect but is clearly the correct thing to do. (In 3.0 it had a visible effect after removing ob_sstate from PyString.) | ||||
* | Patch 1353 by Jacob Winther. | Guido van Rossum | 2007-10-29 | 1 | -0/+1 |
| | | | | Add mp4 mapping to mimetypes.py. | ||||
* | Add confirmation dialog before printing. Patch 1717170 Tal Einat. | Kurt B. Kaiser | 2007-10-28 | 2 | -1/+13 |
| | |||||
* | Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) | Hye-Shik Chang | 2007-10-28 | 5 | -4/+5 |
| | |||||
* | - Add support for FreeBSD 8 which is recently forked from FreeBSD 7. | Hye-Shik Chang | 2007-10-28 | 5 | -24/+673 |
| | | | | - Regenerate IN module for most recent maintenance tree of FreeBSD 6 and 7. | ||||
* | Update URL for Pygments. 0.8.1 is no longer available | Neal Norwitz | 2007-10-27 | 1 | -1/+1 |
| | |||||
* | Fix new pop() method on os.environ on ignorecase-platforms. | Georg Brandl | 2007-10-26 | 1 | -1/+1 |
| | |||||
* | 1. Add comments to provide top-level documentation. | Kurt B. Kaiser | 2007-10-26 | 1 | -30/+68 |
| | | | | | 2. Refactor to use more descriptive names. 3. Enhance tests in main(). | ||||
* | Correct an ancient bug in an unused path by removing that path: register() is | Kurt B. Kaiser | 2007-10-25 | 1 | -5/+1 |
| | | | | now idempotent. | ||||
* | ffi_type_longdouble may be already #defined. | Thomas Heller | 2007-10-25 | 1 | -2/+4 |
| | | | | See issue 1324. | ||||
* | - Build using system ffi library on arm*-linux*, pass --with-system-ffi to ↵ | Matthias Klose | 2007-10-25 | 2 | -3/+3 |
| | | | | CONFIG_ARGS | ||||
* | Missing DECREFs | Raymond Hettinger | 2007-10-25 | 1 | -0/+2 |
| | |||||
* | Bug #1287: make os.environ.pop() work as expected. | Georg Brandl | 2007-10-24 | 3 | -3/+13 |
| | |||||
* | - Build using system ffi library on arm*-linux*. | Matthias Klose | 2007-10-24 | 3 | -5/+146 |
| | |||||
* | Added unittest for calling a function with paramflags (backport from py3k ↵ | Thomas Heller | 2007-10-24 | 1 | -0/+18 |
| | | | | branch). | ||||
* | Issue 1290. CharacterData.__repr__ was constructing a string | Facundo Batista | 2007-10-24 | 1 | -1/+1 |
| | | | | in response that keeped having a non-ascii character. | ||||
* | Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() | Vinay Sajip | 2007-10-24 | 1 | -5/+5 |
| | |||||
* | Fixup error return and add support for intermixed ints and floats/ | Raymond Hettinger | 2007-10-24 | 1 | -1/+7 |
| | |||||
* | Optimize sum() for integer and float inputs. | Raymond Hettinger | 2007-10-24 | 2 | -0/+72 |
| | |||||
* | Fixup news entry | Raymond Hettinger | 2007-10-23 | 1 | -3/+1 |
| | |||||
* | Update name | Andrew M. Kuchling | 2007-10-23 | 1 | -2/+2 |
| | |||||
* | Shorter name for namedtuple() | Raymond Hettinger | 2007-10-23 | 3 | -22/+24 |
| | |||||
* | Issue 1307 by Derek Shockey, fox the same bug for RCPT. | Guido van Rossum | 2007-10-23 | 1 | -1/+1 |
| | | | | Neal: please backport! | ||||
* | Update Pygments version from externals. | Georg Brandl | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | Bug #1313, fix typo (wrong variable name) in example. | Neal Norwitz | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | Add phuang patch from Issue 708374 which adds offset parameter to mmap module. | Travis E. Oliphant | 2007-10-23 | 3 | -36/+130 |
| | |||||
* | Issue #1307, patch by Derek Shockey. | Guido van Rossum | 2007-10-22 | 1 | -1/+1 |
| | | | | | When "MAIL" is received without args, an exception happens instead of sending a 501 syntax error response. | ||||
* | Add Chris Monson so he can edit PEPs. | Neal Norwitz | 2007-10-22 | 1 | -0/+3 |
| | |||||
* | Add :term:s for "new-style class". | Georg Brandl | 2007-10-21 | 11 | -20/+27 |
| | |||||
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 20 | -45/+48 |
| | |||||
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 17 | -46/+47 |
| | |||||
* | Unify "file-descriptor" to "file descriptor". | Georg Brandl | 2007-10-21 | 3 | -3/+3 |
| | |||||
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 10 | -29/+30 |
| | |||||
* | Add markup to new function descriptions. | Georg Brandl | 2007-10-21 | 1 | -18/+19 |
| | |||||
* | Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. | Georg Brandl | 2007-10-21 | 10 | -40/+40 |
| | |||||
* | Remove duplicate crasher. | Georg Brandl | 2007-10-21 | 1 | -8/+0 |
| | |||||
* | Add a crasher for the long-standing issue with closing a file | Armin Rigo | 2007-10-21 | 1 | -0/+14 |
| | | | | while another thread uses it. | ||||
* | Use correct header line | Andrew M. Kuchling | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | Various items | Andrew M. Kuchling | 2007-10-20 | 1 | -6/+40 |
| | |||||
* | Fix protocol name | Andrew M. Kuchling | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | Even more clarification. | Georg Brandl | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | Clarify -E docs. | Georg Brandl | 2007-10-20 | 1 | -3/+3 |
| | |||||
* | Add entry to ACKS. | Georg Brandl | 2007-10-20 | 1 | -0/+1 |
| | |||||
* | Change title, for now. | Georg Brandl | 2007-10-20 | 1 | -2/+2 |
| |