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
*
an AttributeError is perfectly acceptable here
Benjamin Peterson
2010-06-30
1
-1/+1
*
fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ...
Giampaolo RodolĂ
2010-06-30
2
-9/+18
*
mark test depending on ref counting
Benjamin Peterson
2010-06-30
1
-0/+1
*
Issue #9125: Update parser module for "except ... as ..." syntax.
Mark Dickinson
2010-06-30
3
-4/+14
*
Update Demo/parser directory; backport unparse fixes from py3k.
Mark Dickinson
2010-06-30
5
-170/+297
*
Issue #1789: clarify that the 'size' column in struct docs refers to standar...
Mark Dickinson
2010-06-29
1
-1/+5
*
group cStringIO docs under its factory function
Benjamin Peterson
2010-06-29
1
-18/+23
*
Added information about pickle security and SocketHandler.
Vinay Sajip
2010-06-29
1
-0/+5
*
Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HT...
Senthil Kumaran
2010-06-29
1
-1/+1
*
Spelling.
Mark Dickinson
2010-06-29
1
-1/+1
*
unparse.py: fix mispaced parentheses in chained comparisons
Mark Dickinson
2010-06-28
2
-1/+5
*
Set svn:eol-style on test_unparse.py.
Mark Dickinson
2010-06-28
0
-0/+0
*
Fix typo in test_unparse.py.
Mark Dickinson
2010-06-28
1
-1/+1
*
Fix some shallow bugs in Demo/parser/unparse.py, and add tests:
Mark Dickinson
2010-06-28
2
-6/+77
*
Documentation correction. urllib2.urlopen.info returns a mimetools.Message in...
Senthil Kumaran
2010-06-28
1
-2/+2
*
fix skipping condition
Benjamin Peterson
2010-06-28
1
-1/+1
*
testcapi tests are definitely cpython only
Benjamin Peterson
2010-06-28
1
-1/+3
*
Fix Issue8653 - Docstring for urlunsplit function.
Senthil Kumaran
2010-06-28
1
-0/+5
*
Fix issue3428 - Document HTTPMessage class.
Senthil Kumaran
2010-06-28
1
-0/+8
*
remove unused last argument to property_copy
Benjamin Peterson
2010-06-28
1
-16/+12
*
mark tracking tests as implementation details
Benjamin Peterson
2010-06-27
1
-0/+4
*
Fix for Issue8883: without this patch test_urllib will fail
Ronald Oussoren
2010-06-27
1
-2/+7
*
The uuid library on OSX 10.5 seems to contain the same bug as the one
Ronald Oussoren
2010-06-27
1
-3/+3
*
Two small fixes for the support for SDKs on MacOSX:
Ronald Oussoren
2010-06-27
2
-2/+5
*
Untabify.
Georg Brandl
2010-06-27
1
-2/+2
*
Two typos.
Georg Brandl
2010-06-27
1
-2/+2
*
Fix URL.
Georg Brandl
2010-06-27
1
-2/+2
*
Use designated syntax for optional grammar element.
Georg Brandl
2010-06-27
1
-1/+1
*
Confusing punctuation.
Georg Brandl
2010-06-27
1
-1/+1
*
Issue 9024: Added :cdata: tag to PyDateTimeAPI
Alexander Belopolsky
2010-06-26
1
-1/+2
*
Fix extra space.
Ezio Melotti
2010-06-26
2
-2/+2
*
#9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.
R. David Murray
2010-06-26
1
-1/+1
*
Fix indentation in recently added test.
R. David Murray
2010-06-26
1
-1/+1
*
Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that
Alexander Belopolsky
2010-06-26
1
-3/+3
*
#4640: add a test to optparse that proves issue is invalid.
R. David Murray
2010-06-26
1
-0/+5
*
mark implementation detail as such
Benjamin Peterson
2010-06-25
1
-0/+1
*
this must be a typo
Benjamin Peterson
2010-06-25
1
-1/+1
*
mark implementation detail as such
Benjamin Peterson
2010-06-25
1
-0/+1
*
Fix indentation of Python code example in C comment.
Mark Dickinson
2010-06-25
1
-11/+11
*
Issue #9075: In the ssl module, remove the setting of a `debug` flag
Antoine Pitrou
2010-06-25
2
-1/+3
*
Issue #9020: The Py_IS* macros from pyctype.h should generally only be
Stefan Krah
2010-06-24
2
-1/+4
*
prevent assignment to set literals
Benjamin Peterson
2010-06-24
3
-0/+9
*
remove reverted changed
Benjamin Peterson
2010-06-24
1
-3/+0
*
cpython only gc tests
Benjamin Peterson
2010-06-23
1
-0/+3
*
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
Stefan Krah
2010-06-23
1
-57/+57
*
Fix misindents in compile.c (for Benjamin).
Antoine Pitrou
2010-06-22
1
-11/+11
*
mark ref counting as impl detail
Benjamin Peterson
2010-06-22
1
-4/+3
*
must force gc here
Benjamin Peterson
2010-06-22
1
-1/+3
*
bump revision
Benjamin Peterson
2010-06-22
1
-2/+2
*
spacing nit; this isn't C
Benjamin Peterson
2010-06-22
1
-1/+1
[next]