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
*
Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
Hirokazu Yamamoto
2010-11-04
1
-0/+9
*
Fix three ResourceWarnings.
Brian Curtin
2010-11-04
1
-0/+5
*
classic classes are gone; whoppie!
Benjamin Peterson
2010-11-04
1
-13/+1
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby
2010-11-03
3
-8/+116
*
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
Antoine Pitrou
2010-11-03
2
-4/+30
*
Disabling SNI test; server admin would not like us to use it for automated te...
Antoine Pitrou
2010-11-03
1
-2/+3
*
Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.
Phillip J. Eby
2010-11-03
1
-2/+2
*
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
2
-4/+6
*
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
1
-26/+0
*
Remove the keyword only restriction for places and delta args in unittest.Tes...
Michael Foord
2010-11-02
1
-2/+2
*
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
2
-9/+22
*
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
*
Reverted inadvertent change from r86095
Alexander Belopolsky
2010-11-01
1
-8/+0
*
Issue #10199: Moved Demo/turtle under Lib/
Alexander Belopolsky
2010-11-01
23
-0/+1868
*
Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes.
Brian Curtin
2010-11-01
1
-0/+2
*
Fix for issue 9355 where with multiple mutually exclusive arguments, some bra...
Steven Bethard
2010-11-01
2
-2/+27
*
Fix bug 9352 where characters were being lost in parsing some short options
Steven Bethard
2010-11-01
2
-7/+31
*
Get argparse.__all__ back up to date (issue 9353)
Steven Bethard
2010-11-01
2
-3/+20
*
Close subprocess pipes to clear ResourceWarning messages in debug mode.
Brian Curtin
2010-11-01
2
-0/+3
*
Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553)
Steven Bethard
2010-11-01
1
-0/+9
*
Fix some ResourceErrors.
Brian Curtin
2010-11-01
2
-2/+7
*
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
Antoine Pitrou
2010-10-31
1
-0/+11
*
close the source's byte stream
Benjamin Peterson
2010-10-31
1
-0/+3
*
fix ftplib resource warnings
Benjamin Peterson
2010-10-31
2
-0/+3
*
fix resource warnings in test_sax #10269
Benjamin Peterson
2010-10-31
1
-4/+7
*
wrap some things in with blocks
Benjamin Peterson
2010-10-31
1
-38/+33
*
more fun with string exceptions
Benjamin Peterson
2010-10-31
1
-1/+1
*
string exceptions; how quaint
Benjamin Peterson
2010-10-31
1
-4/+2
*
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...
Raymond Hettinger
2010-10-31
2
-5/+17
*
start banging on zipfile's file leakiness
Benjamin Peterson
2010-10-31
2
-10/+50
*
fix leaking sockets
Benjamin Peterson
2010-10-31
1
-0/+2
*
cleanup resources in test_smtplib #10264
Benjamin Peterson
2010-10-31
1
-0/+3
*
Issue #10266: uu.decode didn't close in_file explicitly when it was given
Antoine Pitrou
2010-10-31
2
-53/+74
*
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
Antoine Pitrou
2010-10-31
1
-3/+6
*
Added style argument to logging.basicConfig() and documented this change.
Vinay Sajip
2010-10-31
1
-1/+9
*
PY_CFLAGS doesn't exist under Windows
Antoine Pitrou
2010-10-31
1
-1/+1
*
Issue #5729: json.dumps to support using '\t' as an indent string
Raymond Hettinger
2010-10-31
2
-22/+29
*
Fix a ResourceWarning for an unclosed socket.
Brian Curtin
2010-10-31
1
-0/+1
*
issue 10237
Kristján Valur Jónsson
2010-10-31
1
-4/+7
[next]