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
...
*
Weaklink most toolbox modules, improving backward compatibility. Modules will...
Jack Jansen
2002-03-24
15
-3/+3255
*
Remove unnecessary \b. It was causing the RE to miss the tailing
Neil Schemenauer
2002-03-24
1
-1/+1
*
Weaklink most toolbox modules, improving backward compatibility. Modules will...
Jack Jansen
2002-03-24
1
-12/+25
*
Expose RLIM_INFINITY constant. Closes SF patch 489066.
Neil Schemenauer
2002-03-24
1
-1/+13
*
If possible, set FD_CLOEXEC flag on file descriptors opened using
Neil Schemenauer
2002-03-24
1
-0/+12
*
tighten up except - os.close only raises OSError
Skip Montanaro
2002-03-24
1
-1/+1
*
SF bug 480215: softspace confused in nested print
Tim Peters
2002-03-24
2
-10/+26
*
oops - export InvalidURL in __all__
Skip Montanaro
2002-03-24
1
-1/+1
*
document InvalidURL exception
Skip Montanaro
2002-03-24
1
-0/+5
*
add test for InvalidURL
Skip Montanaro
2002-03-24
1
-0/+2
*
add test of InvalidURL
Skip Montanaro
2002-03-24
1
-0/+10
*
add InvalidURL exception - raised if port is given but empty or non-numeric
Skip Montanaro
2002-03-24
1
-1/+7
*
tighten up except - in this context, AttributeError is the only exception
Skip Montanaro
2002-03-24
1
-2/+2
*
Add local_hostname to SMTP.__init__().
Neil Schemenauer
2002-03-24
1
-1/+2
*
Add local_hostname option to SMTP.__init__. If supplied, it is used
Neil Schemenauer
2002-03-24
1
-10/+10
*
Try /var/mail before trying /usr/mail. Most new systems use /var.
Neil Schemenauer
2002-03-24
1
-1/+4
*
Add more tests for built-in types. Add tests for buffer objects.
Neil Schemenauer
2002-03-24
2
-0/+119
*
Add get_history_item, get_current_history_length, and redisplay functions.
Neil Schemenauer
2002-03-24
1
-2/+61
*
_PyMalloc_DebugRealloc(): simplify decl of "fresh".
Tim Peters
2002-03-24
1
-5/+15
*
Use linecache for loading source code. Closes SF patch 490374.
Neil Schemenauer
2002-03-23
1
-7/+5
*
Add namespace selection for rlcompleter. Closes SF patch 490026.
Neil Schemenauer
2002-03-23
1
-12/+40
*
Minor code cleanup -- no semantic changes.
Tim Peters
2002-03-23
1
-22/+28
*
Fix example for PyErr_SetFromErrno() (need to pass exception type).
Neil Schemenauer
2002-03-23
1
-2/+2
*
Fix wording of sys.exit docstring. Close SF bug 534113.
Neil Schemenauer
2002-03-23
1
-1/+1
*
Flush stdout before reading next command. Closes SF bug 526357.
Neil Schemenauer
2002-03-23
1
-0/+1
*
Grow the string buffer at a mildly exponential rate for the getc version
Neil Schemenauer
2002-03-23
1
-13/+16
*
Give Python a debug-mode pymalloc, much as sketched on Python-Dev.
Tim Peters
2002-03-23
4
-28/+346
*
Only AttributeError can be raised in this situation - on systems without
Skip Montanaro
2002-03-23
1
-2/+2
*
import statements only raise ImportError, right?
Skip Montanaro
2002-03-23
1
-1/+1
*
tighten up except - only ValueError can be raised in this situation
Skip Montanaro
2002-03-23
1
-1/+1
*
tighten up except - int() only raises ValueError
Skip Montanaro
2002-03-23
1
-1/+1
*
added RFC 2396 tests from Aaron Swartz included in bug # 450225.
Skip Montanaro
2002-03-23
1
-74/+116
*
no longer needed - converted test_urlparse.py to use unittest
Skip Montanaro
2002-03-23
1
-46/+0
*
SF bug 533234: tm_isdst > 1 Passed to strftime.
Tim Peters
2002-03-23
2
-18/+66
*
Check in (hopefully) corrected version of last change.
Neil Schemenauer
2002-03-23
1
-0/+29
*
Just whitespace fiddling.
Tim Peters
2002-03-23
1
-10/+10
*
Build obmalloc.c directly instead of #include'ing from object.c.
Tim Peters
2002-03-23
4
-45/+66
*
Disable the parser hacks that enabled the "yield" keyword using a future
Neil Schemenauer
2002-03-22
5
-11/+25
*
Undo last commit. It's causing the tests to file.
Neil Schemenauer
2002-03-22
1
-28/+0
*
Disable the parser hacks that allowed the "yield" keyword to be enabled
Neil Schemenauer
2002-03-22
1
-0/+10
*
Remove malloc hooks.
Neil Schemenauer
2002-03-22
1
-69/+0
*
Match behavior of the pickle.py module more closely.
Neil Schemenauer
2002-03-22
1
-0/+5
*
Add more example exceptions that unpickling can raise.
Neil Schemenauer
2002-03-22
1
-1/+2
*
Handle os.listdir("") case correctly on Windows. Closes bug 500705.
Neil Schemenauer
2002-03-22
1
-4/+5
*
Disallow open()ing of directories. Closes SF bug 487277.
Neil Schemenauer
2002-03-22
1
-0/+28
*
better solution for bug #533234 courtesy of Tim.
Skip Montanaro
2002-03-22
1
-1/+2
*
guarantee that the dst flag of synthetic "time" tuples passed to strftime
Skip Montanaro
2002-03-22
1
-1/+1
*
use stat attributes instead of tuple entries
Walter Dörwald
2002-03-22
1
-3/+2
*
Fix broken HTML in the head; this was reported by a user as causing Opera 6.01
Fred Drake
2002-03-22
1
-1/+1
*
Add news about pymalloc being enabled.
Neil Schemenauer
2002-03-22
1
-0/+9
[prev]
[next]