Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | * Add new toplevel chapter, "Using Python." (how to install, | Georg Brandl | 2007-10-20 | 5 | -1/+445 | |
| | | | | | | | configure and setup python on different platforms -- at least in theory.) * Move the Python on Mac docs in that chapter. * Add a new chapter about the command line invocation, by stargaming. | |||||
* | Document new directive "envvar". | Georg Brandl | 2007-10-20 | 1 | -0/+5 | |
| | ||||||
* | Make a path more Unix-standardy. | Georg Brandl | 2007-10-20 | 1 | -1/+1 | |
| | ||||||
* | Document new "cmdoption" directive. | Georg Brandl | 2007-10-20 | 1 | -0/+8 | |
| | ||||||
* | Fix code being interpreted as a target. | Georg Brandl | 2007-10-20 | 1 | -3/+5 | |
| | ||||||
* | The constructor from tuple was way too permissive: it allowed bad | Facundo Batista | 2007-10-19 | 2 | -10/+63 | |
| | | | | | | | | coefficient numbers, floats in the sign, and other details that generated directly the wrong number in the best case, or triggered misfunctionality in the alorithms. Test cases added for these issues. Thanks Mark Dickinson. | |||||
* | Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. | Thomas Heller | 2007-10-19 | 2 | -6/+13 | |
| | | | | | | See also https://bugs.launchpad.net/bugs/72505. Ported from release25-maint branch. |