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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #8405 for slow buildbots. Remove the sleep on startup and move the
Brian Curtin
2010-05-28
1
-11/+16
*
remove non-ascii coding per PEP 8
Benjamin Peterson
2010-05-28
1
-2/+1
*
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
Victor Stinner
2010-05-27
1
-1/+3
*
Issue #7150: Raise OverflowError if the result of adding or subtracting
Alexander Belopolsky
2010-05-27
1
-9/+10
*
Issue #7879: Skip negative timestamps test on any Windows platform
Alexander Belopolsky
2010-05-26
1
-7/+2
*
Issue #7879: Do not test negative timestamps on any Windows platform
Alexander Belopolsky
2010-05-26
1
-3/+3
*
Issue #8825: additional testcases for int(string, 0) and long(string, 0).
Mark Dickinson
2010-05-26
2
-0/+23
*
Issue #7449: Skip test_socketserver if threading support is disabled
Victor Stinner
2010-05-26
1
-0/+1
*
Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and
Victor Stinner
2010-05-25
1
-0/+20
*
Fix a NameError in test_enumerate.
Mark Dickinson
2010-05-25
1
-1/+1
*
Issue #8816: Extra tests for some built-in functions. These tests are
Mark Dickinson
2010-05-25
3
-14/+84
*
Issue 8143: sync unquote in urlparse with urllib; add comment about doing so.
R. David Murray
2010-05-25
2
-10/+18
*
Fix #2810 - handle the case where some registry calls return
Brian Curtin
2010-05-25
1
-0/+53
*
Issue #6662: Fix parsing of malformatted charref (&#bad;)
Victor Stinner
2010-05-24
2
-0/+10
*
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...
Georg Brandl
2010-05-24
4
-4/+709
*
Fix default value for version help. Approved by Benjamin on python-dev: http:...
Steven Bethard
2010-05-24
2
-1/+20
*
Merged revisions 80937,81478 via svnmerge from
Benjamin Peterson
2010-05-22
2
-2/+4
*
Fix my last commit (r81471) about codecs
Victor Stinner
2010-05-22
2
-6/+6
*
Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
Victor Stinner
2010-05-22
4
-20/+75
*
Underscore the name of an internal utility function.
Georg Brandl
2010-05-22
1
-3/+3
*
Issue #3924: Ignore cookies with invalid "version" field in cookielib.
Georg Brandl
2010-05-22
2
-6/+30
*
Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
Victor Stinner
2010-05-22
2
-0/+25
*
Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
Victor Stinner
2010-05-21
1
-0/+4
*
simplify and modernize updatecache()
Benjamin Peterson
2010-05-21
1
-12/+10
*
remove debugging rubish
Benjamin Peterson
2010-05-21
1
-3/+0
*
ensure the last line has a trailing newline #8782
Benjamin Peterson
2010-05-21
2
-0/+14
*
fix name
Benjamin Peterson
2010-05-21
1
-1/+1
*
use addCleanup
Benjamin Peterson
2010-05-21
1
-30/+27
*
return NotImplemented from Mapping when comparing to a non-mapping #8729
Benjamin Peterson
2010-05-21
2
-3/+51
*
Turned out that if you used explicit relative import syntax
Brett Cannon
2010-05-20
1
-0/+12
*
libpython.py: fix support of non-BMP unicode characters
Victor Stinner
2010-05-20
1
-8/+2
*
#8759: Fixed user paths in sysconfig for posix and os2 schemes
Tarek Ziadé
2010-05-19
2
-9/+18
*
Fix typos in docstrings.
Stefan Krah
2010-05-19
1
-2/+2
*
Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included Na...
Giampaolo Rodolà
2010-05-18
2
-2/+11
*
Issue #7079: Fix a possible crash when closing a file object while using
Antoine Pitrou
2010-05-17
1
-1/+11
*
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
Florent Xicluna
2010-05-17
1
-17/+26
*
upgraded distutils docs w.r.t. the manifest regeneration
Tarek Ziadé
2010-05-17
1
-1/+2
*
Slight style cleanup.
Florent Xicluna
2010-05-17
1
-8/+6
*
Fixed #8688: Distutils now recalculates MANIFEST everytime.
Tarek Ziadé
2010-05-17
2
-57/+66
*
Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()
Victor Stinner
2010-05-16
1
-6/+4
*
use TestCase skip method
Benjamin Peterson
2010-05-15
1
-4/+4
*
If the timeout is exceeded, count the tests as skipped instead of just
Stefan Krah
2010-05-15
1
-6/+4
*
Fix regression introduced by r81154 (Issue #5099, subprocess destructor)
Victor Stinner
2010-05-14
1
-3/+3
*
subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to
Brett Cannon
2010-05-14
1
-17/+34
*
test_site was failing under darwin for non-framework builds because a test was
Brett Cannon
2010-05-13
1
-1/+2
*
Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot.
Florent Xicluna
2010-05-13
1
-17/+4
*
Improve test feedback to troubleshoot issue #8423 on OS X.
Florent Xicluna
2010-05-13
1
-4/+17
*
Better test skipping, with message in the log.
Florent Xicluna
2010-05-13
1
-8/+14
*
Revert the additional OS X information (r81140). Keep the endianness informa...
Florent Xicluna
2010-05-13
1
-5/+1
*
Add sensible information about the OS X platform to diagnose issue #8423:
Florent Xicluna
2010-05-13
1
-1/+6
[next]