Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | merge 3.2 | Benjamin Peterson | 2011-03-28 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Correct handling of functions with only kwarg args in getcallargs (closes #11... | Benjamin Peterson | 2011-03-28 | 1 | -0/+3 | |
* | | | | | Add optional *func* argument to itertools.accumulate(). | Raymond Hettinger | 2011-03-28 | 1 | -0/+3 | |
* | | | | | merge #11696 | Martin v. Löwis | 2011-03-27 | 2 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge #11696 | Martin v. Löwis | 2011-03-27 | 2 | -0/+3 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Closes #11696: Fix ID generation in msilib. | Martin v. Löwis | 2011-03-27 | 2 | -0/+3 | |
* | | | | | merge | Mark Dickinson | 2011-03-27 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge #9696 | Mark Dickinson | 2011-03-27 | 1 | -0/+3 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge #9696 | Mark Dickinson | 2011-03-27 | 2 | -0/+4 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ... | Mark Dickinson | 2011-03-27 | 2 | -0/+4 | |
* | | | | | | Issue #11692: Remove unnecessary demo functions in subprocess module. | Ross Lagerwall | 2011-03-27 | 1 | -0/+2 | |
|/ / / / / | ||||||
* | | | | | Fix misplaced Misc/NEWS entry (merge from 3.2) | Mark Dickinson | 2011-03-27 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Move misplaced Misc/NEWS item (merge from 3.1) | Mark Dickinson | 2011-03-27 | 1 | -4/+4 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix misplaced Misc/NEWS entry. | Mark Dickinson | 2011-03-27 | 1 | -4/+4 | |
* | | | | | Issue #9026: Fix order of argparse sub-commands in help messages. (Merged fro... | Steven Bethard | 2011-03-27 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #9026: Fix order of argparse sub-commands in help messages. | Steven Bethard | 2011-03-27 | 1 | -0/+2 | |
* | | | | | merge #7639 | Martin v. Löwis | 2011-03-27 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge #7639 | Martin v. Löwis | 2011-03-27 | 1 | -0/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix short file name generation in bdist_msi. | Martin v. Löwis | 2011-03-27 | 1 | -0/+2 | |
* | | | | | merge 3.2 | Benjamin Peterson | 2011-03-26 | 1 | -0/+6 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.1 | Benjamin Peterson | 2011-03-26 | 1 | -0/+6 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -0/+3 | |
* | | | | | Issue #9343: Document that argparse parent parsers must be configured before ... | Steven Bethard | 2011-03-26 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #9343: Document that argparse parent parsers must be configured before ... | Steven Bethard | 2011-03-26 | 1 | -0/+3 | |
* | | | | | Merge with 3.2 | Ross Lagerwall | 2011-03-26 | 2 | -0/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge with 3.1 | Ross Lagerwall | 2011-03-26 | 2 | -0/+4 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. | Ross Lagerwall | 2011-03-26 | 2 | -0/+4 | |
* | | | | | Issue #8982: Improve the documentation for the argparse Namespace object. (Me... | Steven Bethard | 2011-03-26 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #8982: Improve the documentation for the argparse Namespace object. | Steven Bethard | 2011-03-26 | 1 | -0/+2 | |
* | | | | | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #11635: Don't use polling in worker threads and processes launched by | Antoine Pitrou | 2011-03-26 | 1 | -0/+3 | |
* | | | | | Fix NEWS item that ended up in wrong section | Steven Bethard | 2011-03-26 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix NEWS item that ended up in wrong section | Steven Bethard | 2011-03-26 | 1 | -2/+2 | |
* | | | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match. ... | Steven Bethard | 2011-03-26 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match. | Steven Bethard | 2011-03-26 | 1 | -0/+2 | |
* | | | | | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names | Steven Bethard | 2011-03-26 | 1 | -0/+3 | |
* | | | | | Merge #11675 | Mark Dickinson | 2011-03-26 | 1 | -0/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge #11675 | Mark Dickinson | 2011-03-26 | 1 | -0/+4 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. | Mark Dickinson | 2011-03-26 | 1 | -0/+4 | |
| | | |/ | | |/| | ||||||
| | * | | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-03-21 | 1 | -0/+4 | |
* | | | | Branch merge | Éric Araujo | 2011-03-26 | 2 | -13/+3 | |
|\ \ \ \ | ||||||
| * | | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 2 | -13/+3 | |
* | | | | | Issue #11666: Teach pydoc to display full help for named tuples | Raymond Hettinger | 2011-03-25 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | Issue #11666: Teach pydoc to display full help for named tuples | Raymond Hettinger | 2011-03-25 | 1 | -0/+3 | |
| | |/ | |/| | ||||||
* | | | Make importlib compatible with __import__ by "fixing" code.co_filename | Brett Cannon | 2011-03-23 | 1 | -0/+4 | |
* | | | Have importlib use the repr of a module name in error messages. | Brett Cannon | 2011-03-23 | 1 | -0/+2 | |
* | | | Issue #11653: fix -W with -j in regrtest. | Antoine Pitrou | 2011-03-23 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Add NEWS entry for 9aa6097131ef | Antoine Pitrou | 2011-03-23 | 1 | -0/+2 | |
* | | | Add news entry for the _source attribute created by namedtuple. | Raymond Hettinger | 2011-03-23 | 1 | -0/+5 | |
* | | | Issue #11244: Remove outdated peepholer check that was preventing the peephol... | Mark Dickinson | 2011-03-23 | 2 | -0/+4 | |