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
*
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
|
\
\
|
|
/
|
*
#12448: smtplib now flushes stdout while running ``python -m smtplib``
Ezio Melotti
2011-10-18
2
-0/+4
*
|
#12277: merge with 3.2.
Ezio Melotti
2011-10-18
1
-1/+1
|
\
\
|
|
/
|
*
#12277: add missing comma.
Ezio Melotti
2011-10-18
1
-1/+1
*
|
Close #12454: The mailbox module is now using ASCII, instead of the locale
Victor Stinner
2011-10-17
2
-5/+5
*
|
Instantiate the OS-related exception as soon as we raise it, so that "except"
Victor Stinner
2011-10-17
2
-6/+21
*
|
Issue #12367: Test test_select.test_errno() on FreeBSD
Victor Stinner
2011-10-17
1
-0/+3
*
|
Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...
Nadeem Vawda
2011-10-17
2
-0/+6
|
\
\
|
|
/
|
*
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...
Nadeem Vawda
2011-10-17
2
-0/+6
*
|
Issue #13146: Writing a pyc file is now atomic under POSIX.
Antoine Pitrou
2011-10-17
3
-12/+61
[next]