Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for | Mark Dickinson | 2009-02-10 | 1 | -6/+17 |
| | | | | | | negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin. | ||||
* | Issue 1818: collections.namedtuple() to support automatic renaming of ↵ | Raymond Hettinger | 2009-02-10 | 1 | -1/+9 |
| | | | | invalid fieldnames. | ||||
* | a few edits and typos | Benjamin Peterson | 2009-02-08 | 1 | -10/+11 |
| | |||||
* | document numliterals fixer | Benjamin Peterson | 2009-02-08 | 1 | -0/+4 |
| | |||||
* | Issue #4512 closeout: Make ZipImport.get_filename() a public method | Nick Coghlan | 2009-02-08 | 1 | -0/+9 |
| | |||||
* | Issue 4195: Restore the ability to execute packages with the -m switch (but ↵ | Nick Coghlan | 2009-02-08 | 2 | -6/+30 |
| | | | | this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) | ||||
* | document individual 2to3 fixers | Benjamin Peterson | 2009-02-07 | 2 | -10/+259 |
| | |||||
* | make "super only for new-style classes" a note. | Georg Brandl | 2009-02-07 | 1 | -2/+4 |
| | |||||
* | #5174: fix wrong file closing in example. | Georg Brandl | 2009-02-07 | 1 | -6/+4 |
| | |||||
* | fix download link | Benjamin Peterson | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | Implement issue #4285, convert sys.version_info to a named | Eric Smith | 2009-02-06 | 1 | -1/+5 |
| | | | | tuple. Patch by Ross Light. | ||||
* | #5031: fix Thread.daemon property docs. | Georg Brandl | 2009-02-05 | 1 | -5/+6 |
| | |||||
* | #4563: disable alpha and roman lists, fixes wrong formatting of contributor ↵ | Georg Brandl | 2009-02-05 | 1 | -0/+8 |
| | | | | list. | ||||
* | #4820: use correct module for ctypes.util. | Georg Brandl | 2009-02-05 | 1 | -0/+1 |
| | |||||
* | #4827: fix callback example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | #5015: document PythonHome API functions. | Georg Brandl | 2009-02-05 | 1 | -0/+14 |
| | |||||
* | PyErr_PrintEx is also in 2.x... | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
| | |||||
* | #5059: fix example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | #5144: document that PySys_SetArgv prepends the script directory (or the ↵ | Georg Brandl | 2009-02-05 | 1 | -7/+11 |
| | | | | empty string) to sys.path. | ||||
* | #5153: fix typo in example. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Clarify that named tuples do not have to subclass tuple. | Raymond Hettinger | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Tweak the docs for Counter() objects. | Raymond Hettinger | 2009-02-04 | 1 | -4/+4 |
| | |||||
* | Doc fixes. Remove overbroad, redundant warnings. Fixup example code. | Raymond Hettinger | 2009-02-04 | 1 | -27/+9 |
| | |||||
* | Minor doc fixups. | Raymond Hettinger | 2009-02-04 | 2 | -4/+4 |
| | |||||
* | Record operator deprecations in docs. | Raymond Hettinger | 2009-02-03 | 1 | -23/+19 |
| | |||||
* | wording for for issue4903. | Gregory P. Smith | 2009-02-01 | 1 | -7/+7 |
| | |||||
* | Update doc wording as suggested in issue4903. | Gregory P. Smith | 2009-02-01 | 1 | -3/+3 |
| | |||||
* | markup fix | David Goodger | 2009-01-31 | 1 | -1/+1 |
| | |||||
* | fix indentation | Benjamin Peterson | 2009-01-31 | 1 | -23/+23 |
| | |||||
* | PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 | Benjamin Peterson | 2009-01-31 | 1 | -3/+4 |
| | |||||
* | Text edits and markup fixes | Andrew M. Kuchling | 2009-01-31 | 1 | -60/+64 |
| | |||||
* | Add a section | Andrew M. Kuchling | 2009-01-31 | 1 | -0/+17 |
| | |||||
* | fix download url | Benjamin Peterson | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | Minor spelling mistake in datetime docs. | Brett Cannon | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | Clarify some __del__ stuff. | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
| | |||||
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the ↵ | Raymond Hettinger | 2009-01-28 | 1 | -15/+13 |
| | | | | table by taking out inherited requirements for abstract methods. | ||||
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 2 | -1/+1402 |
| | |||||
* | Promote combinations_with_replacement() from a recipe to a regular itertool. | Raymond Hettinger | 2009-01-27 | 2 | -18/+48 |
| | |||||
* | Tweak column alignment for collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
| | |||||
* | Copy over docs on advanced role features from Sphinx docs. | Georg Brandl | 2009-01-26 | 1 | -3/+15 |
| | |||||
* | Backport importlib in the form of providing importlib.import_module(). This has | Brett Cannon | 2009-01-26 | 2 | -0/+28 |
| | | | | been done purely to help transitions from 2.7 to 3.1. | ||||
* | Improved itertools recipe for generating powerset(). | Raymond Hettinger | 2009-01-25 | 1 | -5/+3 |
| | |||||
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 2 | -5/+15 |
| | |||||
* | Issue #4863, removing remaining bits | Tarek Ziadé | 2009-01-25 | 1 | -17/+0 |
| | |||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 1 | -7/+51 |
| | | | | issues with the custom levels | ||||
* | Add various items | Andrew M. Kuchling | 2009-01-24 | 1 | -8/+73 |
| | |||||
* | Issue 4593: apply() documentation is unclear | Jesse Noller | 2009-01-22 | 1 | -1/+3 |
| | |||||
* | Clarify wording. | Georg Brandl | 2009-01-22 | 1 | -2/+3 |
| | |||||
* | More doc tweaks. | Raymond Hettinger | 2009-01-22 | 1 | -15/+12 |
| | |||||
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 1 | -25/+21 |
| |