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
*
Add cleanups to stdout/stderr pipes to remove ResourceWarnings.
Brian Curtin
2010-11-05
1
-0/+16
*
Issue #10279: fix test_gc under Win64.
Antoine Pitrou
2010-11-05
1
-2/+2
*
Issue #10283: Add a `group_pattern` argument to NNTP.list().
Antoine Pitrou
2010-11-04
4
-17/+53
*
Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings
Antoine Pitrou
2010-11-04
2
-23/+63
*
Issue #10293: Remove obsolete field in the PyMemoryView structure,
Antoine Pitrou
2010-11-04
5
-47/+6
*
Move the deprecated aliases in a new section.
Ezio Melotti
2010-11-04
1
-30/+24
*
Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...
Eric Smith
2010-11-04
5
-1/+104
*
Issue #10314: improve performance of JSON encoding with sort_keys=True
Antoine Pitrou
2010-11-04
1
-20/+25
*
Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildin...
Hirokazu Yamamoto
2010-11-04
4
-95/+120
*
Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance.
Ezio Melotti
2010-11-04
1
-32/+9
*
Can build older OpenSSL in http://svn.python.org/projects/externals/
Hirokazu Yamamoto
2010-11-04
3
-3/+3
*
Added svn:ignore.
Hirokazu Yamamoto
2010-11-04
0
-0/+0
*
Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
Hirokazu Yamamoto
2010-11-04
2
-1/+10
*
Fix Issue 10307 - compile error in readline.c
Senthil Kumaran
2010-11-04
1
-1/+1
*
Fix three ResourceWarnings.
Brian Curtin
2010-11-04
1
-0/+5
*
Demote one warning to a note. There's no security risk here, just a note on ...
Raymond Hettinger
2010-11-04
1
-1/+1
*
Put warning block in the main flow of text.
Raymond Hettinger
2010-11-04
1
-16/+14
*
classic classes are gone; whoppie!
Benjamin Peterson
2010-11-04
1
-13/+1
*
deuglify
Benjamin Peterson
2010-11-03
1
-2/+3
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby
2010-11-03
5
-8/+164
*
update items/keys/values doc #10300
Benjamin Peterson
2010-11-03
1
-6/+4
*
Divide the context manager signature from the normal one for consistency with...
Ezio Melotti
2010-11-03
1
-2/+4
*
Minor cleanups to unittest doc.
Ezio Melotti
2010-11-03
1
-4/+4
*
List the assert* methods in tables in unittest doc.
Ezio Melotti
2010-11-03
1
-194/+328
*
Issue #10285: explain the `flag` return field better in NNTP.list().
Antoine Pitrou
2010-11-03
2
-2/+12
*
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
Antoine Pitrou
2010-11-03
4
-4/+35
*
issue 9981
Kristján Valur Jónsson
2010-11-03
3
-87/+48
*
Disabling SNI test; server admin would not like us to use it for automated te...
Antoine Pitrou
2010-11-03
1
-2/+3
*
A newline in lineno output breaks pyframe output.
Georg Brandl
2010-11-03
1
-1/+1
*
Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.
Phillip J. Eby
2010-11-03
3
-22/+28
*
Issue #10173: test_multiprocessing shouldn't pickle TestCase instances
Antoine Pitrou
2010-11-02
1
-24/+49
*
Issue #10280: NNTP.nntp_version should reflect the highest version
Antoine Pitrou
2010-11-02
3
-4/+9
*
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...
Phillip J. Eby
2010-11-02
4
-93/+67
*
remove some things that are now tested
Benjamin Peterson
2010-11-02
1
-8/+0
*
Ditch some dead code in test_unicode_file.
Brett Cannon
2010-11-02
2
-26/+2
*
Updating unittest docs to reflect change in unittest.TestCase.assert[Not]Almo...
Michael Foord
2010-11-02
1
-4/+4
*
Defined Py_BUILD_CORE_MODULE also on VC7.1.
Hirokazu Yamamoto
2010-11-02
15
-58/+58
*
Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.
Hirokazu Yamamoto
2010-11-02
2
-8/+8
*
Remove the keyword only restriction for places and delta args in unittest.Tes...
Michael Foord
2010-11-02
1
-2/+2
*
Defined Py_BUILD_CORE_MODULE also on VC6.
Hirokazu Yamamoto
2010-11-02
18
-72/+72
*
Fix bug 9340 - argparse parse_known_args didn't work with subparsers
Steven Bethard
2010-11-02
2
-2/+34
*
Clean up ResourceWarnings. Explictly close stdout from the subprocess.
Brian Curtin
2010-11-02
1
-0/+1
*
Clean up ResourceWarnings due to unclosed sockets.
Brian Curtin
2010-11-02
1
-0/+20
*
Remove extracted trees at the end of the test.
Martin v. Löwis
2010-11-01
1
-8/+17
*
Issue #10184: Touch directories only once when extracting a tarfile.
Martin v. Löwis
2010-11-01
4
-11/+29
*
Fix issue 9926. TestSuite subclasses that override __call__ are called correc...
Michael Foord
2010-11-01
3
-19/+32
*
Translated German message into English.
Alexander Belopolsky
2010-11-01
1
-1/+1
*
Issue #10199: Fixing r86095 - svn did not like combining rename and change of...
Alexander Belopolsky
2010-11-01
1
-119/+0
*
Issue #10199: Fixing r86095 - svn did not like combining rename and change of...
Alexander Belopolsky
2010-11-01
1
-0/+119
*
Issue #10199: Fixing r86095 - svn did not like combining rename and change of...
Alexander Belopolsky
2010-11-01
1
-0/+119
[next]