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
...
*
move useful sys.settrace information to the function's documentation from the...
Benjamin Peterson
2008-11-20
2
-65/+50
*
make sure that bytearray methods return a new bytearray even if there is no c...
Benjamin Peterson
2008-11-19
3
-21/+16
*
Ignore .pyc and .pyo files.
Brett Cannon
2008-11-19
0
-0/+0
*
Fix for issue 4332 in trunk.
Josiah Carlson
2008-11-19
1
-1/+1
*
Issue #4289: Remove Cancel button from AdvancedDlg.
Martin v. Löwis
2008-11-19
2
-6/+5
*
Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__
Martin v. Löwis
2008-11-19
2
-2/+4
*
Try to fix problems with verbatim.
Georg Brandl
2008-11-19
1
-0/+2
*
patch from issue 1108
Skip Montanaro
2008-11-19
1
-2/+2
*
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
Amaury Forgeot d'Arc
2008-11-18
3
-2/+5
*
when __getattr__ is a descriptor, call it correctly; fixes #4230
Benjamin Peterson
2008-11-17
3
-3/+78
*
improve __hash__ docs
Benjamin Peterson
2008-11-17
1
-17/+17
*
a few fixes on the download page
Benjamin Peterson
2008-11-17
1
-2/+2
*
run autoconf
Benjamin Peterson
2008-11-16
1
-2/+2
*
#4316: fix configure.in markup problem.
Georg Brandl
2008-11-16
1
-1/+1
*
The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
Brett Cannon
2008-11-15
2
-6/+6
*
Clarify the docs for the 'strict' argument to httplib.HTTPConnection.
Brett Cannon
2008-11-15
1
-1/+2
*
#4324: fix getlocale() argument.
Georg Brandl
2008-11-15
1
-1/+1
*
use correct name
Benjamin Peterson
2008-11-11
1
-1/+1
*
Merged revisions 66985,67170,67173,67177-67179 via svnmerge from
Benjamin Peterson
2008-11-10
5
-12/+44
*
fix comment
Benjamin Peterson
2008-11-09
1
-3/+2
*
update link
Benjamin Peterson
2008-11-09
1
-1/+1
*
check for assignment to __debug__ during AST generation
Benjamin Peterson
2008-11-08
3
-17/+11
*
clarify what was added
Benjamin Peterson
2008-11-08
1
-1/+1
*
move context clue to versionchanged tag
Benjamin Peterson
2008-11-08
1
-8/+11
*
a few compile() and ast doc improvements
Benjamin Peterson
2008-11-08
2
-15/+15
*
Fix warning.
Georg Brandl
2008-11-08
1
-1/+1
*
Update "Documenting" a bit. Concentrate on Python-specifics.
Georg Brandl
2008-11-08
4
-108/+7
*
Don't use "HOWTO" as the title for all howto .tex files.
Georg Brandl
2008-11-08
1
-1/+1
*
Issue #4071: ntpath.abspath returned an empty string for long unicode path.
Hirokazu Yamamoto
2008-11-08
1
-6/+20
*
Issue #1656675: Register a drop handler for .py* files on Windows.
Martin v. Löwis
2008-11-07
2
-0/+10
*
Fix syntax.
Georg Brandl
2008-11-07
1
-2/+1
*
Stop including fake manifest file in DLLs directory.
Martin v. Löwis
2008-11-06
1
-4/+6
*
Fix grammar error; reword two paragraphs
Andrew M. Kuchling
2008-11-06
1
-9/+11
*
#4247: add "pass" examples to tutorial.
Georg Brandl
2008-11-06
1
-0/+33
*
Issue #4120: Exclude manifest from extension modules in VS2008.
Martin v. Löwis
2008-11-06
3
-1/+13
*
#4245: move Thread section to the top.
Georg Brandl
2008-11-06
1
-160/+160
*
#4267: small fixes in sqlite3 docs.
Georg Brandl
2008-11-06
1
-8/+7
*
#4268: Use correct module for two toplevel functions.
Georg Brandl
2008-11-06
1
-0/+1
*
#4167: fix markup glitches.
Georg Brandl
2008-11-04
1
-4/+4
*
Issue #4204: Fixed module build errors on FreeBSD 4.
Martin v. Löwis
2008-11-04
6
-26/+38
*
move a FileIO test to test_fileio
Benjamin Peterson
2008-11-03
2
-8/+9
*
clarify by splitting into multiple paragraphs
Benjamin Peterson
2008-11-03
1
-5/+9
*
Issue #3774: Fixed an error when create a Tkinter menu item without command
Hirokazu Yamamoto
2008-11-03
2
-11/+16
*
#4048 make the parser module accept relative imports as valid
Benjamin Peterson
2008-11-03
4
-2/+7
*
rephrase has_key doc
Benjamin Peterson
2008-10-31
2
-1/+3
*
make sure the parser flags and passed onto the compiler
Benjamin Peterson
2008-10-31
5
-13/+65
*
move unprefixed error into .c file
Benjamin Peterson
2008-10-30
2
-2/+2
*
finish backporting binary literals and new octal literals docs
Benjamin Peterson
2008-10-30
2
-9/+12
*
backport bin() documentation
Benjamin Peterson
2008-10-30
2
-1/+11
*
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...
Christian Heimes
2008-10-30
2
-2/+11
[prev]
[next]