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
...
*
Fix for issue 1770190: platform.mac_ver() now returns the right
Ronald Oussoren
2008-05-08
1
-1/+11
*
Fix-up the enumerate type example and move it to the end.
Raymond Hettinger
2008-05-08
1
-10/+9
*
The __all__ variable forgot to expose the gcd() function.
Raymond Hettinger
2008-05-08
1
-1/+1
*
Frozensets do not benefit from autoconversion.
Raymond Hettinger
2008-05-08
1
-3/+3
*
Practice EAFP, and revert 62787
Benjamin Peterson
2008-05-07
1
-3/+0
*
Replace more float hacks with correct math functions
Christian Heimes
2008-05-07
1
-7/+7
*
update .bzrignore
Benjamin Peterson
2008-05-07
1
-1/+5
*
Re-added getbuildinfo.c solution item
Christian Heimes
2008-05-06
1
-0/+1
*
Create a TextMate directory in Misc to house a Python-Dev bundle.
Brett Cannon
2008-05-06
7
-0/+194
*
Disabled some unit tests for the upcoming release. See #2777
Christian Heimes
2008-05-06
1
-6/+6
*
Add an entry about audiodev being slated for removal in 3.0.
Brett Cannon
2008-05-06
1
-0/+2
*
Deprecate the audiodev module for 3.0.
Brett Cannon
2008-05-06
3
-1/+40
*
When testing a module's __all__, we really don't care if it is deprecated.
Brett Cannon
2008-05-06
1
-15/+10
*
Implemented PEP 370
Christian Heimes
2008-05-06
10
-62/+397
*
Make the Python implementation of warnings compatible with the C implementati...
Benjamin Peterson
2008-05-06
1
-0/+3
*
Fix logic error in Python/_warnings.c and add a test to verify
Benjamin Peterson
2008-05-06
2
-0/+11
*
> != (!<).
Georg Brandl
2008-05-06
1
-2/+2
*
#2773: fix description of 'g' and 'G' formatting spec.
Georg Brandl
2008-05-06
1
-6/+6
*
Intern static string
Christian Heimes
2008-05-06
2
-12/+2
*
fix issue2707 - os.walk docstring example correctness typo.
Gregory P. Smith
2008-05-06
1
-1/+2
*
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
Brett Cannon
2008-05-06
2
-3/+3
*
PEP 8 nits in json package
Benjamin Peterson
2008-05-06
3
-2/+3
*
Fix a bug introduced in r62627. see issue2760 and issue2632.
Gregory P. Smith
2008-05-05
2
-19/+45
*
#2752: fix second example too.
Georg Brandl
2008-05-05
1
-1/+1
*
#2769: markup glitch.
Georg Brandl
2008-05-05
1
-1/+1
*
Fix JSON module docs.
Georg Brandl
2008-05-05
1
-142/+108
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
34
-1/+2886
*
Revert bogus checkin in r62724 to that file.
Martin v. Löwis
2008-05-05
1
-1/+1
*
Fix Unicode filename test.
Martin v. Löwis
2008-05-05
1
-4/+6
*
Issue #1734346: Support Unicode file names for zipfiles.
Martin v. Löwis
2008-05-05
4
-7/+36
*
Remove the use of 'inspect' from 'warnings' for detected deprecated use of the
Brett Cannon
2008-05-05
1
-5/+12
*
Add a DeprecationWarning for when warnings.showwarning() is set to a function
Brett Cannon
2008-05-05
5
-16/+90
*
Remove method signatures from the docstrings of io.py
Benjamin Peterson
2008-05-04
1
-50/+38
*
#2695: Do case-insensitive check for algorithms.
Georg Brandl
2008-05-04
1
-0/+2
*
Fix typo in bugs.rst
Benjamin Peterson
2008-05-04
1
-1/+1
*
#2757: Remove spare newline.
Georg Brandl
2008-05-04
1
-1/+0
*
Implemented feature request 2157: Converter names are cut off at '('
Gerhard Häring
2008-05-04
3
-10/+26
*
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
Gerhard Häring
2008-05-04
2
-2/+46
*
SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG
Gerhard Häring
2008-05-04
1
-4/+0
*
Added note that Python requires at least Win2k SP4
Christian Heimes
2008-05-04
1
-0/+3
*
#2752: wrong meaning of '' for socket host.
Georg Brandl
2008-05-04
1
-1/+1
*
Fix typo in whatsnew
Benjamin Peterson
2008-05-04
1
-1/+3
*
Make sure that Context traps and flags dictionaries have values 0 and 1
Mark Dickinson
2008-05-04
1
-2/+2
*
Some very minor changes to decimal.py in Python 2.6, aimed
Mark Dickinson
2008-05-04
1
-9/+9
*
Moved testing of builtin types out of test_builtin and into type specific mod...
Benjamin Peterson
2008-05-03
7
-694/+745
*
Insert correct OpenSearch base URL.
Georg Brandl
2008-05-03
1
-1/+1
*
Backport Raymond's changes in r60508 to Python 2.6.
Mark Dickinson
2008-05-03
2
-6/+6
*
The compiling struct is now passed around to all AST helpers (see issue 2720)
Benjamin Peterson
2008-05-03
1
-32/+32
*
In test_io, StatefulIncrementalDecoderTest was not part of the test suite.
Amaury Forgeot d'Arc
2008-05-03
2
-8/+7
*
Fix the C implementation of 'warnings' to infer the filename of the module that
Brett Cannon
2008-05-03
2
-0/+84
[prev]
[next]