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
*
make _tkinter._flatten check the result of PySequence_Size for errors #3880
Benjamin Peterson
2009-01-30
2
-2/+13
*
pep8tify conditionals
Benjamin Peterson
2009-01-30
1
-29/+58
*
fixed test_make_distribution so it runs on any platform, as long as tar an gz...
Tarek Ziadé
2009-01-29
1
-9/+6
*
Issue #2047: shutil.move() could believe that its destination path was
Antoine Pitrou
2009-01-29
3
-1/+33
*
Fix issue5075: bdist_wininst should not depend on the vc runtime?
Mark Hammond
2009-01-29
4
-91/+92
*
Fix typo.
Raymond Hettinger
2009-01-29
1
-1/+1
*
Update itertools.__doc__ to include all tools.
Raymond Hettinger
2009-01-29
1
-5/+12
*
fix download url
Benjamin Peterson
2009-01-29
1
-1/+1
*
Ignore .pyc and .pyo files.
Brett Cannon
2009-01-29
0
-0/+0
*
Minor spelling mistake in datetime docs.
Brett Cannon
2009-01-29
1
-1/+1
*
Clarify some __del__ stuff.
Brett Cannon
2009-01-29
1
-1/+3
*
Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...
Raymond Hettinger
2009-01-28
1
-15/+13
*
Issue 4920: Fixed next() vs __next__() issues in the ABCs
Raymond Hettinger
2009-01-28
3
-4/+68
*
Issue #5083: New 'gui' resource for regrtest.
Guilherme Polo
2009-01-28
2
-1/+8
*
Make sure the root windows gets destroyed
Guilherme Polo
2009-01-28
1
-1/+4
*
* Renaming test_tk_* to test_ttk_* since that is what they are testing.
Guilherme Polo
2009-01-28
3
-2/+20
*
Added support for collecting tests only from specific packages.
Guilherme Polo
2009-01-28
1
-4/+11
*
Demos for ttk added.
Guilherme Polo
2009-01-28
16
-0/+1197
*
Added the ttk module. See issue #2983: Ttk support for Tkinter.
Guilherme Polo
2009-01-28
14
-1/+5089
*
use True and False
Benjamin Peterson
2009-01-27
1
-3/+3
*
On Windows, use the Python 'Activation Context' when loading extensions
Mark Hammond
2009-01-27
2
-2/+76
*
Add more tests for the powerset() recipe.
Raymond Hettinger
2009-01-27
1
-0/+6
*
More exhaustive combinatoric checks.
Raymond Hettinger
2009-01-27
1
-16/+28
*
Issue 5021: doctest.testfile should set __name__
Raymond Hettinger
2009-01-27
2
-1/+4
*
Stronger tests for combinatoric relationships.
Raymond Hettinger
2009-01-27
2
-1/+9
*
Add tests to verify combinatoric relationships.
Raymond Hettinger
2009-01-27
1
-0/+26
*
excellent place to use a set() #5069
Benjamin Peterson
2009-01-27
1
-2/+2
*
Promote combinations_with_replacement() from a recipe to a regular itertool.
Raymond Hettinger
2009-01-27
5
-59/+379
*
Tweak column alignment for collections docs.
Raymond Hettinger
2009-01-27
1
-33/+26
*
Remove startup firewall message. That is handled by an error dialog
Raymond Hettinger
2009-01-26
1
-12/+2
*
Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. Thanks
Mark Dickinson
2009-01-26
1
-1/+1
*
Fix comment.
Mark Dickinson
2009-01-26
1
-3/+3
*
Fix undefined behaviour (left shift of negative value) in long_hash. Also,
Mark Dickinson
2009-01-26
1
-9/+10
*
Copy over docs on advanced role features from Sphinx docs.
Georg Brandl
2009-01-26
1
-3/+15
*
Fix signed/unsigned mismatch.
Raymond Hettinger
2009-01-26
1
-1/+1
*
Backport importlib in the form of providing importlib.import_module(). This has
Brett Cannon
2009-01-26
5
-0/+242
*
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
Tarek Ziadé
2009-01-25
3
-11/+73
*
No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large...
Mark Dickinson
2009-01-25
1
-1/+1
*
added missing module docstring
Tarek Ziadé
2009-01-25
1
-0/+5
*
Issue #5052: removed backward compatibility information (out of date)
Tarek Ziadé
2009-01-25
36
-72/+0
*
Improved itertools recipe for generating powerset().
Raymond Hettinger
2009-01-25
2
-12/+8
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
5
-13/+206
*
Issue #4863, removing remaining bits
Tarek Ziadé
2009-01-25
2
-18/+0
*
Fixed #4863: removed distutils.mwerkscompiler
Tarek Ziadé
2009-01-25
3
-251/+2
*
Fixed compile error on windows.
Hirokazu Yamamoto
2009-01-25
1
-1/+1
*
fix building the core with --disable-unicode
Benjamin Peterson
2009-01-25
7
-22/+70
*
Remove uses of cmp from the decimal module.
Mark Dickinson
2009-01-25
1
-3/+15
*
Properly document multiprocessing's logging support, resolve outstanding issu...
Jesse Noller
2009-01-25
5
-20/+82
*
Issue #3657: fix occasional test_pickletools failures.
Mark Dickinson
2009-01-24
1
-5/+5
*
Issue #1672332: Fix unpickling of subnormal floats, which was raising
Mark Dickinson
2009-01-24
3
-1/+15
[next]