summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | merge 3.2Benjamin Peterson2011-03-281-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-281-0/+3
* | | | | Add optional *func* argument to itertools.accumulate().Raymond Hettinger2011-03-281-0/+3
* | | | | merge #11696Martin v. Löwis2011-03-272-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | merge #11696Martin v. Löwis2011-03-272-0/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-272-0/+3
* | | | | mergeMark Dickinson2011-03-271-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge #9696Mark Dickinson2011-03-271-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge #9696Mark Dickinson2011-03-272-0/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-272-0/+4
* | | | | | Issue #11692: Remove unnecessary demo functions in subprocess module.Ross Lagerwall2011-03-271-0/+2
|/ / / / /
* | | | | Fix misplaced Misc/NEWS entry (merge from 3.2)Mark Dickinson2011-03-271-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Move misplaced Misc/NEWS item (merge from 3.1)Mark Dickinson2011-03-271-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix misplaced Misc/NEWS entry.Mark Dickinson2011-03-271-4/+4
* | | | | Issue #9026: Fix order of argparse sub-commands in help messages. (Merged fro...Steven Bethard2011-03-271-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #9026: Fix order of argparse sub-commands in help messages.Steven Bethard2011-03-271-0/+2
* | | | | merge #7639Martin v. Löwis2011-03-271-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | merge #7639Martin v. Löwis2011-03-271-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-271-0/+2
* | | | | merge 3.2Benjamin Peterson2011-03-261-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.1Benjamin Peterson2011-03-261-0/+6
| |\ \ \ \ | | |/ / /
| | * | | check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+3
* | | | | Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+3
* | | | | Merge with 3.2Ross Lagerwall2011-03-262-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge with 3.1Ross Lagerwall2011-03-262-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.Ross Lagerwall2011-03-262-0/+4
* | | | | Issue #8982: Improve the documentation for the argparse Namespace object. (Me...Steven Bethard2011-03-261-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #8982: Improve the documentation for the argparse Namespace object.Steven Bethard2011-03-261-0/+2
* | | | | Issue #11635: Don't use polling in worker threads and processes launched byAntoine Pitrou2011-03-261-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #11635: Don't use polling in worker threads and processes launched byAntoine Pitrou2011-03-261-0/+3
* | | | | Fix NEWS item that ended up in wrong sectionSteven Bethard2011-03-261-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix NEWS item that ended up in wrong sectionSteven Bethard2011-03-261-2/+2
* | | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match. ...Steven Bethard2011-03-261-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match.Steven Bethard2011-03-261-0/+2
* | | | | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type namesSteven Bethard2011-03-261-0/+3
* | | | | Merge #11675Mark Dickinson2011-03-261-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge #11675Mark Dickinson2011-03-261-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-0/+4
| | | |/ | | |/|
| | * | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-03-211-0/+4
* | | | Branch mergeÉric Araujo2011-03-262-13/+3
|\ \ \ \
| * | | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-262-13/+3
* | | | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-0/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-0/+3
| | |/ | |/|
* | | Make importlib compatible with __import__ by "fixing" code.co_filenameBrett Cannon2011-03-231-0/+4
* | | Have importlib use the repr of a module name in error messages.Brett Cannon2011-03-231-0/+2
* | | Issue #11653: fix -W with -j in regrtest.Antoine Pitrou2011-03-231-0/+2
|\ \ \ | |/ /
| * | Add NEWS entry for 9aa6097131efAntoine Pitrou2011-03-231-0/+2
* | | Add news entry for the _source attribute created by namedtuple.Raymond Hettinger2011-03-231-0/+5
* | | Issue #11244: Remove outdated peepholer check that was preventing the peephol...Mark Dickinson2011-03-232-0/+4