Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f8476c15730939c4ee64d94f08c2d6e40b09195d
f8476c1
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
by Mark Dickinson
· 17 years ago
8bd5334
Add 2.6b1 and 2.6b2 UUIDs.
by Martin v. Löwis
· 17 years ago
e81c376
Issue #2801: fix bug in float.is_integer where ValueError
by Mark Dickinson
· 17 years ago
17433d2
Add --user option to build_ext
by Christian Heimes
· 17 years ago
ba290db
Update planned release date. Uncomment PEP 370 section. Add some module items
by Andrew M. Kuchling
· 17 years ago
68fd63b
Add a note about using reload().
by Georg Brandl
· 17 years ago
2e829cb
Add Kodos as a re reference.
by Georg Brandl
· 17 years ago
3ddaf2d
Add another link to colorsys docs.
by Georg Brandl
· 17 years ago
dfb5bbd
Add a sentence to basicConfig() that is in the docstring.
by Georg Brandl
· 17 years ago
5117409
#2781: fix function name.
by Georg Brandl
· 17 years ago
ada12e3
#2788: add .hgignore file.
by Georg Brandl
· 17 years ago
fa24d9a
Deprecate the toaiff module for removal in 3.0.
by Brett Cannon
· 17 years ago
3c75914
Deprecate test.testall for removal in 3.0.
by Brett Cannon
· 17 years ago
d7265d6
Deprecate the new module for removal in 3.0.
by Brett Cannon
· 17 years ago
d03238a
reindent example
by Benjamin Peterson
· 17 years ago
e404a12
Add an example about using NamedTemporaryFile() to replace mktemp(). I'm
by Skip Montanaro
· 17 years ago
0893a0a
Add Py3k warnings to os.path.walk
by Benjamin Peterson
· 17 years ago
9ec4aa0
Replace instances of os.path.walk with os.walk
by Benjamin Peterson
· 17 years ago
e3b1940
Deprecate the user module for removal in 3.0.
by Brett Cannon
· 17 years ago
cae4f5f
Add test.test_support.catch_warning()'s new argument.
by Brett Cannon
· 17 years ago
3c1d50a
Add a missing entry on the fix for issue #2790.
by Brett Cannon
· 17 years ago
be1501b
Fix sys.flags to properly expose bytes_warning.
by Brett Cannon
· 17 years ago
98b9c07
Document the 'record' argument for test.test_support.catch_warning().
by Brett Cannon
· 17 years ago
5d023c3
Fix a bug introduced by the addition of the 'record' argument to
by Brett Cannon
· 17 years ago
6071cc8
Deprecate stringold for removal in 3.0.
by Brett Cannon
· 17 years ago
bfb997d
Make test.test_support.catch_warning() take an argument specifying if any
by Brett Cannon
· 17 years ago
9d44182
The mutex module has been deprecated for removal in 3.0.
by Brett Cannon
· 17 years ago
80bb9d9
Deprecate the imputil module for removal in 3.0.
by Brett Cannon
· 17 years ago
f8105ce
Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard().
by Raymond Hettinger
· 17 years ago
bf5bd9f
Post tag updates.
by Barry Warsaw
· 17 years ago
f8a0ded
Tagging 2.6a3
by Barry Warsaw
· 17 years ago
6cc7940
Bump to 2.6a3
by Barry Warsaw
· 17 years ago
c27b8b8
Fix for issue 1770190: platform.mac_ver() now returns the right
by Ronald Oussoren
· 17 years ago
5a9fed7
Fix-up the enumerate type example and move it to the end.
by Raymond Hettinger
· 17 years ago
cf98f03
The __all__ variable forgot to expose the gcd() function.
by Raymond Hettinger
· 17 years ago
c5a1cc5
Frozensets do not benefit from autoconversion.
by Raymond Hettinger
· 17 years ago
2e6407d
Practice EAFP, and revert 62787
by Benjamin Peterson
· 17 years ago
33e4a98
Replace more float hacks with correct math functions
by Christian Heimes
· 17 years ago
342c095
update .bzrignore
by Benjamin Peterson
· 17 years ago
5be0176
Re-added getbuildinfo.c solution item
by Christian Heimes
· 17 years ago
34f18fd
Create a TextMate directory in Misc to house a Python-Dev bundle.
by Brett Cannon
· 17 years ago
c2ca6db
Disabled some unit tests for the upcoming release. See #2777
by Christian Heimes
· 17 years ago
f843682
Add an entry about audiodev being slated for removal in 3.0.
by Brett Cannon
· 17 years ago
e5d2cba
Deprecate the audiodev module for 3.0.
by Brett Cannon
· 17 years ago
7961823
When testing a module's __all__, we really don't care if it is deprecated.
by Brett Cannon
· 17 years ago
af748c3
Implemented PEP 370
by Christian Heimes
· 17 years ago
323c40d
Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning
by Benjamin Peterson
· 17 years ago
d295032
Fix logic error in Python/_warnings.c and add a test to verify
by Benjamin Peterson
· 17 years ago
c730d5f
> != (!<).
by Georg Brandl
· 17 years ago
5820022
#2773: fix description of 'g' and 'G' formatting spec.
by Georg Brandl
· 17 years ago
c8a0d2f
Intern static string
by Christian Heimes
· 17 years ago
8e49973
fix issue2707 - os.walk docstring example correctness typo.
by Gregory P. Smith
· 17 years ago
e3dcb01
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
by Brett Cannon
· 17 years ago
0b7f778
PEP 8 nits in json package
by Benjamin Peterson
· 17 years ago
24237ea
Fix a bug introduced in r62627. see issue2760 and issue2632.
by Gregory P. Smith
· 17 years ago
98fd036
#2752: fix second example too.
by Georg Brandl
· 17 years ago
cb63565
#2769: markup glitch.
by Georg Brandl
· 17 years ago
3961f18
Fix JSON module docs.
by Georg Brandl
· 17 years ago
4b964f9
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
by Brett Cannon
· 17 years ago
5f2e0e5
Revert bogus checkin in r62724 to that file.
by Martin v. Löwis
· 17 years ago
c3ad68c
Fix Unicode filename test.
by Martin v. Löwis
· 17 years ago
471617d
Issue #1734346: Support Unicode file names for zipfiles.
by Martin v. Löwis
· 17 years ago
9c19bc6
Remove the use of 'inspect' from 'warnings' for detected deprecated use of the
by Brett Cannon
· 17 years ago
8a232cc
Add a DeprecationWarning for when warnings.showwarning() is set to a function
by Brett Cannon
· 17 years ago
9ae080e
Remove method signatures from the docstrings of io.py
by Benjamin Peterson
· 17 years ago
8d66dcd
#2695: Do case-insensitive check for algorithms.
by Georg Brandl
· 17 years ago
83ea2a9
Fix typo in bugs.rst
by Benjamin Peterson
· 17 years ago
bc04346
#2757: Remove spare newline.
by Georg Brandl
· 17 years ago
e11c9b3
Implemented feature request 2157: Converter names are cut off at '('
by Gerhard Häring
· 17 years ago
5a366c3
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
by Gerhard Häring
· 17 years ago
ffa3357
SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG
by Gerhard Häring
· 17 years ago
7e3ab45
Added note that Python requires at least Win2k SP4
by Christian Heimes
· 17 years ago
08c7218
#2752: wrong meaning of '' for socket host.
by Georg Brandl
· 17 years ago
8334330
Fix typo in whatsnew
by Benjamin Peterson
· 17 years ago
71f3b85
Make sure that Context traps and flags dictionaries have values 0 and 1
by Mark Dickinson
· 17 years ago
8aca9d0
Some very minor changes to decimal.py in Python 2.6, aimed
by Mark Dickinson
· 17 years ago
979395b
Moved testing of builtin types out of test_builtin and into type specific modules
by Benjamin Peterson
· 17 years ago
761b9c6
Insert correct OpenSearch base URL.
by Georg Brandl
· 17 years ago
1840c1a
Backport Raymond's changes in r60508 to Python 2.6.
by Mark Dickinson
· 17 years ago
2b30ea0
The compiling struct is now passed around to all AST helpers (see issue 2720)
by Benjamin Peterson
· 17 years ago
7684f85
In test_io, StatefulIncrementalDecoderTest was not part of the test suite.
by Amaury Forgeot d'Arc
· 17 years ago
64a4bbe
Fix the C implementation of 'warnings' to infer the filename of the module that
by Brett Cannon
· 17 years ago
ab9cc1b
Fix some indentation errors.
by Brett Cannon
· 17 years ago
56fcb0b
capitalization nit for reStructuredText
by Benjamin Peterson
· 17 years ago
26f545c
Fix for issue #2520 (cannot import macerrors)
by Ronald Oussoren
· 17 years ago
f2ef92c
Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard
by Ronald Oussoren
· 17 years ago
6780a9d
Merged revisions 62263-62646 via svnmerge from
by Martin v. Löwis
· 17 years ago
85f1970
Finish fix for issue2573, previous patch was incomplete.
by Ronald Oussoren
· 17 years ago
580c7fe
Fix for issue #2573: Can't change the framework name on OS X builds
by Ronald Oussoren
· 17 years ago
ee340e5
Fixed some test structures. Thanks Mark Dickinson.
by Facundo Batista
· 17 years ago
7c5c8e6
#2581: Vista UAC/elevation support for bdist_wininst
by Mark Hammond
· 17 years ago
f8cc640
This should fix issue2632. A long description of the two competing
by Gregory P. Smith
· 17 years ago
b457dda
Fix a backwards-compatibility mistake where a new optional argument for
by Brett Cannon
· 17 years ago
0c65fe6
Fix synopsis.
by Georg Brandl
· 17 years ago
80ef62e
Fix typo in whatsnew
by Benjamin Peterson
· 17 years ago
95287fa
Remove some from __future__ import with_statements
by Benjamin Peterson
· 17 years ago
655fc70
#1748: use functools.wraps instead of rolling own metadata update.
by Georg Brandl
· 17 years ago
d8f2d0b
make test_support's captured_output a bit more robust when exceptions happen
by Benjamin Peterson
· 17 years ago
63b0a2e
#2727: clarify tp_iternext docs.
by Georg Brandl
· 17 years ago
28e0873
#2719: backport next() from 3k.
by Georg Brandl
· 17 years ago
Next »