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 typo
Benjamin Peterson
2010-04-16
1
-1/+1
*
bytearray -> type2test
Benjamin Peterson
2010-04-16
1
-8/+8
*
remove check for unicode
Benjamin Peterson
2010-04-16
1
-3/+0
*
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
Senthil Kumaran
2010-04-16
2
-12/+54
*
Fix os.kill tests to be more robust and work with slower machines.
Brian Curtin
2010-04-15
1
-6/+44
*
#5341: fix typo and adapt docstring syntax.
Georg Brandl
2010-04-14
1
-2/+2
*
Add a small sleep to let a subprocess start before terminating it.
Brian Curtin
2010-04-14
1
-0/+1
*
Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
R. David Murray
2010-04-13
2
-1/+9
*
In test_winsound, don't try to import _winreg until after checking that winso...
Mark Dickinson
2010-04-13
1
-1/+1
*
Fix #7306. Add skips to test_winsound when no default sound is configured.
Brian Curtin
2010-04-13
1
-0/+18
*
Fix #8364. Update the setquit docstring and change a built-in to builtin.
Brian Curtin
2010-04-12
1
-3/+5
*
Issue #7585: use tab between components in unified and context diff headers.
R. David Murray
2010-04-12
2
-17/+42
*
Issue #8367: Fix spurious test failure on systems without a sound card.
Stefan Krah
2010-04-12
1
-5/+3
*
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.
R. David Murray
2010-04-12
1
-1/+1
*
Adding additional examples of valid urls as per RFC 3986 (for issue8339)
Senthil Kumaran
2010-04-12
1
-1/+1
*
Re-enable all tests, to see which ones fail on the buildbots.
Martin v. Löwis
2010-04-12
1
-6/+6
*
Issue #8330: Fix expected output in test_gdb.
Martin v. Löwis
2010-04-12
1
-10/+28
*
Issue #8374: Update the internal alias table in the :mod:`locale` module
Antoine Pitrou
2010-04-11
1
-13/+89
*
Minor factoring
Raymond Hettinger
2010-04-11
1
-2/+1
*
Fix for issues #3581, #1481 and #7650:
Stefan Krah
2010-04-11
1
-26/+9
*
add test for class with no operations defined
Benjamin Peterson
2010-04-11
1
-0/+6
*
Revert temporary commit in r79937
Antoine Pitrou
2010-04-10
2
-62/+3
*
Temporary commit of fix to issue #5380 (in order to watch buildbot response)
Antoine Pitrou
2010-04-10
2
-3/+62
*
fix PYTHONWARNINGS handling to not modify the original env value and improve
Philip Jenvey
2010-04-10
1
-3/+6
*
Refactor a couple inspect module tests to remove duplicate code
Jean-Paul Calderone
2010-04-10
1
-62/+26
*
adjust gc_collect for Jython
Philip Jenvey
2010-04-10
1
-1/+3
*
Issue 8361: Remove assert from functools.total_ordering
Raymond Hettinger
2010-04-10
1
-2/+3
*
update pydoc-topics
v2.7b1
Benjamin Peterson
2010-04-10
1
-20/+20
*
bump version to 2.7b1
Benjamin Peterson
2010-04-10
2
-2/+2
*
Fix typo in comment
Nick Coghlan
2010-04-10
1
-1/+1
*
Try to turn some buildbots green by allowing test_multiprocessing to pass eve...
Nick Coghlan
2010-04-10
1
-6/+22
*
Revert r79915 (temporary commit to check for buildbots -> the fix was success...
Antoine Pitrou
2010-04-09
1
-36/+11
*
Temporarily commit fix to issue #8108, to check for buildbot response
Antoine Pitrou
2010-04-09
1
-11/+36
*
Issue #8348: Fix test ftp url in test_urllib2net.
Martin v. Löwis
2010-04-08
1
-1/+1
*
Issue #8204: Fix test_ttk notebook test by forcing focus.
Martin v. Löwis
2010-04-08
1
-0/+4
*
Issue #8344: Fix test_ttk bug on FreeBSD.
Martin v. Löwis
2010-04-08
1
-2/+2
*
Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...
Michael Foord
2010-04-08
2
-7/+11
*
unittest.result.TestResult does not create its buffers until they're used. It...
Michael Foord
2010-04-07
2
-6/+11
*
Issue #8337: Disable the remaining test also for now.
Martin v. Löwis
2010-04-07
1
-1/+1
*
Use some more interesting test values for (unsigned) long long ctypes tests,
Mark Dickinson
2010-04-07
1
-0/+6
*
#7301: add the environment variable $PYTHONWARNINGS to supplement the -W
Philip Jenvey
2010-04-06
1
-0/+39
*
Fix module directory finding logic for dotted paths in unittest test discovery.
Michael Foord
2010-04-06
1
-1/+13
*
remove a optimization that resulted in unexpected behavior #8929
Benjamin Peterson
2010-04-06
1
-0/+7
*
use skip decorator
Benjamin Peterson
2010-04-06
1
-4/+2
*
Issue #8193: Fix test_zlib failure with zlib 1.2.4.
Antoine Pitrou
2010-04-06
1
-1/+1
*
Fix Issue8262 - changing RuntimeError wording to "Threads can only be started...
Senthil Kumaran
2010-04-06
1
-1/+1
*
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
2
-0/+29
*
Fix a failing test on an apparently slow Windows buildbot.
Brian Curtin
2010-04-05
2
-3/+4
*
Classes that override __eq__ also need to define __hash__.
Raymond Hettinger
2010-04-05
2
-0/+9
*
Use a more robust infinity check in _Py_HashDouble.
Mark Dickinson
2010-04-05
1
-0/+9
[prev]
[next]