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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
correctly overflow when indexes are too large
Benjamin Peterson
2010-06-07
1
-0/+3
*
Fixed #8909: now the doc details the size of the bitmap used in distutils' bd...
Tarek Ziadé
2010-06-06
1
-0/+6
*
careening towards 2.7rc2 we go
Benjamin Peterson
2010-06-06
1
-0/+12
*
bump version to 2.7 rc1
Benjamin Peterson
2010-06-06
2
-2/+2
*
Updated NEWS file.
Michael Foord
2010-06-05
1
-0/+7
*
Add a NEWS entry for r81758 and clarify a comment.
Ezio Melotti
2010-06-05
1
-0/+8
*
Issue #8899: time.struct_time now has class and atribute docstrings.
Alexander Belopolsky
2010-06-05
1
-0/+2
*
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
Mark Dickinson
2010-06-05
1
-1/+4
*
Issue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson
2010-06-05
1
-0/+3
*
#4487: have Charset check with codecs for possible aliases.
R. David Murray
2010-06-04
1
-0/+3
*
Issue #6470: Drop UNC prefix in FixTk.py
Martin v. Löwis
2010-06-04
1
-0/+2
*
Display installer warning that Windows 2000 won't
Martin v. Löwis
2010-06-04
1
-0/+3
*
Issue #5464: Implement plural forms in msgfmt.py.
Martin v. Löwis
2010-06-04
1
-0/+6
*
Issue #8864: Define _XOPEN_SOURCE on Solaris for the
Martin v. Löwis
2010-06-04
1
-1/+2
*
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
R. David Murray
2010-06-03
1
-1/+4
*
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
R. David Murray
2010-06-03
1
-0/+3
*
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah
2010-06-03
1
-0/+4
*
Issue #8833: tarfile created hard link entries with a size
Lars Gustäbel
2010-06-03
1
-0/+3
*
#1368247: make set_charset/MIMEText automatically encode unicode _payload.
R. David Murray
2010-06-02
1
-0/+3
*
Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return
Ronald Oussoren
2010-06-02
1
-0/+3
*
Issue #8748: Fix incorrect results from comparisons between an integer
Mark Dickinson
2010-05-30
1
-0/+7
*
Issue #5211: Complete removal of implicit coercions for the complex
Mark Dickinson
2010-05-30
1
-0/+4
*
Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
Martin v. Löwis
2010-05-28
1
-0/+4
*
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
Victor Stinner
2010-05-27
1
-0/+3
*
Issue #7150: Raise OverflowError if the result of adding or subtracting
Alexander Belopolsky
2010-05-27
1
-0/+3
*
Added Andrej Krpic. (Thanks for issue #7879 patch.)
Alexander Belopolsky
2010-05-26
1
-0/+1
*
Issue #7449: Skip test_socketserver if threading support is disabled
Victor Stinner
2010-05-26
1
-0/+2
*
Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and
Victor Stinner
2010-05-25
1
-0/+3
*
Add Alexander Belopolsky.
Martin v. Löwis
2010-05-25
1
-0/+3
*
Fix #2810 - handle the case where some registry calls return
Brian Curtin
2010-05-25
1
-0/+3
*
Make the contributor list alphabetical again.
Brett Cannon
2010-05-25
1
-1/+1
*
Add the author of the last fix (Issue #6662)
Victor Stinner
2010-05-24
2
-1/+3
*
Issue #6662: Fix parsing of malformatted charref (&#bad;)
Victor Stinner
2010-05-24
1
-0/+2
*
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...
Georg Brandl
2010-05-24
1
-0/+2
*
NEWS rewrap and punctuation consistency.
Georg Brandl
2010-05-22
1
-212/+206
*
Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
Victor Stinner
2010-05-22
1
-2/+3
*
Issue #3924: Ignore cookies with invalid "version" field in cookielib.
Georg Brandl
2010-05-22
1
-0/+2
*
Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
Victor Stinner
2010-05-22
1
-0/+3
*
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
Victor Stinner
2010-05-21
1
-0/+3
*
typo
Georg Brandl
2010-05-21
1
-1/+1
*
ensure the last line has a trailing newline #8782
Benjamin Peterson
2010-05-21
1
-0/+3
*
return NotImplemented from Mapping when comparing to a non-mapping #8729
Benjamin Peterson
2010-05-21
1
-0/+3
*
Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
Antoine Pitrou
2010-05-21
1
-0/+8
*
Turned out that if you used explicit relative import syntax
Brett Cannon
2010-05-20
1
-0/+3
*
#8759: Fixed user paths in sysconfig for posix and os2 schemes
Tarek Ziadé
2010-05-19
1
-0/+2
*
Issue #7079: Fix a possible crash when closing a file object while using
Antoine Pitrou
2010-05-17
1
-0/+3
*
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
Florent Xicluna
2010-05-17
1
-0/+2
*
Fixed #8688: Distutils now recalculates MANIFEST everytime.
Tarek Ziadé
2010-05-17
1
-0/+2
*
NEWS: strip trailing spaces
Victor Stinner
2010-05-15
1
-7/+7
*
subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to
Brett Cannon
2010-05-14
1
-0/+4
[next]