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
*
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
*
Add two forgotten 'break' statements
Andrew M. Kuchling
2001-10-20
1
-15/+40
*
Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz)
Guido van Rossum
2001-10-20
1
-12/+15
*
Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski)
Guido van Rossum
2001-10-20
4
-5/+6
*
Use the \note and \warning macros where appropriate.
Fred Drake
2001-10-20
45
-163/+156
*
Describe the content given as the parameter to the \note and \warning macros
Fred Drake
2001-10-20
1
-10/+13
*
Additional rules to support the iSilo conversion.
Fred Drake
2001-10-19
1
-1/+110
*
Hush up CVS.
Fred Drake
2001-10-19
1
-0/+10
*
Support for the iSilo conversion.
Fred Drake
2001-10-19
1
-0/+12
*
The usual post-release fiddling.
Tim Peters
2001-10-19
2
-4/+29
*
When stating that some parameters to makefile() are similar to the open()
Fred Drake
2001-10-19
1
-1/+2
*
Updated version numbers for post 2.2b1 development.
Barry Warsaw
2001-10-19
1
-3/+3
*
added tests for long ints and ints where they are > 32 bits.
Skip Montanaro
2001-10-19
1
-0/+14
*
Fix for Bug #216405:
Thomas Heller
2001-10-19
1
-4/+6
*
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile
Guido van Rossum
2001-10-19
1
-1/+1
*
Additional test and documentation for the unicode() changes.
Marc-André Lemburg
2001-10-19
5
-37/+93
*
Last minute updates for changes since 2.2a4. Unless Fred wants to add
Barry Warsaw
2001-10-19
1
-2/+37
*
Added a note about the somewhat kludgey behavior of the message
Barry Warsaw
2001-10-19
1
-0/+10
*
Another merge from mimelib:
Barry Warsaw
2001-10-19
1
-0/+27
*
Another email package test file
Barry Warsaw
2001-10-19
1
-0/+22
*
Another merge from mimelib:
Barry Warsaw
2001-10-19
1
-0/+2
*
Add entry for RAND_xxx() functions in socket module.
Jeremy Hylton
2001-10-19
1
-0/+5
*
Note the Unicode changes from SF patch #470578.
Guido van Rossum
2001-10-19
1
-1/+9
*
SF patch #470578: Fixes to synchronize unicode() and str()
Guido van Rossum
2001-10-19
3
-72/+76
*
Another.
Guido van Rossum
2001-10-19
1
-0/+1
*
SF patch #470393 (Jim Ahlstrom): Add missing marshal function
Guido van Rossum
2001-10-19
1
-0/+8
*
SF patch #460805 by Chris Gonnerman: Support for unsetenv()
Guido van Rossum
2001-10-19
6
-20/+82
*
SF patch #443759: Add Interface to readline's add_history
Guido van Rossum
2001-10-19
2
-0/+22
*
Assume a 64-bit start and len if O_LARGEFILE is available.
Martin v. Löwis
2001-10-18
1
-1/+8
*
Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.
Martin v. Löwis
2001-10-18
1
-0/+17
*
Whitespace normalization.
Tim Peters
2001-10-18
19
-69/+62
*
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
Martin v. Löwis
2001-10-18
1
-3/+4
*
The assignment to result.st_rdev can raise AttributeError as well as
Guido van Rossum
2001-10-18
1
-1/+1
*
changed misleading argument name
Fredrik Lundh
2001-10-18
2
-18/+18
[next]