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
*
Add a button to the code examples in the doc to show/hide the prompts and out...
Ezio Melotti
2011-10-30
2
-0/+57
*
#13289: fix typo.
Ezio Melotti
2011-10-29
1
-1/+1
*
bring is_integer into tested existence
Benjamin Peterson
2011-10-28
1
-0/+6
*
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Barry Warsaw
2011-10-28
2
-2/+6
|
\
|
*
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Barry Warsaw
2011-10-28
2
-2/+6
*
|
Documentation typo
Florent Xicluna
2011-10-28
1
-2/+2
*
|
I should be someone
Florent Xicluna
2011-10-28
1
-4/+4
|
/
*
Remove unused variable.
Florent Xicluna
2011-10-28
1
-2/+1
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
25
-51/+48
*
Improve HTMLParser example in the doc and fix a couple minor things.
Ezio Melotti
2011-10-28
1
-23/+19
*
#13273: fix a bug that prevented HTMLParser to properly detect some tags when...
Ezio Melotti
2011-10-28
3
-3/+38
*
Merge heads.
Ezio Melotti
2011-10-28
2
-6/+4
|
\
|
*
Fixes #13270: obsolete reference to old-style/new-style classes.
Florent Xicluna
2011-10-28
2
-6/+4
*
|
#13278: fix typo.
Ezio Melotti
2011-10-28
1
-1/+1
|
/
*
Added lost documentation cross-reference.
Vinay Sajip
2011-10-27
1
-3/+4
*
Issue #10860: Skip the new test if HTTPS is not available
Petri Lehtinen
2011-10-26
1
-0/+2
*
Refactor a bit the codecs doc.
Ezio Melotti
2011-10-25
1
-19/+21
*
Fix typo.
Ezio Melotti
2011-10-25
1
-1/+1
*
merge heads
Benjamin Peterson
2011-10-25
4
-5/+37
|
\
|
*
merge heads
Petri Lehtinen
2011-10-24
6
-36/+71
|
|
\
|
|
*
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali
2011-10-24
3
-1/+22
|
*
|
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Petri Lehtinen
2011-10-24
2
-4/+15
*
|
|
document __bytes__ special method (closes #13259)
Benjamin Peterson
2011-10-25
1
-0/+8
|
|
/
|
/
|
*
|
note callable is back in 3.2
Benjamin Peterson
2011-10-24
1
-1/+3
*
|
Issue #13255: wrong docstrings in array module.
Florent Xicluna
2011-10-24
2
-4/+6
*
|
Issue 13141: Demonstrate recommended style for socketserver examples.
Florent Xicluna
2011-10-23
2
-30/+40
|
/
*
Add the green "New reference" note to the doc of PyException_GetTraceback()
Petri Lehtinen
2011-10-23
1
-0/+2
*
Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...
Nick Coghlan
2011-10-23
5
-22/+242
*
Issue #9168: now smtpd is able to bind privileged port.
Florent Xicluna
2011-10-20
2
-10/+12
*
#13233: fix typo.
Ezio Melotti
2011-10-20
1
-1/+1
*
#13219: clarify section about character sets in the re documentation.
Ezio Melotti
2011-10-20
1
-24/+30
*
News entry for Issue12529 and Issue12604
Senthil Kumaran
2011-10-20
1
-0/+6
*
Issue 12668: Fix wording in Whatsnew3.2
Raymond Hettinger
2011-10-19
1
-1/+1
*
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs
Raymond Hettinger
2011-10-19
1
-12/+11
*
adjust braces a bit
Benjamin Peterson
2011-10-19
1
-5/+4
*
urllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran
2011-10-19
1
-11/+10
*
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro i...
Senthil Kumaran
2011-10-19
1
-1/+1
*
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...
Senthil Kumaran
2011-10-19
4
-1/+23
*
3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and
Senthil Kumaran
2011-10-19
2
-1/+5
*
Remove duplication.
Ezio Melotti
2011-10-19
36
-43/+43
*
Fixes #10860: Handle empty port after port delimiter in httplib
Łukasz Langa
2011-10-18
3
-3/+29
*
Issue #13188: When called without an explicit traceback argument,
Antoine Pitrou
2011-10-18
3
-0/+35
*
#12448: smtplib now flushes stdout while running ``python -m smtplib``
Ezio Melotti
2011-10-18
2
-0/+4
*
#12277: add missing comma.
Ezio Melotti
2011-10-18
1
-1/+1
*
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...
Nadeem Vawda
2011-10-17
2
-0/+6
*
plug possible refleak (closes #13199)
Benjamin Peterson
2011-10-17
1
-1/+5
*
normalize whitespace in Lib/distutils/msvc9compiler.py
Mark Hammond
2011-10-17
1
-1/+1
*
Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...
Mark Hammond
2011-10-17
3
-23/+106
*
Issue #10653: Fix time.strftime() on Windows, check for invalid format strings
Victor Stinner
2011-10-16
1
-4/+4
*
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...
Raymond Hettinger
2011-10-16
3
-15/+39
[next]