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
*
Syntax cleanup.
Florent Xicluna
2010-07-28
7
-11/+9
*
Fix Issue6325 - robotparse to honor urls with query strings.
Senthil Kumaran
2010-07-28
2
-2/+15
*
#1682942: add some ConfigParser features: alternate delimiters, alternate com...
Georg Brandl
2010-07-28
2
-202/+396
*
#9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
Georg Brandl
2010-07-28
2
-0/+21
*
Fix failure introduced in r83182.
Ezio Melotti
2010-07-28
1
-1/+1
*
Issue #8966: ctypes: Remove implicit bytes-unicode conversion
Victor Stinner
2010-07-28
5
-137/+42
*
Fix ctypes tests to avoid implicit bytes-unicode conversion
Victor Stinner
2010-07-27
20
-61/+57
*
Issue #9378: python -m pickle <pickle file> will now load and display
Alexander Belopolsky
2010-07-27
1
-1/+23
*
With skipUnless there is no need to add test classes conditionally.
Ezio Melotti
2010-07-27
1
-6/+3
*
Use proper skips and assert* methods in test_asyncore.
Ezio Melotti
2010-07-27
1
-96/+97
*
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
4
-17/+20
*
Issue #9384: python -m tkinter will now display a simple demo applet.
Alexander Belopolsky
2010-07-27
1
-0/+7
*
The default size of the re module's compiled regular expression cache has
Gregory P. Smith
2010-07-27
2
-3/+99
*
Make python version of fromtimestamp behave more like C.
Alexander Belopolsky
2010-07-26
2
-10/+20
*
Fix #7113. Patch by Łukasz Langa.
Brian Curtin
2010-07-26
2
-21/+60
*
#777884: make .normalize() do nothing for childless nodes, instead of raising...
Andrew M. Kuchling
2010-07-25
2
-0/+12
*
Issue #4686 - add .args to exceptions in the configparsermodule
Michael Foord
2010-07-25
2
-16/+43
*
Corrected comments on where settrace and setprofile are tested.
Alexander Belopolsky
2010-07-25
1
-2/+2
*
Issue #9315: Renamed test_trace to test_sys_settrace and
Alexander Belopolsky
2010-07-25
2
-0/+0
*
Issue #9315: Revert r83005 before renaming test_trace to
Alexander Belopolsky
2010-07-25
1
-0/+0
*
Fix for issue 9367: the test code for os.getgroups
Ronald Oussoren
2010-07-24
1
-1/+5
*
Implementation for issue 4184
Richard Jones
2010-07-24
1
-42/+168
*
#9032: XML-RPC client: Transport.request() retries on EPIPE error
Victor Stinner
2010-07-24
2
-6/+1
*
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner
2010-07-24
2
-1/+7
*
Use _datetime docstring if _datetime is available.
Alexander Belopolsky
2010-07-23
1
-0/+5
*
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky
2010-07-23
3
-3662/+5797
*
Add queue tests for empty, full, put_nowait, and get_nowait.
Brett Cannon
2010-07-23
1
-0/+23
*
#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
*
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
*
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
1
-0/+29
*
This fixes issue7900 by adding code that deals
Ronald Oussoren
2010-07-23
1
-1/+52
*
Issue #6095: Make directory argument to os.listdir optional.
Martin v. Löwis
2010-07-23
1
-3/+8
*
Fix for issue 7895. Avoid crashing the interpreter
Ronald Oussoren
2010-07-23
2
-11/+69
*
Minor tweak of test_osx_env to
Ronald Oussoren
2010-07-23
1
-1/+1
*
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
63
-1649/+1597
*
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
1
-6/+3
*
Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...
Antoine Pitrou
2010-07-21
1
-0/+11
*
Apply patch from Ray Allen for issue 9296
Doug Hellmann
2010-07-21
1
-0/+9
[next]