summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
...
| * | add Tom Tromey to ACKSBenjamin Peterson2013-01-021-0/+1
* | | Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3.Łukasz Langa2012-12-311-0/+1
|\ \ \ | |/ /
| * | Merged `parser.clean()` fix (issue #16820) from 3.2.Łukasz Langa2012-12-311-0/+1
| |\ \ | | |/
| | * added Wolfgang Scherer to acknowledgementsŁukasz Langa2012-12-311-0/+1
* | | Merged fix for #15803 from 3.2 through 3.3Łukasz Langa2012-12-311-0/+1
|\ \ \ | |/ /
| * | Merged fix for #15803 from 3.2Łukasz Langa2012-12-311-0/+1
| |\ \ | | |/
| | * Fixes issue #15803: incorrect `ConfigParser.items()` docstringŁukasz Langa2012-12-311-0/+1
* | | Issue #16688: Fix backreferences did make case-insensitive regex fail on non-...Serhiy Storchaka2012-12-291-0/+1
|\ \ \ | |/ /
| * | Issue #16688: Fix backreferences did make case-insensitive regex fail on non-...Serhiy Storchaka2012-12-291-0/+1
* | | Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-231-0/+2
|\ \ \ | |/ /
| * | Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-231-0/+2
| |\ \ | | |/
| | * Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-231-0/+1
* | | merge with 3.3Brett Cannon2012-12-231-3/+1
|\ \ \ | |/ /
| * | Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-231-3/+1
* | | Add Ashish Nitin Patil for work on Issue #14901Brian Curtin2012-12-171-0/+1
* | | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-0/+1
|\ \ \ | |/ /
| * | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-0/+1
| |\ \ | | |/
| | * #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-0/+1
* | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-151-0/+1
* | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-0/+1
|\ \ \ | |/ /
| * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-0/+1
| |\ \ | | |/
| | * Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-0/+1
* | | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-141-0/+1
* | | Merge fixes for #13614, #13512 and #7719 from 3.3Éric Araujo2012-12-091-0/+3
|\ \ \ | |/ /
| * | Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-091-0/+3
| |\ \ | | |/
| | * Branch mergeÉric Araujo2012-12-091-0/+3
| | |\
| | | * Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-0/+2
| | | * Create ~/.pypirc securely (#13512).Éric Araujo2012-12-081-0/+1
| | * | Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-0/+1
| | |/
* | | Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-0/+1
|\ \ \ | |/ /
| * | Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-0/+1
| |\ \ | | |/
| | * Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-0/+1
* | | add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Cla...Benjamin Peterson2012-12-081-0/+1
* | | Have BSD 'make -s' do the right thing, thanks to Daniel ShahafChristian Heimes2012-12-021-0/+1
* | | Add Bruno DupuisBenjamin Peterson2012-11-301-0/+1
* | | #16549: merge with 3.3.Ezio Melotti2012-11-291-0/+1
|\ \ \ | |/ /
| * | #16549: merge with 3.2.Ezio Melotti2012-11-291-0/+1
| |\ \ | | |/
| | * #16549: Make json.tool work again on Python 3 and add tests. Initial patch b...Ezio Melotti2012-11-291-0/+1
* | | Issue #16423: urllib.request now has support for ``data:`` URLs.Antoine Pitrou2012-11-241-0/+1
* | | #16306: merge with 3.3.Ezio Melotti2012-11-181-0/+1
|\ \ \ | |/ /
| * | #16306: merge with 3.2.Ezio Melotti2012-11-181-0/+1
| |\ \ | | |/
| | * #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-181-0/+1
* | | Issue #12428: Add a pure Python implementation of functools.partial().Antoine Pitrou2012-11-131-0/+1
* | | Issue #5765: Merge from 3.3Nick Coghlan2012-11-041-0/+1
|\ \ \ | |/ /
| * | Issue #5765: Apply a hard recursion limit in the compilerNick Coghlan2012-11-041-0/+1
* | | Merge 3.3Éric Araujo2012-11-031-0/+1
|\ \ \ | |/ /
| * | Add examples for opener argument of open (#13424).Éric Araujo2012-11-031-0/+1
* | | #16152: merge with 3.3.Ezio Melotti2012-11-031-0/+1
|\ \ \ | |/ /
| * | #16152: merge with 3.2.Ezio Melotti2012-11-031-0/+1
| |\ \ | | |/
| | * #16152: fix tokenize to ignore whitespace at the end of the code when no newl...Ezio Melotti2012-11-031-0/+1