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
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
20
-126/+127
*
fix Windows building for multiprocessing
Benjamin Peterson
2008-06-11
2
-0/+578
*
Add test for heapq using both __lt__ and __le__.
Raymond Hettinger
2008-06-11
1
-0/+21
*
Note PEP 371 section
Andrew M. Kuchling
2008-06-11
1
-0/+15
*
Optimize previous checkin for heapq.
Raymond Hettinger
2008-06-11
1
-1/+7
*
fix import of multiprocessing by juggling imports
Benjamin Peterson
2008-06-11
2
-2/+4
*
Issue 3051: Let heapq work with either __lt__ or __le__.
Raymond Hettinger
2008-06-11
1
-7/+6
*
Multi-arg form for set.difference() and set.difference_update().
Raymond Hettinger
2008-06-11
4
-21/+66
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
24
-54/+438
*
Fix markup.
Thomas Heller
2008-06-11
1
-20/+30
*
swap stringobject.h and bytesobject.h contents to make sense. PyString in
Gregory P. Smith
2008-06-11
2
-233/+233
*
add the multiprocessing package to fulfill PEP 371
Benjamin Peterson
2008-06-11
32
-0/+12500
*
convert test_struct to a unittest thanks to Giampaolo Rodola
Benjamin Peterson
2008-06-11
1
-624/+524
*
Handle the case with zero arguments.
Raymond Hettinger
2008-06-11
2
-0/+9
*
Update numbers doc for the Integral simplification.
Raymond Hettinger
2008-06-11
1
-4/+4
*
Mini-PEP: Simplifying numbers.py
Raymond Hettinger
2008-06-11
1
-50/+17
*
backport of 64096
Benjamin Peterson
2008-06-10
1
-1/+1
*
Correct test_pydoc for win32 platforms, to account for normalized URLs:
Amaury Forgeot d'Arc
2008-06-10
1
-1/+6
*
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
Gregory P. Smith
2008-06-10
6
-8/+6
*
Documented the new AST constructor.
Armin Ronacher
2008-06-10
1
-0/+5
*
Fix a formatting error in the ast documentation.
Armin Ronacher
2008-06-10
1
-1/+1
*
More reverting of r63675 per the mailing list discussions. This restores
Gregory P. Smith
2008-06-10
3
-481/+481
*
Fixed test to reflect new filedispatcher semantics, as well as two
Josiah Carlson
2008-06-10
2
-4/+4
*
NEWS entry for:
Thomas Heller
2008-06-10
1
-0/+4
*
Add an optional 'offset' parameter to byref, defaultingto zero.
Thomas Heller
2008-06-10
1
-4/+16
*
more markup fix.
Georg Brandl
2008-06-10
1
-9/+9
*
fix markup
Benjamin Peterson
2008-06-10
1
-5/+6
*
#2536: fix itertools.permutations and itertools.combinations docstrings.
Georg Brandl
2008-06-10
1
-3/+3
*
Issue 3048: Fixed sys.getsizeof for unicode objects.
Robert Schuppenies
2008-06-10
2
-7/+52
*
Add Arnaud for his efforts on multi-arg set operations.
Raymond Hettinger
2008-06-10
1
-0/+1
*
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
Georg Brandl
2008-06-10
8
-95/+662
*
Add Gregor Lingl.
Martin v. Löwis
2008-06-10
1
-0/+3
*
Applying updated patch from Issue 1736190, which addresses partial
Josiah Carlson
2008-06-10
5
-103/+213
*
Added better pickling support to xrange objects.
Alexandre Vassalotti
2008-06-10
2
-12/+13
*
Issue 2582: Fix pickling of xrange objects.
Alexandre Vassalotti
2008-06-10
2
-0/+21
*
Let set.intersection() and set.intersection_update() take multiple input argu...
Raymond Hettinger
2008-06-09
4
-8/+54
*
Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on so...
Raymond Hettinger
2008-06-09
1
-20/+24
*
Address double-rounding scenarios by setting all variables to long doubles.
Raymond Hettinger
2008-06-09
1
-24/+19
*
Let set.union() and set.update() accept multiple inputs.
Raymond Hettinger
2008-06-09
4
-19/+57
*
Issue #2138: Add math.factorial().
Raymond Hettinger
2008-06-09
4
-0/+71
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
173
-2280/+2275
*
Issue3065: Fixed pickling of named tuples. Added tests.
Raymond Hettinger
2008-06-09
3
-2/+26
*
warn about parameter tuple unpacking
Benjamin Peterson
2008-06-08
2
-0/+9
*
Warn about assigning to Py3k keywords (True and False)
Benjamin Peterson
2008-06-08
2
-33/+76
*
add an ast_warn helper function to make adding those Py3k warnings easier
Benjamin Peterson
2008-06-08
1
-7/+15
*
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
Georg Brandl
2008-06-08
1
-2/+2
*
#3028: tokenize passes the physical line.
Georg Brandl
2008-06-08
1
-10/+9
*
change Py3k backquote warning to a SyntaxWarning and add a test
Benjamin Peterson
2008-06-08
2
-1/+7
*
capitalization nit
Benjamin Peterson
2008-06-07
1
-1/+1
*
Document the "st" API, to avoid confusion with the "new" AST.
Georg Brandl
2008-06-07
1
-78/+89
[next]