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
...
*
#2279: use os.sep so the MANIFEST file test work on win32
Tarek Ziadé
2009-02-16
1
-6/+6
*
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...
Tarek Ziadé
2009-02-16
3
-43/+129
*
Add GC support to count() objects. Backport candidate.
Raymond Hettinger
2009-02-16
1
-0/+5
*
Issue #5260: Various portability and standards compliance fixes, optimizations
Mark Dickinson
2009-02-15
1
-6/+6
*
#5179: don't leak PIPE fds when child execution fails.
Georg Brandl
2009-02-14
2
-0/+19
*
this needn't be a shebang line
Benjamin Peterson
2009-02-14
1
-1/+1
*
we're no longer using CVS, so this doesn't have to be binary
Benjamin Peterson
2009-02-14
1
-31/+30
*
Replace variable
Tarek Ziadé
2009-02-14
1
-1/+1
*
Fix for #5257: refactored all tests in distutils, so they use a temporary dir...
Tarek Ziadé
2009-02-14
7
-74/+64
*
Add keyword argument support to itertools.count().
Raymond Hettinger
2009-02-14
1
-0/+2
*
fix the environ for distutils test_util
Tarek Ziadé
2009-02-13
1
-1/+6
*
Fixed #4524: distutils build_script command failed with --with-suffix=3
Tarek Ziadé
2009-02-13
2
-2/+30
*
Issue #2461: added tests for distutils.util
Tarek Ziadé
2009-02-13
1
-0/+213
*
reverted leak fix, to use the one done in py3k branch (r67382)
Tarek Ziadé
2009-02-13
1
-2/+12
*
#3694: add test for fix committed in r66693.
Georg Brandl
2009-02-13
1
-0/+4
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
1
-3/+18
*
fixing the leak introduced in r69304
Tarek Ziadé
2009-02-12
1
-2/+2
*
One more test.
Raymond Hettinger
2009-02-12
1
-0/+3
*
Add an extra testcase.
Raymond Hettinger
2009-02-12
1
-0/+3
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
1
-1/+36
*
no need for this __bases__ trick anymore
Benjamin Peterson
2009-02-12
1
-1/+1
*
Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
Gregory P. Smith
2009-02-11
1
-0/+8
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
1
-2/+2
*
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...
Tarek Ziadé
2009-02-10
2
-3/+5
*
compileall used the ctime of bytecode and source to determine if the bytecode
Brett Cannon
2009-02-10
2
-7/+78
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
2
-2/+23
*
Checking for tk availability before continuing (basically the same that is do...
Guilherme Polo
2009-02-09
1
-1/+7
*
Some tests for Tkinter.Text.search
Guilherme Polo
2009-02-09
4
-0/+68
*
Fixed issue #4890: Handle empty text search pattern in
Guilherme Polo
2009-02-09
1
-2/+3
*
Turned setup_master public
Guilherme Polo
2009-02-09
1
-22/+19
*
Issue #5170: Fixed Unicode output bug in logging and added test case. This is...
Vinay Sajip
2009-02-08
2
-7/+32
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
1
-6/+6
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
2
-6/+75
*
make destinsrc private
Benjamin Peterson
2009-02-07
2
-6/+6
*
Add test for issue #999042, explict global statement works.
Neil Schemenauer
2009-02-07
1
-0/+7
*
Fix broken test in test_hotshot. Treating the current directory as an
Neil Schemenauer
2009-02-07
1
-1/+7
*
Eliminated the need to use ttk.__loadtk__ and the problems related it.
Guilherme Polo
2009-02-07
2
-36/+42
*
Issue #999042: The Python compiler now handles explict global statements
Neil Schemenauer
2009-02-07
3
-10/+15
*
Make names generated for 'with' variables match the built-in compiler.
Neil Schemenauer
2009-02-07
1
-1/+1
*
#3986 replacing string and types call (like in the Py3k branch), and put exec...
Tarek Ziadé
2009-02-07
2
-24/+55
*
Convert "srcdir" into an absolute path if that seems prudent. Currrently
Neil Schemenauer
2009-02-06
1
-0/+14
*
Overhaul Lib/compiler block ordering. The previous code was filled with
Neil Schemenauer
2009-02-06
2
-159/+97
*
Fixed #5167: test_customize_compiler does not apply under non unix compilers
Tarek Ziadé
2009-02-06
1
-0/+6
*
Ivan on IRC in #twisted reported this crasher.
Armin Rigo
2009-02-06
1
-0/+5
*
Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...
Kristján Valur Jónsson
2009-02-06
1
-5/+7
*
removed types usage and added test coverage (work for #3986)
Tarek Ziadé
2009-02-06
2
-9/+51
*
Fixed #3987 : removed unused import
Tarek Ziadé
2009-02-06
1
-1/+0
*
fixed #1520877: now distutils reads Read from the environment/Makefile
Tarek Ziadé
2009-02-06
2
-3/+28
*
using >= so setting verbose to 2 will work as well
Tarek Ziadé
2009-02-06
2
-6/+6
*
Implement issue #4285, convert sys.version_info to a named
Eric Smith
2009-02-06
1
-1/+13
[prev]
[next]