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
*
set Print.values to NULL if there are no values
Benjamin Peterson
2009-06-13
1
-9/+12
*
handle different rc format
Benjamin Peterson
2009-06-13
1
-1/+4
*
special case release candidates
Benjamin Peterson
2009-06-13
1
-2/+4
*
use 'rc' for release candidates for consistency
Benjamin Peterson
2009-06-13
1
-1/+1
*
allow importing from a module named None if it has an 'as' clause
Benjamin Peterson
2009-06-13
2
-4/+8
*
prevent import statements from assigning to None
Benjamin Peterson
2009-06-13
3
-11/+34
*
keep the slice.step field as NULL if no step expression is given
Benjamin Peterson
2009-06-13
3
-8/+10
*
Revert r73401 per Raymond Hettinger's request.
Alexandre Vassalotti
2009-06-12
2
-8/+6
*
Make pickling of OrderedDict instances more efficient.
Alexandre Vassalotti
2009-06-12
2
-6/+8
*
Delete outdated make file for building the parser with MSVC 6.
Alexandre Vassalotti
2009-06-12
1
-45/+0
*
Add const qualifier to PyErr_SetFromErrnoWithFilename and to
Alexandre Vassalotti
2009-06-12
2
-4/+5
*
Re-enable testing of builtin open() in test_bufio in test_largefile
Antoine Pitrou
2009-06-12
2
-4/+13
*
Try to restore the old test_file and test_univnewlines as new, different files
Antoine Pitrou
2009-06-12
4
-95/+461
*
Restore the old test_file.py (for the builtin file object) as a new file name...
Antoine Pitrou
2009-06-12
1
-0/+344
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
21
-3031/+11878
*
Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.
Alexandre Vassalotti
2009-06-12
1
-2/+2
*
Support AMD64 in msilib. Set Win64 on reglocator.
Martin v. Löwis
2009-06-12
3
-5/+16
*
Issue 6261: Clarify behavior of random.uniform().
Raymond Hettinger
2009-06-11
2
-1/+3
*
remove check for case handled in sub-function
Benjamin Peterson
2009-06-11
1
-3/+0
*
Move comment to correct line.
Raymond Hettinger
2009-06-11
1
-2/+2
*
Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,...
Benjamin Peterson
2009-06-11
64
-304/+383
*
Add example of how to do key lookups with bisect().
Raymond Hettinger
2009-06-11
1
-1/+19
*
use multi-with syntax
Benjamin Peterson
2009-06-11
1
-2/+1
*
revert r73361
Benjamin Peterson
2009-06-11
1
-0/+4
*
remove duplicate check
Benjamin Peterson
2009-06-11
1
-4/+0
*
pep8-fied cygwinccompiler module
Tarek Ziadé
2009-06-11
1
-65/+30
*
Issue #5262: Improved fix.
Vinay Sajip
2009-06-11
1
-11/+11
*
Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFil...
Vinay Sajip
2009-06-11
2
-14/+22
*
#6263 fixed syntax error in distutils.cygwinccompiler
Tarek Ziadé
2009-06-11
3
-2/+37
*
removed the last string.split() call
Tarek Ziadé
2009-06-11
1
-2/+1
*
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...
Tarek Ziadé
2009-06-11
3
-7/+51
*
Fix a typo spotted by Nick Coghlan.
Amaury Forgeot d'Arc
2009-06-10
1
-1/+1
*
Distutils: started code cleanup and test coverage for cygwinccompiler
Tarek Ziadé
2009-06-10
2
-71/+170
*
Fix signed/unsigned compiler warning.
Raymond Hettinger
2009-06-10
1
-1/+1
*
Issue 6256: Fix stacklevel in warning message.
Raymond Hettinger
2009-06-10
1
-1/+1
*
fix spelling
Benjamin Peterson
2009-06-10
1
-1/+1
*
Missing import in test_curses, uncovered by some buildbots.
Amaury Forgeot d'Arc
2009-06-09
1
-0/+1
*
Both kind of types are concerned.
Amaury Forgeot d'Arc
2009-06-09
1
-1/+1
*
#6201: Fix test_winreg on Windows:
Amaury Forgeot d'Arc
2009-06-09
2
-35/+33
*
Avoid invoking the parser/compiler just to test the presence of a function.
Amaury Forgeot d'Arc
2009-06-09
1
-5/+1
*
update symbol.py from with statement changes
Benjamin Peterson
2009-06-09
1
-1/+1
*
explain why keyword names are not just NAME
Benjamin Peterson
2009-06-09
1
-1/+3
*
make ast.c depend on the grammar
Benjamin Peterson
2009-06-09
1
-1/+1
*
Restored a test that was erroneously removed. See issue 6198.
Eric Smith
2009-06-09
1
-1/+1
*
Issue 2947: document how return code handling translates from
R. David Murray
2009-06-09
2
-10/+24
*
remove error checks already done in set_context()
Benjamin Peterson
2009-06-08
4
-30/+5
*
remove useless assertion
Benjamin Peterson
2009-06-08
1
-1/+0
*
This is a fix for Issue5809: you shouldn't specify both --enable-framework and
Ronald Oussoren
2009-06-08
3
-5733/+4907
*
This checkin adds a symlink to the lib directory of a framework install
Ronald Oussoren
2009-06-08
1
-0/+1
*
Typo fix.
Georg Brandl
2009-06-08
1
-1/+1
[next]