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
*
SF patch #474175 (Jay T Miller): file.readinto arg parsing bug
Guido van Rossum
2001-10-23
2
-1/+3
*
Convert the ref() and proxy() implementations to use the new
Fred Drake
2001-10-23
1
-2/+2
*
Documentation for the new PyArg_UnpackTuple() function.
Fred Drake
2001-10-23
1
-0/+47
*
PyArg_UnpackTuple(): New argument unpacking function suggested by Jim
Fred Drake
2001-10-23
2
-0/+61
*
Fill out section on how to write a new-style class
Andrew M. Kuchling
2001-10-23
1
-7/+145
*
test_curses is an expected skip on Linux too.
Guido van Rossum
2001-10-23
1
-0/+1
*
Style conformance: function name begins a new line *consistently*.
Fred Drake
2001-10-23
1
-7/+11
*
font/tabs config dialog page now reads its data from the config file
Steven M. Gava
2001-10-23
3
-30/+108
*
SF bug [#473864] doctest expects spurios space.
Tim Peters
2001-10-23
1
-0/+6
*
Add function attributes that allow GCC to check the arguments of printf-like
Neil Schemenauer
2001-10-23
4
-9/+18
*
Hide GCC attributes fom compilers that don't support them.
Neil Schemenauer
2001-10-23
1
-0/+9
*
Doc and NEWS changes due to Jeremy adding traceback objects to gc.
Tim Peters
2001-10-23
2
-1/+8
*
Make traceback objects collectable.
Jeremy Hylton
2001-10-22
1
-2/+46
*
Record that test_curses doesn't run on win32.
Tim Peters
2001-10-22
1
-0/+1
*
Fixed denial-of-weak-ref-support test; Jeremy changed the error message
Fred Drake
2001-10-22
1
-1/+1
*
another major speedup: let sre.sub/subn check for escapes in the
Fredrik Lundh
2001-10-22
1
-30/+89
*
Fixed an example in the use of email.Utils.getaddresses(). The
Barry Warsaw
2001-10-22
1
-4/+4
*
Removed two pointless and obfuscating macros.
Tim Peters
2001-10-22
1
-7/+4
*
Added two very tardy notes about the 2.2b1 release, fixed a typo.
Fred Drake
2001-10-22
1
-1/+9
*
A few formatting nits:
Jeremy Hylton
2001-10-22
1
-5/+5
*
Add better support for Mozilla's use of <link> elements.
Fred Drake
2001-10-22
1
-10/+41
*
Add curses-related news items
Andrew M. Kuchling
2001-10-22
1
-0/+5
*
Referencable is not a word, so don't use it in an error message <wink>.
Jeremy Hylton
2001-10-22
1
-2/+2
*
cleanup indentation
Jeremy Hylton
2001-10-22
1
-1/+1
*
Update bug/patch counts
Andrew M. Kuchling
2001-10-22
1
-1/+1
*
Patch #473187: Add a test script that exercises most of the functions in
Andrew M. Kuchling
2001-10-22
2
-1/+214
*
Do a little bit more to try and add <link> elements to the header, not that
Fred Drake
2001-10-22
1
-1/+10
*
Clarify that the resource module does not attempt to mask platform
Fred Drake
2001-10-22
1
-1/+3
*
Add correction from /F about SRE
Andrew M. Kuchling
2001-10-22
1
-10/+10
*
sre.split should return the last segment, even if empty
Fredrik Lundh
2001-10-22
2
-11/+11
*
Make the error message for unsupported operand types cleaner, in
Guido van Rossum
2001-10-22
2
-8/+28
*
Partly fill out the PEP 252 section
Andrew M. Kuchling
2001-10-22
1
-12/+214
*
A bunch of minor rewordings
Andrew M. Kuchling
2001-10-22
1
-48/+64
*
Fix for SF bug #472940: can't getattr() attribute shown by dir()
Guido van Rossum
2001-10-22
2
-33/+6
*
Fix some typos
Andrew M. Kuchling
2001-10-22
1
-4/+4
*
Methods of built-in types now properly check for keyword arguments
Guido van Rossum
2001-10-22
5
-12/+45
*
Make tabnanny happy. (Piers, please run the test suite before
Guido van Rossum
2001-10-22
1
-7/+7
*
update version number
Piers Lauder
2001-10-21
1
-1/+1
*
install on HP-UX does not support the -d option. Using the install-sh instead.
Neil Schemenauer
2001-10-21
2
-318/+329
*
Add missing "static" declarations (found by "make smelly").
Neil Schemenauer
2001-10-21
2
-5/+5
*
Adding missing "static" declarations (found by "make smelly").
Neil Schemenauer
2001-10-21
3
-5/+5
*
- Build dbm module using libdb1 if it's available. This fixes SF bug "[
Neil Schemenauer
2001-10-21
1
-0/+5
*
fixed character set description in docstring (SRE uses Python
Fredrik Lundh
2001-10-21
2
-176/+56
*
fix send method not noticing when partial sends happen
Piers Lauder
2001-10-21
1
-1/+7
*
sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity
Fredrik Lundh
2001-10-21
3
-5/+43
*
rewrote the pattern.sub and pattern.subn methods in C
Fredrik Lundh
2001-10-21
2
-130/+331
*
Change clear_handlers argument to indicate whether this is an initialization.
Martin v. Löwis
2001-10-21
1
-9/+10
*
Big internal change that should have no external effects: unify the
Guido van Rossum
2001-10-21
2
-527/+246
*
rewrote the pattern.split method in C
Fredrik Lundh
2001-10-20
1
-12/+136
*
Update description of border()
Andrew M. Kuchling
2001-10-20
1
-3/+2
[next]