index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Add docstring to anydbm.open
Éric Araujo
2011-05-01
1
-11
/
+13
|
|
*
Fix file handle leak
Éric Araujo
2011-05-01
1
-11
/
+14
|
*
|
Fix double use of f.close().
Éric Araujo
2011-04-16
1
-1
/
+0
|
*
|
Minor tweaks to a few comments in heapq
Éric Araujo
2011-04-15
1
-3
/
+3
|
*
|
Fix improper tests in RegisterTestCase
Éric Araujo
2011-04-14
1
-3
/
+3
*
|
|
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner
2011-05-01
1
-0
/
+16
|
|
/
|
/
|
*
|
whitespace fix
Brian Curtin
2011-04-29
1
-1
/
+1
*
|
merge
Brian Curtin
2011-04-29
1
-2
/
+9
*
|
skip the extractall test on platforms where os.symlink is not available.
Senthil Kumaran
2011-04-28
1
-0
/
+1
*
|
Fix closes issue10761: tarfile.extractall failure when symlinked files are ...
Senthil Kumaran
2011-04-28
2
-0
/
+29
*
|
Backport test from #11926.
Ezio Melotti
2011-04-28
1
-1
/
+9
*
|
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...
Ezio Melotti
2011-04-27
2
-0
/
+44
*
|
issue11236 getpass.getpass to respond ctrl-c or ctrl-z
Senthil Kumaran
2011-04-26
1
-1
/
+1
*
|
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
2
-1
/
+23
*
|
Other minor clean-ups.
Raymond Hettinger
2011-04-24
1
-8
/
+15
*
|
Remove unused branch in the clear() method. Minor comment edits.
Raymond Hettinger
2011-04-24
1
-18
/
+15
*
|
Minor code clean-up.
Raymond Hettinger
2011-04-23
1
-1
/
+2
*
|
Remove unused imports
Raymond Hettinger
2011-04-23
1
-3
/
+3
*
|
Minor code simplification.
Raymond Hettinger
2011-04-23
1
-15
/
+15
*
|
Minor code simplification.
Raymond Hettinger
2011-04-23
1
-4
/
+2
*
|
Cleanups to remove dependencies and add docstrings.
Raymond Hettinger
2011-04-22
1
-38
/
+49
*
|
Minor text rearrangement.
Raymond Hettinger
2011-04-20
1
-10
/
+10
*
|
startswith and endswith don't accept None as slice index. Patch by Torsten Be...
Jesus Cea
2011-04-20
2
-0
/
+119
*
|
Fix #8886. Use context managers throughout zipfile tests.
Brian Curtin
2011-04-19
1
-112
/
+110
*
|
Issue #11875: Alter the previous fix to work better with subclasses
Raymond Hettinger
2011-04-19
1
-1
/
+1
*
|
Use a generic class lookup.
Raymond Hettinger
2011-04-19
1
-1
/
+1
*
|
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
Raymond Hettinger
2011-04-19
1
-3
/
+2
*
|
Fix sporadic failure in test_startfile.
Nadeem Vawda
2011-04-19
1
-0
/
+6
*
|
Rework multiset methods to use less memory and to make fewer calls to __hash__.
Raymond Hettinger
2011-04-17
1
-12
/
+19
*
|
Fix minor subclassing issue with collections.Counter
Raymond Hettinger
2011-04-15
2
-2
/
+11
|
/
*
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-0
/
+18
*
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
Senthil Kumaran
2011-04-15
2
-7
/
+14
*
#11848: replace dead link in random.betavariate comment.
Ezio Melotti
2011-04-15
1
-1
/
+1
*
Fix Issue11474 - url2pathname() handling of '/C|/' on Windows
Senthil Kumaran
2011-04-14
2
-2
/
+23
*
Issue 3051: make pure python code pass the same tests as the C version.
Raymond Hettinger
2011-04-13
2
-19
/
+17
*
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is...
Ezio Melotti
2011-04-13
2
-0
/
+11
*
Issue 11718: Teach IDLE's open module dialog to find packages.
Raymond Hettinger
2011-04-12
1
-0
/
+15
*
#10019: Fix regression relative to 2.6: add newlines if indent=0
R David Murray
2011-04-12
2
-1
/
+17
*
Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.
Senthil Kumaran
2011-04-13
4
-4
/
+30
*
Issue 11747: Fix output format for context diffs.
Raymond Hettinger
2011-04-12
2
-28
/
+102
*
Neaten-up the fix to issue 11830
Raymond Hettinger
2011-04-12
1
-11
/
+11
*
Remove unnecessary imports and use assertIs instead of assertTrue.
Ezio Melotti
2011-04-12
2
-5
/
+3
*
#9233: skip _json-specific tests when _json is not available.
Ezio Melotti
2011-04-12
2
-2
/
+14
*
Use floor division operator instead of deprecated division operator.
Raymond Hettinger
2011-04-11
1
-1
/
+1
*
Issue #11830: Remove unnecessary introspection code in the decimal module.
Raymond Hettinger
2011-04-11
1
-14
/
+11
*
Fix #5162. Allow child spawning from Windows services (via pywin32).
brian.curtin
2011-04-11
1
-2
/
+3
*
#4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed...
Ezio Melotti
2011-04-11
1
-0
/
+11
*
Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
Antoine Pitrou
2011-04-11
1
-2
/
+7
*
Issue9670: Back out changeset b0d2b696da19; test fails on other platforms
Ned Deily
2011-04-09
1
-30
/
+0
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0
/
+30
[prev]
[next]