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
...
*
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
Ezio Melotti
2010-07-23
1
-1/+1
*
Tab test_repr_daemon over so it's included in ThreadTests.
Brian Curtin
2010-07-23
1
-5/+5
*
Add tests for fnmatch.filter and translate.
Brett Cannon
2010-07-23
1
-2/+24
*
Make fnmatch be more PEP 8 compliant.
Brett Cannon
2010-07-23
1
-8/+11
*
New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.
Richard Jones
2010-07-23
1
-0/+221
*
Ensure that sys.prefix can reliably be found
Ronald Oussoren
2010-07-23
1
-1/+1
*
Add more tests for the threading.Thread.repr.
Brett Cannon
2010-07-23
1
-1/+8
*
Rip out old testing code that was inlined in threading.
Brett Cannon
2010-07-23
1
-88/+0
*
Rename some macros in the sha1 module to no longer conflict with termios.h.
Brett Cannon
2010-07-23
1
-28/+28
*
Stop shadowing a test class.
Brett Cannon
2010-07-23
1
-2/+2
*
Explicitly test relative imports by reusing importlib tests.
Brett Cannon
2010-07-23
1
-1/+14
*
Test calendar.monthrange.
Brett Cannon
2010-07-23
2
-0/+30
*
This fixes issue7900 by adding code that deals
Ronald Oussoren
2010-07-23
3
-8/+101
*
Clarify the wording for threading.is_alive() to not suggest something is
Brett Cannon
2010-07-23
1
-2/+2
*
Issue #6095: Make directory argument to os.listdir optional.
Martin v. Löwis
2010-07-23
4
-14/+35
*
Fix for issue 7895. Avoid crashing the interpreter
Ronald Oussoren
2010-07-23
3
-11/+71
*
Minor tweak of test_osx_env to
Ronald Oussoren
2010-07-23
1
-1/+1
*
Document the fact that the 'test' package is meant only for use by Python
Brett Cannon
2010-07-23
2
-0/+10
*
Workaround for issue 4047: in some configurations of
Ronald Oussoren
2010-07-23
1
-0/+15
*
Ensure that the Makefile variable expansion
Ronald Oussoren
2010-07-23
2
-0/+32
*
Use augassign.
Georg Brandl
2010-07-23
1
-22/+22
*
Skip this test as it doesn't apply to Windows. It was added for
Brian Curtin
2010-07-22
1
-0/+1
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
64
-1684/+1632
*
Add importlib benchmarks which try to be "realistic" by importing the decimal
Brett Cannon
2010-07-22
1
-7/+50
*
Issue #9323: Fixed a bug in trace.py that resulted in loosing the name
Alexander Belopolsky
2010-07-21
3
-7/+7
*
Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...
Antoine Pitrou
2010-07-21
1
-0/+11
*
Remove outdated mention of deprecated functions in the string module - they h...
Antoine Pitrou
2010-07-21
1
-7/+7
*
Apply patch from Ray Allen for issue 9296
Doug Hellmann
2010-07-21
2
-1/+10
*
Minor clarification about importlib.abc.SourceLoader.get_filename.
Brett Cannon
2010-07-21
1
-1/+1
*
Fix #9316. if/is grammar corrections.
Brian Curtin
2010-07-21
1
-3/+3
*
revert unintended changes
Benjamin Peterson
2010-07-20
7
-31/+11
*
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson
2010-07-20
8
-11/+31
*
Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli
Alexander Belopolsky
2010-07-20
3
-1/+6
*
Without this patch the value of sysconfig.get_config_var('LDSHARED')
Ronald Oussoren
2010-07-20
1
-7/+27
*
Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
Gregory P. Smith
2010-07-19
3
-35/+47
*
Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...
Senthil Kumaran
2010-07-19
2
-0/+7
*
Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.
Stefan Krah
2010-07-19
2
-1/+2
*
Issue #9265: Incorrect name passed as arg[0] when shell=True
Stefan Krah
2010-07-19
2
-0/+21
*
This patch adds a testcase that demonstrates a problem
Ronald Oussoren
2010-07-19
1
-0/+6
*
Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
Stefan Krah
2010-07-19
1
-6/+1
*
Clarification. Yay importlib!
Georg Brandl
2010-07-19
1
-2/+5
*
pydoc.pager does not promise to use $PAGER.
Georg Brandl
2010-07-19
2
-5/+4
*
Remove temporary debugging code.
Mark Dickinson
2010-07-19
2
-60/+1
*
Clarify :option: description.
Georg Brandl
2010-07-19
1
-2/+3
*
Clarify.
Georg Brandl
2010-07-19
1
-2/+2
*
Document the extra epoll flags
Jean-Paul Calderone
2010-07-18
1
-5/+5
*
There is no method named "register(fd, eventmask)"; fix markup to just indica...
Jean-Paul Calderone
2010-07-18
1
-1/+1
*
Add configure check for a bug with gcc soft floating-point and subnormals, to...
Mark Dickinson
2010-07-18
2
-1/+60
*
nest method and attribute doc
Benjamin Peterson
2010-07-18
1
-15/+16
*
use classmethod
Benjamin Peterson
2010-07-18
1
-1/+1
[prev]
[next]