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
*
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
Jeffrey Yasskin
2009-02-28
11
-178/+228
*
Issue #5393: typo in cmath.cos and cmath.cosh docstring
Mark Dickinson
2009-02-28
1
-2/+2
*
Binary flag is needed on windows.
Hirokazu Yamamoto
2009-02-28
1
-2/+2
*
Issue #1733986: Fixed mmap crash in accessing elements of second map object
Hirokazu Yamamoto
2009-02-28
3
-1/+32
*
Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer
Hirokazu Yamamoto
2009-02-28
3
-4/+46
*
Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil...
Tarek Ziadé
2009-02-28
3
-6/+184
*
#5365: add quick look conversion table for different time representations.
Georg Brandl
2009-02-27
1
-0/+18
*
#5344: fix punctuation.
Georg Brandl
2009-02-27
1
-1/+1
*
#5363: fix cmpfiles() docs. Another instance where a prose description is twi...
Georg Brandl
2009-02-27
1
-9/+16
*
#5361: fix typo.
Georg Brandl
2009-02-27
1
-1/+1
*
Issue #5052: make Distutils compatible with 2.3 again.
Tarek Ziadé
2009-02-27
7
-38/+185
*
Give mapping views a usable repr.
Raymond Hettinger
2009-02-27
1
-0/+3
*
Fix a bug where code was trying to index an int. Left over from the situation
Brett Cannon
2009-02-27
2
-4/+7
*
more info on long_description
Tarek Ziadé
2009-02-27
2
-126/+157
*
removed unused import
Tarek Ziadé
2009-02-26
1
-1/+1
*
The curses panel library is now supported
Andrew M. Kuchling
2009-02-26
1
-1/+1
*
remove deprecated symtable.Symbol methods
Benjamin Peterson
2009-02-26
3
-31/+4
*
comma
Benjamin Peterson
2009-02-26
1
-1/+1
*
the startship is rather outdated now
Benjamin Peterson
2009-02-26
1
-3/+0
*
Document that setting sys.py3kwarning wont do anything.
Georg Brandl
2009-02-26
1
-1/+3
*
fix str.format()'s first arg #5371
Benjamin Peterson
2009-02-26
1
-1/+1
*
Fix typo.
Raymond Hettinger
2009-02-26
1
-1/+1
*
Clarify Counter() docs.
Raymond Hettinger
2009-02-25
1
-8/+6
*
Fixed #5316 : test failure in test_site
Tarek Ziadé
2009-02-25
3
-6/+7
*
Replace long with twodigits, to avoid depending
Mark Dickinson
2009-02-25
1
-1/+1
*
Remove reference to zero argument form of super() in 2.x docs.
Raymond Hettinger
2009-02-25
1
-2/+1
*
More markup and spelling fixes.
Raymond Hettinger
2009-02-25
1
-6/+6
*
Restore Py2.x version of sample call to super().
Raymond Hettinger
2009-02-25
2
-6/+7
*
Sync-up py3.1 doc updates for super().
Raymond Hettinger
2009-02-25
1
-17/+26
*
Tools/scripts/analyze_dxp.py, a module with some helper functions to
Jeffrey Yasskin
2009-02-24
2
-0/+130
*
Expand upon test_site.test_s_option to try to debug its failure.
Brett Cannon
2009-02-24
1
-1/+2
*
Backport 69934: Register xrange() as a Sequence.
Raymond Hettinger
2009-02-24
2
-0/+4
*
Fix call to os.waitpid, it does not take keyword args.
Neil Schemenauer
2009-02-24
1
-1/+1
*
update README on running tests
Benjamin Peterson
2009-02-24
1
-1/+4
*
Update itertools recipes to use next().
Raymond Hettinger
2009-02-23
1
-7/+6
*
Fix grammar.
Georg Brandl
2009-02-23
1
-3/+3
*
#5352: str.count() counts non-overlapping instances.
Georg Brandl
2009-02-23
1
-3/+3
*
more test coverage
Tarek Ziadé
2009-02-23
2
-0/+150
*
#5349: C++ pure virtuals can also have an implementation.
Georg Brandl
2009-02-23
1
-1/+1
*
#5348: format() converts all kinds of values.
Georg Brandl
2009-02-23
1
-0/+20
*
- Link the shared python library with $(MODLIBS).
Matthias Klose
2009-02-22
2
-3/+5
*
Removing unused __main__ sections
Tarek Ziadé
2009-02-22
2
-9/+0
*
removing map and lambda usage, so the test is similar to py3k's branch one
Tarek Ziadé
2009-02-22
1
-2/+3
*
moved distutils.text_file tests into a real unittest class
Tarek Ziadé
2009-02-22
2
-77/+87
*
Revert debugging statements, culprit is possibly test_distutils (see #5316)
Antoine Pitrou
2009-02-22
1
-2/+1
*
Try to make sense of the test_site buildbot failures
Antoine Pitrou
2009-02-22
1
-1/+2
*
using versionchanged instead of versionadded for distutils doc on sdist defau...
Tarek Ziadé
2009-02-22
2
-15/+9
*
fix compiler warnings
Benjamin Peterson
2009-02-21
1
-6/+6
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
56
-93/+93
*
#5338, #5339: two types in the API manual.
Georg Brandl
2009-02-21
2
-2/+2
[next]