summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-2110-17194/+18125
* Banch mergeÉric Araujo2011-10-217-18/+161
|\
| * Add tests for packaging.tests.support (#12659).Éric Araujo2011-10-211-0/+78
| * Document that packaging doesn’t create __init__.py files (#3902).Éric Araujo2011-10-212-0/+8
| * Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-213-17/+74
* | Closes #13235: Added deprecation for warn() methods and function in logging.Vinay Sajip2011-10-213-5/+23
* | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-207-51/+261
* | Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-202-10/+12
|\ \
| * | Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-202-10/+12
* | | #13233: null merge with 3.2.Ezio Melotti2011-10-200-0/+0
|\ \ \ | |/ /
| * | #13233: fix typo.Ezio Melotti2011-10-201-1/+1
* | | Merge heads.Ezio Melotti2011-10-201-24/+30
|\ \ \
| * \ \ #13219: merge with 3.2.Ezio Melotti2011-10-201-24/+30
| |\ \ \ | | |/ /
| | * | #13219: clarify section about character sets in the re documentation.Ezio Melotti2011-10-201-24/+30
* | | | mergeRaymond Hettinger2011-10-201-0/+6
|\ \ \ \ | |/ / /
| * | | merge headsSenthil Kumaran2011-10-201-5/+5
| |\ \ \
| * \ \ \ News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
* | | | | Bytes are already distinct from text, so typed=True isn't necessary.Raymond Hettinger2011-10-201-1/+1
| |_|/ / |/| | |
* | | | Simplify calls in fnmatch.Raymond Hettinger2011-10-201-5/+5
|/ / /
* | | Issue 13227: Option to make the lru_cache() type specific (suggested by Andre...Raymond Hettinger2011-10-205-12/+49
* | | Mention that os.O_CLOEXEC was added to Python 3.3Victor Stinner2011-10-191-0/+2
* | | Issue #13150: Add a comment in _sysconfigdata to explain the origin of this fileVictor Stinner2011-10-191-1/+4
* | | Silence the FileExistsError which can be raised because of the O_EXCL flagAntoine Pitrou2011-10-191-7/+7
* | | mergeRaymond Hettinger2011-10-191-1/+1
|\ \ \ | |/ /
| * | Issue 12668: Fix wording in Whatsnew3.2Raymond Hettinger2011-10-191-1/+1
* | | MergeRaymond Hettinger2011-10-191-12/+11
|\ \ \ | |/ /
| * | Issue 11931: Minor punctuation/grammar/wording fixups to the regex docsRaymond Hettinger2011-10-191-12/+11
* | | merge 3.2Benjamin Peterson2011-10-191-5/+4
|\ \ \ | |/ /
| * | adjust braces a bitBenjamin Peterson2011-10-191-5/+4
* | | Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-194-1/+86
| |/ |/|
* | Branch mergeÉric Araujo2011-10-1928-164/+253
|\ \
| * | Make one function in packaging.metadata simplerÉric Araujo2011-10-191-4/+3
| * | Clean up some idioms in packaging tests.Éric Araujo2011-10-1913-37/+40
| * | Add reST targets to sections of the setup.cfg spec, improve wordingÉric Araujo2011-10-191-7/+32
| * | Change signature of packaging.tests.support.LoggingCatcher.get_logs.Éric Araujo2011-10-1910-72/+65
| * | More fixes for PEP 3147 compliance in packaging (#11254)Éric Araujo2011-10-194-8/+51
| * | Expand tests and fix bugs in packaging.util.resolve_name.Éric Araujo2011-10-192-33/+60
| * | Fix typoÉric Araujo2011-10-191-1/+1
| * | Improve Victor’s commit with cool new 2.5 idiomÉric Araujo2011-10-191-2/+1
* | | urllib.request - syntax changes enhancing readability. By Éric AraujoSenthil Kumaran2011-10-191-13/+12
|\ \ \ | | |/ | |/|
| * | urllib.request - syntax changes enhancing readability. By Éric AraujoSenthil Kumaran2011-10-191-11/+10
* | | Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.Senthil Kumaran2011-10-192-7/+7
* | | default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTR...Senthil Kumaran2011-10-191-1/+1
|\ \ \ | |/ /
| * | 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i...Senthil Kumaran2011-10-191-1/+1
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ...Senthil Kumaran2011-10-194-1/+28
|\ \ \ | |/ /
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-194-1/+23
* | | default - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+5
|\ \ \ | |/ /
| * | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes andSenthil Kumaran2011-10-192-1/+5
* | | Fix warning while building documentation.Florent Xicluna2011-10-191-2/+2