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
*
Clarify the endpos argument to the rx.match() method.
Fred Drake
2002-08-20
1
-2/+6
*
test_three_lines(): Test case reported by Andrew McNamara. Works in
Barry Warsaw
2002-08-20
1
-0/+8
*
Cover the sets module.
Andrew M. Kuchling
2002-08-20
1
-0/+95
*
Create two subsections of the "Core Language Changes" section, because
Andrew M. Kuchling
2002-08-20
1
-67/+104
*
Add versionadded for operator.pow
Neal Norwitz
2002-08-19
1
-0/+1
*
Extend some comments on the order of values in the returns from
Fred Drake
2002-08-19
1
-8/+14
*
SF patch 576101, by Oren Tirosh: alternative implementation of
Guido van Rossum
2002-08-19
7
-106/+171
*
Add a warning comment to the LOAD_GLOBAL inline code.
Guido van Rossum
2002-08-19
1
-1/+3
*
Another ugly inlining hack, expanding the two PyDict_GetItem() calls
Guido van Rossum
2002-08-19
1
-1/+25
*
Call me anal, but there was a particular phrase that was speading to
Guido van Rossum
2002-08-19
7
-9/+9
*
Another modest speedup in PyObject_GenericGetAttr(): inline the call
Guido van Rossum
2002-08-19
1
-2/+26
*
Make PyDescr_IsData() a macro. It's too simple to be a function.
Guido van Rossum
2002-08-19
2
-7/+1
*
Check in my ultra-shortlived patch #597220.
Michael W. Hudson
2002-08-19
1
-3/+3
*
Inline call to _PyObject_GetDictPtr() in PyObject_GenericGetAttr().
Guido van Rossum
2002-08-19
1
-3/+20
*
Fix typo in __slots__ of ImmutableSet.
Guido van Rossum
2002-08-19
1
-1/+1
*
News about sets. (There's no documentation; if someone wants to
Guido van Rossum
2002-08-19
1
-0/+7
*
Set classes and their unit tests, from sandbox.
Guido van Rossum
2002-08-19
2
-0/+1097
*
Simple but important optimization for descr_check(): instead of the
Guido van Rossum
2002-08-19
1
-1/+1
*
Fix spelling errors and note the addition of operator.pow()
Raymond Hettinger
2002-08-19
1
-7/+9
*
Merged the MacPython thanks list into the general acknowledgements.
Jack Jansen
2002-08-19
2
-10/+25
*
Added __pow__(a,b) to the operator module. Completes the pattern of
Raymond Hettinger
2002-08-19
3
-0/+23
*
SF bug 595919: popenN return only text mode pipes
Tim Peters
2002-08-19
1
-2/+2
*
Add Steve Purcell for unittest.py
Raymond Hettinger
2002-08-18
1
-0/+1
*
Refuse to run if the last bit of the destination path contains a # character.
Jack Jansen
2002-08-18
1
-1/+4
*
Modify splituser() method to allow an @ in the userinfo field.
Raymond Hettinger
2002-08-18
1
-1/+1
*
OS/2 EMX behaves like Windows where file permissions are concerned
Andrew MacIntyre
2002-08-18
1
-2/+2
*
update contact info
Andrew MacIntyre
2002-08-18
1
-4/+9
*
Prep for 2.3:
Andrew MacIntyre
2002-08-18
1
-34/+39
*
make port notes current
Andrew MacIntyre
2002-08-18
1
-48/+36
*
Build process updates:
Andrew MacIntyre
2002-08-18
1
-17/+33
*
Get rid of _once(); inlining it takes less code. :-)
Guido van Rossum
2002-08-17
2
-97/+41
*
Patch by Zack W to make test_noinherit() more robust: spawn a Python
Guido van Rossum
2002-08-17
2
-28/+48
*
Get this to compile again if Py_USING_UNICODE is not defined.
Neal Norwitz
2002-08-16
1
-1/+1
*
Drop the number of test files to 100 for all the tests
Neal Norwitz
2002-08-16
1
-4/+8
*
Inline fast_cfunction() in new call_function().
Jeremy Hylton
2002-08-16
1
-55/+33
*
Remove the outdated PLAN.txt file.
Guido van Rossum
2002-08-16
1
-339/+0
*
Move body of CALL_FUNCTION opcode into helper function.
Jeremy Hylton
2002-08-16
1
-54/+56
*
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
Guido van Rossum
2002-08-16
5
-12/+37
*
Streamline the fast track for CFunction calls a bit more: there was
Guido van Rossum
2002-08-16
1
-5/+2
*
Regenerated with PyDoc_STR() around docstrings.
Jack Jansen
2002-08-16
23
-2151/+2151
*
iUse PyDoc_STR() around docstrings.
Jack Jansen
2002-08-16
1
-1/+1
*
A nice little speed-up for filter():
Guido van Rossum
2002-08-16
1
-13/+17
*
Fix SF bug 595838 -- buffer in type_new() should not be static. Moved
Guido van Rossum
2002-08-16
1
-1/+1
*
SF bug 594996: OverflowError in random.randrange
Tim Peters
2002-08-16
1
-4/+17
*
Newly-relaxed limits on random.randrange(). Also added some info about
Tim Peters
2002-08-16
1
-5/+12
*
Mention warnings about defining None.
Guido van Rossum
2002-08-16
1
-0/+3
*
Add warnings for arguments named None. All set. (I could add a
Guido van Rossum
2002-08-16
1
-1/+9
*
check_events(): This was failing under -O, due to not expecting any
Tim Peters
2002-08-16
1
-3/+0
*
Add warning for None used as keyword argument name in function call.
Guido van Rossum
2002-08-16
1
-0/+1
*
Add warnings for assignment or deletion of variables and attributes
Guido van Rossum
2002-08-16
1
-0/+27
[next]