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
*
support the optional line argument for idle
Benjamin Peterson
2008-10-15
1
-1/+2
*
don't recurse into directories that start with '.'
Benjamin Peterson
2008-10-15
1
-1/+2
*
easter egg
Skip Montanaro
2008-10-15
1
-0/+4
*
remove set compat cruft
Benjamin Peterson
2008-10-14
2
-12/+0
*
#4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:
Amaury Forgeot d'Arc
2008-10-14
3
-1/+11
*
document how to disable fixers
Benjamin Peterson
2008-10-13
1
-6/+10
*
Issue #4018: Disable "for me" installations on Vista.
Martin v. Löwis
2008-10-13
2
-3/+7
*
give poplib a real test suite
Benjamin Peterson
2008-10-11
1
-23/+267
*
PyGILState_Acquire -> PyGILState_Ensure
Benjamin Peterson
2008-10-10
1
-3/+3
*
talk about how you can unzip with zip
Benjamin Peterson
2008-10-10
1
-0/+12
*
fix a small typo
Benjamin Peterson
2008-10-10
1
-2/+2
*
Typo: "ThreadError" is the name in the C source.
Armin Rigo
2008-10-10
1
-1/+1
*
- Makefile.pre.in(PROFILE_TASK): search files in srcdir
Matthias Klose
2008-10-10
1
-2/+2
*
update paragraph about __future__ for 2.6
Benjamin Peterson
2008-10-09
1
-4/+5
*
r66862 contained memory leak.
Hirokazu Yamamoto
2008-10-09
1
-1/+3
*
On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
Hirokazu Yamamoto
2008-10-09
2
-1/+8
*
quiet sphinx warnings
Benjamin Peterson
2008-10-08
4
-5/+5
*
Make all whatsnew docs accessible.
Georg Brandl
2008-10-08
5
-16/+28
*
#3935: properly support list subclasses in the C impl. of bisect.
Georg Brandl
2008-10-08
3
-2/+15
*
#4058: fix some whatsnew markup.
Georg Brandl
2008-10-08
1
-173/+173
*
#4059: patch up some sqlite docs.
Georg Brandl
2008-10-08
1
-52/+134
*
Note how bytes alias is expected to be used
Andrew M. Kuchling
2008-10-08
1
-0/+14
*
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...
Amaury Forgeot d'Arc
2008-10-07
3
-4/+23
*
more intensive test on dbm.
Hirokazu Yamamoto
2008-10-07
1
-8/+10
*
save/restore stdout/stderr instead of relying on __*__ versions
Skip Montanaro
2008-10-07
1
-2/+4
*
Pay attention to -R entries in LDFLAGS.
Skip Montanaro
2008-10-07
1
-1/+2
*
Simplify individual tests by defining setUp and tearDown methods.
Skip Montanaro
2008-10-07
1
-61/+27
*
Add the 'patchcheck' build target to .PHONY.
Brett Cannon
2008-10-06
2
-1/+6
*
Issue #4014: Don't claim that Python has an Alpha release status, in addition
Martin v. Löwis
2008-10-06
2
-1/+3
*
Per Greg Ward, optparse is no longer being externally maintained.
Andrew M. Kuchling
2008-10-06
1
-10/+2
*
More strict test. Consider the case sys.executable itself is symlink.
Hirokazu Yamamoto
2008-10-06
1
-4/+5
*
Added the test for issue3762.
Hirokazu Yamamoto
2008-10-06
1
-0/+15
*
#1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(),...
Andrew M. Kuchling
2008-10-05
1
-0/+10
*
fix typo
Benjamin Peterson
2008-10-04
1
-1/+1
*
Punctuation fix; expand dict.update docstring to be clearer
Andrew M. Kuchling
2008-10-04
1
-4/+6
*
Merged revisions 66707,66775,66782 via svnmerge from
Benjamin Peterson
2008-10-04
6
-11/+2833
*
#4041: don't refer to removed and outdated modules.
Georg Brandl
2008-10-04
1
-4/+2
*
silence Sphinx warning
Benjamin Peterson
2008-10-04
1
-0/+1
*
Add What's New for 2.7
Andrew M. Kuchling
2008-10-04
2
-1/+139
*
Set svn:keywords
Andrew M. Kuchling
2008-10-04
1
-1/+1
*
two corrections
Andrew M. Kuchling
2008-10-04
1
-4/+4
*
Docstring change for *partition: use same tense as other docstrings.
Andrew M. Kuchling
2008-10-04
2
-13/+13
*
Docstring changes: Specify exceptions raised
Andrew M. Kuchling
2008-10-04
1
-3/+6
*
Docstring change: Specify exception raised
Andrew M. Kuchling
2008-10-04
1
-1/+3
*
Use correct capitalization of NaN
Andrew M. Kuchling
2008-10-04
1
-2/+2
*
Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when...
Hirokazu Yamamoto
2008-10-03
1
-1/+2
*
Typo fix
Andrew M. Kuchling
2008-10-03
2
-2/+2
*
Mention exception in docstring
Andrew M. Kuchling
2008-10-03
1
-1/+2
*
Fixed following error when DocXMLRPCServer failed.
Hirokazu Yamamoto
2008-10-03
1
-2/+2
*
Follows to python's version change (VC6)
Hirokazu Yamamoto
2008-10-03
2
-4/+4
[next]