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
*
This patch adds a new feature to the builtin charmap codec:
Marc-André Lemburg
2001-01-06
2
-0/+66
*
This patch adds a new feature to the builtin charmap codec:
Marc-André Lemburg
2001-01-06
1
-8/+48
*
Added "repeat.py" -- repeatedly execute a shell command (like
Guido van Rossum
2001-01-05
2
-7/+64
*
Configuration test for working getc_unlocked() (and flockfile() and
Guido van Rossum
2001-01-05
4
-4/+64
*
Speed it up by using readlines(sizehint). It's still slower than
Guido van Rossum
2001-01-05
1
-10/+39
*
Restructured get_line() for clarity and speed.
Guido van Rossum
2001-01-05
1
-66/+59
*
Clarification of new bisect module functions.
Tim Peters
2001-01-05
1
-1/+2
*
Update explanation of the set_location() method to indicate that in
Fred Drake
2001-01-05
1
-1/+7
*
Add test cases based on RFC 1808. So now we actually have a test suite
Fred Drake
2001-01-05
2
-0/+106
*
urlunparse(): Do not add a leading slash to the path if it is empty.
Fred Drake
2001-01-05
1
-6/+12
*
Fix signed/unsigned wng. Unfortunately, (unsigned char) << int
Tim Peters
2001-01-05
1
-2/+2
*
When a PyCFunction that takes only positional parameters is called with
Fred Drake
2001-01-04
3
-19/+41
*
Recognize pyc files even if they don't end in pyc.
Martin v. Löwis
2001-01-04
2
-7/+41
*
Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to
Fred Drake
2001-01-04
1
-0/+7
*
__rcmp__() description: Changed to indicate that this is no longer
Fred Drake
2001-01-04
1
-8/+1
*
Based on comments from Guido, do not describe bisect() and insert() as
Fred Drake
2001-01-04
1
-5/+5
*
Markup nit: Command line options should be marked with \programopt.
Fred Drake
2001-01-04
1
-15/+17
*
Markup nit: Command line options should be marked with \programopt.
Fred Drake
2001-01-04
1
-2/+2
*
Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>.
Fred Drake
2001-01-04
1
-1/+1
*
Added information about the interaction of opening a file in append mode
Fred Drake
2001-01-04
1
-1/+6
*
Markup nit: OK and ERR should be marked \constant in running text.
Fred Drake
2001-01-04
1
-3/+2
*
Update documentation to include the new functions, and use the more
Fred Drake
2001-01-04
1
-13/+40
*
Description of long(): A string parameter is no longer required to be
Fred Drake
2001-01-04
1
-1/+1
*
Add NotImplemented to the builtin module.
Neil Schemenauer
2001-01-04
1
-0/+3
*
Changes for PEP 208. PyObject_Compare has been rewritten. Instances no
Neil Schemenauer
2001-01-04
1
-118/+139
*
Make long a new style number type. Sequence repeat is now done here
Neil Schemenauer
2001-01-04
1
-76/+262
*
Make int a new style number type. Sequence repeat is now done here
Neil Schemenauer
2001-01-04
1
-64/+116
*
Make float a new style number type.
Neil Schemenauer
2001-01-04
1
-42/+108
*
Make instances a new style number type. See PEP 208 for details. Instance
Neil Schemenauer
2001-01-04
1
-184/+268
*
Massive changes as per PEP 208. Read it for details.
Neil Schemenauer
2001-01-04
1
-728/+318
*
No more RCmp.
Neil Schemenauer
2001-01-04
1
-22/+1
*
Sequence repeat works now for in-place multiply with an integer type
Neil Schemenauer
2001-01-04
1
-4/+4
*
__rcmp__ no longer gets called on instances. Remove the test for it.
Neil Schemenauer
2001-01-04
1
-12/+1
*
Numbers no longer compare smaller than all other types. Fix the only
Neil Schemenauer
2001-01-04
1
-1/+2
*
- Add nb_cmp slot for new style nubmers.
Neil Schemenauer
2001-01-04
1
-0/+22
*
Remove PyInstance_*BinOp functions.
Neil Schemenauer
2001-01-04
1
-8/+0
*
Document the NotImplemented object.
Neil Schemenauer
2001-01-04
1
-0/+9
*
Patch #103012: Update fpectlmodule for current glibc;
Andrew M. Kuchling
2001-01-04
1
-0/+7
*
Actually call the object with an __call__ method, instead of just
Jeremy Hylton
2001-01-03
1
-0/+1
*
Revised implementation of CALL_FUNCTION and friends.
Jeremy Hylton
2001-01-03
1
-296/+429
*
Two new names.
Guido van Rossum
2001-01-03
1
-0/+2
*
New, improved README from Mike Clarkson. Wow!
Guido van Rossum
2001-01-03
1
-20/+143
*
dict_update has two boundary conditions: a.update(a) and a.update({})
Jeremy Hylton
2001-01-03
1
-2/+2
*
fix leak
Jeremy Hylton
2001-01-03
1
-1/+3
*
This patch changes the default behaviour of the builtin charmap
Marc-André Lemburg
2001-01-03
56
-293/+424
*
Use relative path for outputdir.
Jack Jansen
2001-01-03
1
-1/+19
*
Fixed a few declarations.
Jack Jansen
2001-01-03
4
-19/+27
*
Mark the "encoding" parameter to ExternalEntityParserCreate() as optional
Fred Drake
2001-01-03
1
-1/+1
*
struct.pack wants H for unsigned shorts, not h.
Jack Jansen
2001-01-03
1
-1/+1
*
Got rid of 68K support.
Jack Jansen
2001-01-03
2
-59/+41
[next]