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
...
*
Fix test_build_ext.py to work when building in a separate directory.
Neil Schemenauer
2009-02-05
1
-5/+9
*
Since sysconfig.get_python_inc() now works when building in a
Neil Schemenauer
2009-02-05
1
-21/+4
*
Fix get_python_inc() to work when building in a directory separate from
Neil Schemenauer
2009-02-05
1
-5/+11
*
Fix comment for #1835
Tarek Ziadé
2009-02-05
1
-6/+1
*
Minor doc fixups.
Raymond Hettinger
2009-02-04
1
-3/+6
*
issue 4804: Provide checks for the format string of strftime, and for the "m...
Kristján Valur Jónsson
2009-02-04
1
-1/+1
*
Make importlib backwards-compatible to Python 2.2 (but this is not promised to
Brett Cannon
2009-02-03
1
-3/+16
*
Backport importlib to at least Python 2.5 by getting rid of use of str.format.
Brett Cannon
2009-02-03
1
-1/+1
*
Make importlib a package. This allows using svn:externals in the sandbox to
Brett Cannon
2009-02-03
1
-0/+0
*
Register decimals as numbers.Number
Raymond Hettinger
2009-02-03
2
-0/+14
*
Validate that __length_hint__ returns a usable result.
Raymond Hettinger
2009-02-03
1
-0/+10
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
1
-0/+31
*
Moving to importlib
Guilherme Polo
2009-02-02
1
-4/+3
*
Restore the previous geometry before leaving the test
Guilherme Polo
2009-02-02
1
-2/+3
*
Use a single Tcl interpreter through all these tests, this may help some
Guilherme Polo
2009-02-02
4
-16/+34
*
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
Guilherme Polo
2009-02-01
1
-1/+7
*
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
Gregory P. Smith
2009-01-31
1
-6/+30
*
I believe the intention here was to avoid a global lookup
Benjamin Peterson
2009-01-31
1
-1/+1
*
Add an extra test for long <-> float hash equivalence.
Mark Dickinson
2009-01-31
1
-0/+1
*
check the errno in bad fd cases
Benjamin Peterson
2009-01-31
1
-2/+8
*
make _tkinter._flatten check the result of PySequence_Size for errors #3880
Benjamin Peterson
2009-01-30
1
-1/+10
*
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
2
-1/+29
*
Fix issue5075: bdist_wininst should not depend on the vc runtime?
Mark Hammond
2009-01-29
2
-0/+0
*
Issue 4920: Fixed next() vs __next__() issues in the ABCs
Raymond Hettinger
2009-01-28
2
-4/+65
*
Issue #5083: New 'gui' resource for regrtest.
Guilherme Polo
2009-01-28
1
-1/+3
*
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
*
Added the ttk module. See issue #2983: Ttk support for Tkinter.
Guilherme Polo
2009-01-28
11
-0/+3685
*
use True and False
Benjamin Peterson
2009-01-27
1
-3/+3
*
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
1
-1/+1
*
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
1
-38/+78
*
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
*
Backport importlib in the form of providing importlib.import_module(). This has
Brett Cannon
2009-01-26
2
-0/+211
*
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
Tarek Ziadé
2009-01-25
2
-11/+70
*
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
1
-7/+5
*
Promote compress() from a recipe to being a regular itertool.
Raymond Hettinger
2009-01-25
1
-8/+32
*
Issue #4863, removing remaining bits
Tarek Ziadé
2009-01-25
1
-1/+0
*
Fixed #4863: removed distutils.mwerkscompiler
Tarek Ziadé
2009-01-25
2
-251/+0
*
fix building the core with --disable-unicode
Benjamin Peterson
2009-01-25
1
-1/+0
[prev]
[next]