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
*
Issue #8966: ctypes: Remove implicit bytes-unicode conversion
Victor Stinner
2010-07-28
9
-245/+51
*
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
2
-1/+26
*
With skipUnless there is no need to add test classes conditionally.
Ezio Melotti
2010-07-27
1
-6/+3
*
Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg.
Antoine Pitrou
2010-07-27
2
-13/+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
7
-22/+42
*
Update Sphinx to 1.0.1.
Georg Brandl
2010-07-27
2
-2/+2
*
Issue #9384: python -m tkinter will now display a simple demo applet.
Alexander Belopolsky
2010-07-27
3
-1/+12
*
The default size of the re module's compiled regular expression cache has
Gregory P. Smith
2010-07-27
3
-3/+106
*
Clarify.
Georg Brandl
2010-07-26
1
-2/+2
*
Added versionadded entry for the annotate argument.
Alexander Belopolsky
2010-07-26
1
-0/+2
*
Add Reid.
Georg Brandl
2010-07-26
1
-0/+4
*
Fix indentation in example.
Georg Brandl
2010-07-26
1
-2/+2
*
Fix grammar.
Georg Brandl
2010-07-26
1
-2/+2
*
Reword paragraph
Andrew M. Kuchling
2010-07-26
1
-2/+3
*
#7637: fix a grammar error; simplify a sentence
Andrew M. Kuchling
2010-07-26
1
-3/+3
*
Add Brian Quinlan.
Georg Brandl
2010-07-26
1
-0/+3
*
#9381: fix markup.
Georg Brandl
2010-07-26
1
-1/+1
*
Make python version of fromtimestamp behave more like C.
Alexander Belopolsky
2010-07-26
2
-10/+20
*
Add note about #7113 and add Łukasz Langa to ACKS
Brian Curtin
2010-07-26
2
-0/+3
*
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
*
#7637: clarify description of encoding parameter
Andrew M. Kuchling
2010-07-25
1
-14/+19
*
Issue #4686 - add .args to exceptions in the configparsermodule
Michael Foord
2010-07-25
3
-17/+44
*
#1495229: update the type names used by the XML DOM mapping
Andrew M. Kuchling
2010-07-25
1
-14/+9
*
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
*
Put listdir default argument into declaration.
Martin v. Löwis
2010-07-24
1
-2/+2
*
Implementation for issue 4184
Richard Jones
2010-07-24
2
-44/+266
*
#9032: XML-RPC client: Transport.request() retries on EPIPE error
Victor Stinner
2010-07-24
3
-6/+5
*
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner
2010-07-24
3
-1/+11
*
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
9
-3670/+5813
*
Add Brian Brazil.
Brett Cannon
2010-07-23
1
-0/+1
*
Mention in the fnmatch docs that meta-characters in translate cannot be quoted.
Brett Cannon
2010-07-23
1
-0/+2
*
Add queue tests for empty, full, put_nowait, and get_nowait.
Brett Cannon
2010-07-23
1
-0/+23
*
Update to 1.0.
Georg Brandl
2010-07-23
1
-1/+1
*
Fix some markup glitches.
Georg Brandl
2010-07-23
4
-4/+6
*
#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
[next]