index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#13219: merge with 3.2.
Ezio Melotti
2011-10-20
1
-24/+30
|
\
|
*
#13219: clarify section about character sets in the re documentation.
Ezio Melotti
2011-10-20
1
-24/+30
*
|
merge heads
Senthil Kumaran
2011-10-20
1
-5/+5
|
\
\
|
*
|
Simplify calls in fnmatch.
Raymond Hettinger
2011-10-20
1
-5/+5
*
|
|
News entry for Issue12529 and Issue12604
Senthil Kumaran
2011-10-20
1
-0/+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
News entry for Issue12529 and Issue12604
Senthil Kumaran
2011-10-20
1
-0/+6
*
|
Issue 13227: Option to make the lru_cache() type specific (suggested by Andre...
Raymond Hettinger
2011-10-20
5
-12/+49
*
|
Mention that os.O_CLOEXEC was added to Python 3.3
Victor Stinner
2011-10-19
1
-0/+2
*
|
Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file
Victor Stinner
2011-10-19
1
-1/+4
*
|
Silence the FileExistsError which can be raised because of the O_EXCL flag
Antoine Pitrou
2011-10-19
1
-7/+7
*
|
merge
Raymond Hettinger
2011-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue 12668: Fix wording in Whatsnew3.2
Raymond Hettinger
2011-10-19
1
-1/+1
*
|
Merge
Raymond Hettinger
2011-10-19
1
-12/+11
|
\
\
|
|
/
|
*
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs
Raymond Hettinger
2011-10-19
1
-12/+11
*
|
merge 3.2
Benjamin Peterson
2011-10-19
1
-5/+4
|
\
\
|
|
/
|
*
adjust braces a bit
Benjamin Peterson
2011-10-19
1
-5/+4
*
|
Issue #13121: Support in-place math operators for collections.Counter().
Raymond Hettinger
2011-10-19
4
-1/+86
*
|
Branch merge
Éric Araujo
2011-10-19
28
-164/+253
|
\
\
|
*
|
Make one function in packaging.metadata simpler
Éric Araujo
2011-10-19
1
-4/+3
|
*
|
Clean up some idioms in packaging tests.
Éric Araujo
2011-10-19
13
-37/+40
|
*
|
Add reST targets to sections of the setup.cfg spec, improve wording
Éric Araujo
2011-10-19
1
-7/+32
|
*
|
Change signature of packaging.tests.support.LoggingCatcher.get_logs.
Éric Araujo
2011-10-19
10
-72/+65
|
*
|
More fixes for PEP 3147 compliance in packaging (#11254)
Éric Araujo
2011-10-19
4
-8/+51
|
*
|
Expand tests and fix bugs in packaging.util.resolve_name.
Éric Araujo
2011-10-19
2
-33/+60
|
*
|
Fix typo
Éric Araujo
2011-10-19
1
-1/+1
|
*
|
Improve Victor’s commit with cool new 2.5 idiom
Éric Araujo
2011-10-19
1
-2/+1
*
|
|
urllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran
2011-10-19
1
-13/+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
urllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran
2011-10-19
1
-11/+10
*
|
|
Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature.
Senthil Kumaran
2011-10-19
2
-7/+7
*
|
|
default - Fix closes Issue 12604 - Use a proper no-op macro expansion for VTR...
Senthil Kumaran
2011-10-19
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i...
Senthil Kumaran
2011-10-19
1
-1/+1
*
|
|
default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ...
Senthil Kumaran
2011-10-19
4
-1/+28
|
\
\
\
|
|
/
/
|
*
|
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...
Senthil Kumaran
2011-10-19
4
-1/+23
*
|
|
default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
Senthil Kumaran
2011-10-19
2
-1/+5
|
\
\
\
|
|
/
/
|
*
|
3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
Senthil Kumaran
2011-10-19
2
-1/+5
*
|
|
Fix warning while building documentation.
Florent Xicluna
2011-10-19
1
-2/+2
*
|
|
Merge with 3.2.
Ezio Melotti
2011-10-19
41
-48/+48
|
\
\
\
|
|
/
/
|
*
|
Remove duplication.
Ezio Melotti
2011-10-19
36
-43/+43
*
|
|
A ricochet from fixing #10680: http://http://example.com/ no longer reports
Łukasz Langa
2011-10-19
1
-1/+1
*
|
|
Merged fix for #10860 from 3.2
Łukasz Langa
2011-10-19
2
-3/+26
|
\
\
\
|
|
/
/
|
*
|
Fixes #10860: Handle empty port after port delimiter in httplib
Łukasz Langa
2011-10-18
3
-3/+29
*
|
|
Simplify _PyUnicode_COMPACT_DATA() macro
Victor Stinner
2011-10-18
1
-1/+1
*
|
|
Add consistency check to _PyUnicode_New()
Victor Stinner
2011-10-18
1
-0/+1
*
|
|
Issue #12281: Fix test_codecs.test_cp932() on Windows XP
Victor Stinner
2011-10-18
1
-7/+3
*
|
|
Issue #12281: Skip code page tests on non-Windows platforms
Victor Stinner
2011-10-18
1
-6/+10
*
|
|
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Victor Stinner
2011-10-18
8
-147/+888
|
|
/
|
/
|
*
|
Issue #13150: sysconfig no longer parses the Makefile and config.h files
Antoine Pitrou
2011-10-18
4
-7/+28
*
|
Issue #13188: When called without an explicit traceback argument,
Antoine Pitrou
2011-10-18
3
-0/+35
|
\
\
|
|
/
|
*
Issue #13188: When called without an explicit traceback argument,
Antoine Pitrou
2011-10-18
3
-0/+35
*
|
#12448: merge with 3.2.
Ezio Melotti
2011-10-18
2
-0/+4
|
\
\
|
|
/
[next]