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
...
*
Branch merge
Éric Araujo
2011-08-19
2
-1/+6
|
\
|
*
Guard shutil._make_archive against a logger=None argument.
Éric Araujo
2011-08-19
2
-1/+6
*
|
Fix resource leaks in test_subprocess.
Nadeem Vawda
2011-08-19
1
-0/+4
*
|
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
Charles-François Natali
2011-08-18
1
-12/+0
|
/
*
Issue #12650: only run the tests on Unix.
Charles-François Natali
2011-08-18
1
-58/+58
*
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
2
-1/+58
*
The simplest possible fix for the regression in bug 12752 by encoding unicodes
Barry Warsaw
2011-08-15
2
-0/+7
*
#12266: move the tests in test_unicode.
Ezio Melotti
2011-08-15
2
-17/+19
*
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-0/+17
*
Remove the un-exercised in-module test code.
Senthil Kumaran
2011-08-10
1
-68/+0
*
Issue 12717: Fix-up an earlier backport in ConfigParser.
Raymond Hettinger
2011-08-09
2
-1/+23
*
#12677: correct turtle orientation in doc
Sandro Tosi
2011-08-07
1
-2/+2
*
whitespace fix.
Senthil Kumaran
2011-08-07
1
-1/+0
*
Remove the old dead test program within the module in 2.7.
Senthil Kumaran
2011-08-07
1
-62/+0
*
Fix closes issue12698 - make the no_proxy environment variable handling a bit...
Senthil Kumaran
2011-08-06
2
-1/+5
*
add svn+ssh testcase for urljoin.
Senthil Kumaran
2011-08-03
1
-0/+1
*
include svn+ssh as well.
Senthil Kumaran
2011-08-03
1
-1/+1
*
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
2
-1/+3
*
Branch merge
Éric Araujo
2011-08-02
1
-3/+4
|
\
|
*
Fix incorrect mtime comparison in distutils (#11933).
Éric Araujo
2011-08-02
1
-3/+4
*
|
Backport 68b5f87566fb
Stefan Krah
2011-08-01
1
-0/+3
|
/
*
Branch merge
Éric Araujo
2011-08-01
3
-35/+74
|
\
|
*
Stop trying to write into the stdlib during lib2to3 tests (#12331).
Éric Araujo
2011-07-31
1
-7/+11
|
*
Fix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo
2011-07-31
2
-28/+63
*
|
running tests enables us to discover that they actually work
Benjamin Peterson
2011-07-31
1
-1/+1
*
|
using test_support.transient_internet helper method in the urllib2net test.
Senthil Kumaran
2011-07-31
1
-3/+5
|
/
*
Make “pydoc somebuiltin.somemethod” work (#8887)
Éric Araujo
2011-07-29
2
-8/+26
*
Branch merge
Éric Araujo
2011-07-29
1
-4/+0
|
\
|
*
Merge #12417 followup, also removing an extra docstring
Éric Araujo
2011-07-28
1
-4/+0
|
|
\
|
|
*
Remove mentions of previous license in profile module (#12417 followup)
Éric Araujo
2011-07-28
1
-2/+0
|
|
*
fix ws
Benjamin Peterson
2011-06-29
1
-3/+3
|
|
*
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
2
-48/+28
|
|
*
Replay svn r88850.
v2.6.7
Barry Warsaw
2011-06-04
3
-3/+3
|
|
*
Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit
Barry Warsaw
2011-05-23
3
-3/+3
|
|
*
Replay changeset 70238:03e488b5c009 from fubar branch. Original commit
Barry Warsaw
2011-05-23
3
-3/+3
*
|
|
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
1
-3/+5
*
|
|
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...
Senthil Kumaran
2011-07-28
5
-5/+5
*
|
|
- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Charles-François Natali
2011-07-27
1
-2/+2
*
|
|
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
2
-0/+66
|
/
/
*
|
merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfusca...
Senthil Kumaran
2011-07-27
2
-5/+13
*
|
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-1/+1
*
|
Issue #8746: Use tempfile module to get tempdir and randomize the
Ned Deily
2011-07-26
1
-1/+3
*
|
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
Antoine Pitrou
2011-07-24
3
-1/+35
*
|
Fix typo in dbf1e1a27427 that was causing some buildbots to fail.
Nadeem Vawda
2011-07-23
1
-1/+1
*
|
Issue #10883: Fix socket leaks in urllib.request.
Nadeem Vawda
2011-07-23
5
-31/+63
*
|
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover...
Senthil Kumaran
2011-07-23
1
-2/+9
*
|
verify the types of AST strings and identifiers (closes #12609 and #12610)
Benjamin Peterson
2011-07-22
1
-0/+14
*
|
#12601: fix typo.
Ezio Melotti
2011-07-21
1
-1/+1
*
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
5
-0/+1083
*
|
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
2
-8/+14
[prev]
[next]