Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
32c2e41c82c2d0f967a0f435f88168583218f262
32c2e41
fix Windows building for multiprocessing
by Benjamin Peterson
· 16 years ago
e29a103
Add test for heapq using both __lt__ and __le__.
by Raymond Hettinger
· 16 years ago
a809c98
Note PEP 371 section
by Andrew M. Kuchling
· 16 years ago
6fbfb48
Optimize previous checkin for heapq.
by Raymond Hettinger
· 16 years ago
e605e4f
fix import of multiprocessing by juggling imports
by Benjamin Peterson
· 16 years ago
f0bc3cb
Issue 3051: Let heapq work with either __lt__ or __le__.
by Raymond Hettinger
· 16 years ago
4267be6
Multi-arg form for set.difference() and set.difference_update().
by Raymond Hettinger
· 16 years ago
9d53457
Merge in release25-maint r60793:
by Gregory P. Smith
· 16 years ago
73baefd
Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function.
by Thomas Heller
· 16 years ago
e0b9261
swap stringobject.h and bytesobject.h contents to make sense. PyString in
by Gregory P. Smith
· 16 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 16 years ago
d529986
convert test_struct to a unittest thanks to Giampaolo Rodola
by Benjamin Peterson
· 16 years ago
610a93e
Handle the case with zero arguments.
by Raymond Hettinger
· 16 years ago
363070a
Update numbers doc for the Integral simplification.
by Raymond Hettinger
· 16 years ago
caea65e
Mini-PEP: Simplifying numbers.py
by Raymond Hettinger
· 16 years ago
31296c0
backport of 64096
by Benjamin Peterson
· 16 years ago
8e8de4a
Correct test_pydoc for win32 platforms, to account for normalized URLs:
by Amaury Forgeot d'Arc
· 16 years ago
b7fea62
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
by Gregory P. Smith
· 16 years ago
482f312
Documented the new AST constructor.
by Armin Ronacher
· 16 years ago
3079be5
Fix a formatting error in the ast documentation.
by Armin Ronacher
· 16 years ago
99a3dce
More reverting of r63675 per the mailing list discussions. This restores
by Gregory P. Smith
· 16 years ago
b67b53d
Fixed test to reflect new filedispatcher semantics, as well as two
by Josiah Carlson
· 16 years ago
1cec7aa
NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero.
by Thomas Heller
· 16 years ago
dcea9a9
Add an optional 'offset' parameter to byref, defaultingto zero.
by Thomas Heller
· 16 years ago
60977c7
more markup fix.
by Georg Brandl
· 16 years ago
0099e72
fix markup
by Benjamin Peterson
· 16 years ago
8550d69
#2536: fix itertools.permutations and itertools.combinations docstrings.
by Georg Brandl
· 16 years ago
901c997
Issue 3048: Fixed sys.getsizeof for unicode objects.
by Robert Schuppenies
· 16 years ago
0705bc0
Add Arnaud for his efforts on multi-arg set operations.
by Raymond Hettinger
· 16 years ago
8509db5
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
by Georg Brandl
· 16 years ago
df7036d
Add Gregor Lingl.
by Martin v. Löwis
· 16 years ago
1a72d88
Applying updated patch from Issue 1736190, which addresses partial
by Josiah Carlson
· 16 years ago
602d8db
Added better pickling support to xrange objects. Cleaned up the unit test.
by Alexandre Vassalotti
· 16 years ago
1f2f61a
Issue 2582: Fix pickling of xrange objects.
by Alexandre Vassalotti
· 16 years ago
5c4d3d0
Let set.intersection() and set.intersection_update() take multiple input arguments.
by Raymond Hettinger
· 16 years ago
d623414
Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds.
by Raymond Hettinger
· 16 years ago
7b1ed66
Address double-rounding scenarios by setting all variables to long doubles.
by Raymond Hettinger
· 16 years ago
ee4bcad
Let set.union() and set.update() accept multiple inputs.
by Raymond Hettinger
· 16 years ago
ecbdd2e
Issue #2138: Add math.factorial().
by Raymond Hettinger
· 16 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 16 years ago
e98839a
Issue3065: Fixed pickling of named tuples. Added tests.
by Raymond Hettinger
· 16 years ago
f4fcdb6
warn about parameter tuple unpacking
by Benjamin Peterson
· 16 years ago
d5efd20
Warn about assigning to Py3k keywords (True and False)
by Benjamin Peterson
· 16 years ago
cbd7813
add an ast_warn helper function to make adding those Py3k warnings easier
by Benjamin Peterson
· 16 years ago
3219df1
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
by Georg Brandl
· 16 years ago
ebd662d
#3028: tokenize passes the physical line.
by Georg Brandl
· 16 years ago
2fe3ef8
change Py3k backquote warning to a SyntaxWarning and add a test
by Benjamin Peterson
· 16 years ago
1f1174e
capitalization nit
by Benjamin Peterson
· 16 years ago
9cea511
Document the "st" API, to avoid confusion with the "new" AST.
by Georg Brandl
· 16 years ago
5f27af0
X-ref to numbers module.
by Georg Brandl
· 16 years ago
afd05da
Backport docs for abc module to 2.6.
by Georg Brandl
· 16 years ago
60fbf7f
#3057: Fix the MutableMapping ABC to use the 2.6 dict interface.
by Georg Brandl
· 16 years ago
3bed4ae
Register IterableUserDict as a MutableMapping.
by Georg Brandl
· 16 years ago
bf0610a
Revert unwanted changes.
by Georg Brandl
· 16 years ago
7be19aa
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
by Georg Brandl
· 16 years ago
6a5a177
Finished bug #2451. Fixed the retrying part to make it more robust.
by Facundo Batista
· 16 years ago
0144f27
Remove locking part of new buffer protocol.
by Travis E. Oliphant
· 16 years ago
711c9e9
Add long double check support to configure test.
by Travis E. Oliphant
· 16 years ago
ec2fe78
Issue 3501: Make heapq support both __le__ and __lt__.
by Raymond Hettinger
· 16 years ago
0d236eb
Fix build issue on OSX 10.4
by Ronald Oussoren
· 16 years ago
3f67c43
Document the new ctypes features.
by Thomas Heller
· 16 years ago
fb0117e
Add a reminder for the maintainer of whatsnew.
by Thomas Heller
· 16 years ago
f89b04c
Performance improvement: Use PyDict_Get/SetItem instead of
by Thomas Heller
· 16 years ago
d82a9c1
Fix brackets.
by Georg Brandl
· 16 years ago
fbb9c0b
Issue #1798: Add ctypes calling convention that allows safe access of errno.
by Thomas Heller
· 16 years ago
d77554f
Markup fix.
by Georg Brandl
· 16 years ago
2a3e3d0
Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3.
by Neal Norwitz
· 16 years ago
5e3e6ba
Grammar fix
by Andrew M. Kuchling
· 16 years ago
b5a40dd
Add various items
by Andrew M. Kuchling
· 16 years ago
6dd8cca
Document 'utc' parameter
by Andrew M. Kuchling
· 16 years ago
8456f64
revert 63965 for preformance reasons
by Benjamin Peterson
· 16 years ago
30dc7b8
use the more idomatic while True
by Benjamin Peterson
· 16 years ago
59475e9
Backport from py3k: Implement the new buffer interface from pep3118
by Thomas Heller
· 16 years ago
2e75c45
Backport from py3k: Implement the new buffer interface from pep3118
by Thomas Heller
· 16 years ago
259a566
Fix preprocessor statement.
by Thomas Heller
· 16 years ago
5640ce2
MacOS X: Enable 4-way universal builds
by Ronald Oussoren
· 16 years ago
80af6da
Fixed complex.__getnewargs__() to not emit another complex object.
by Alexandre Vassalotti
· 16 years ago
d5bb921
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
by Thomas Heller
· 16 years ago
8f22b88
Fix ctypes.set_errno for gcc.
by Thomas Heller
· 16 years ago
e70c337
Issue #1798: Add ctypes calling convention that allows safe access to
by Thomas Heller
· 16 years ago
a2b34b8
Complete revision of new turtle module's docs.
by Georg Brandl
· 16 years ago
8718459
Patch #1513695: New turtle module, with demos.
by Martin v. Löwis
· 16 years ago
4ed3ed1
Fix Tkinter sequence passing. #2906.
by Georg Brandl
· 16 years ago
c5393c6
make test_mutex more elegant
by Benjamin Peterson
· 16 years ago
a2a89a8
Change all functions that expect one unicode character to accept a pair of
by Walter Dörwald
· 16 years ago
261b136
Fix the -x flag so that is does work.
by Thomas Heller
· 16 years ago
de2d78a
Fix misspelled sys.platform name and misspelled filename.
by Thomas Heller
· 16 years ago
ffe62ed
Patch #2125: Add GetInteger and GetString methods for msilib.Record objects.
by Martin v. Löwis
· 16 years ago
137d824
Fix issue 2782: be less strict about the format string type in strftime.
by Gregory P. Smith
· 16 years ago
8856dda
Adds a Thread.getIdent() method to provide the _get_ident() value for
by Gregory P. Smith
· 16 years ago
1bd52d7
Make the _H #define's match the header file names. Fix comments to
by Gregory P. Smith
· 16 years ago
ac19d85
Deprecate htmllib and sgmllib for 3.0.
by Georg Brandl
· 16 years ago
681001e
Generate pydoc's topic help from the reST docs via Sphinx' new text writer.
by Georg Brandl
· 16 years ago
0b9aaa9
Spaces vs. tabs.
by Georg Brandl
· 16 years ago
c49372b
add a warning about bgen being removed
by Benjamin Peterson
· 16 years ago
9359aff
Fix test_sys.
by Robert Schuppenies
· 16 years ago
12f8107
Fix test_descrtut.
by Georg Brandl
· 16 years ago
7a6de8b
Some style nits. Also clarify in the docstrings what __sizeof__ does.
by Georg Brandl
· 16 years ago
4f2c998
Add plain text make target.
by Georg Brandl
· 16 years ago
51df064
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
by Robert Schuppenies
· 16 years ago
Next »