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
*
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
*
Use pymalloc for realloc() as well.
Neil Schemenauer
2002-03-22
1
-2/+2
*
Revert part of previous patch: several install_* subcommands expect
Andrew M. Kuchling
2002-03-22
1
-1/+1
*
Enable pymalloc by default.
Neil Schemenauer
2002-03-22
2
-341/+359
*
Use pymalloc if it's enabled.
Neil Schemenauer
2002-03-22
7
-24/+24
*
Add pymalloc object memory management functions. These must be
Neil Schemenauer
2002-03-22
1
-0/+24
*
Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*)
Neil Schemenauer
2002-03-22
1
-8/+23
*
Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier)
Jack Jansen
2002-03-22
2
-2/+188
*
- Weaklink InterfaceLib in _Res module
Jack Jansen
2002-03-22
1
-3/+6
*
Enable pymalloc by default in the Windows build.
Tim Peters
2002-03-22
1
-3/+6
*
Add a simple test suite for netrc.py, and remove it from test_sundry
Andrew M. Kuchling
2002-03-22
2
-1/+43
*
SF bug 533198: Complex power underflow raises exception.
Tim Peters
2002-03-22
1
-3/+9
*
[Bug #532115] netrc module was broken
Andrew M. Kuchling
2002-03-22
1
-11/+9
*
[Bug #532136] Change path in README, as suggested by Ralph Corderoy
Andrew M. Kuchling
2002-03-21
1
-2/+2
*
Add missing Boolean options
Andrew M. Kuchling
2002-03-21
1
-3/+2
*
Add unlisted Boolean options. Thomas H., can you please check that I
Andrew M. Kuchling
2002-03-21
1
-1/+2
*
[Bug #517451] bdist_rpm didn't list all of its Boolean options.
Andrew M. Kuchling
2002-03-21
1
-1/+1
*
Added an open_pathname() method which opens a resource file by pathname,
Jack Jansen
2002-03-21
1
-7/+12
*
For reasons I don't fully understand we sometimes get unexpected events
Jack Jansen
2002-03-21
2
-2/+8
*
Solve sync() signature conflict differently: manually return 0 if
Jack Jansen
2002-03-21
1
-3/+5
*
New checkin to convert from BinHex to AppleSingle encoding.
Jack Jansen
2002-03-21
1
-0/+0
*
Patch #532729: check for sem_init in -lrt.
Martin v. Löwis
2002-03-21
3
-264/+313
*
Fix grammar
Neal Norwitz
2002-03-21
1
-1/+1
*
[Apply SF patch #504943]
Walter Dörwald
2002-03-21
3
-6/+23
*
Do not insert characters for unicode-escape decoders if the error mode
Martin v. Löwis
2002-03-21
2
-14/+32
*
[Apply patch #500457 from the PyXML tracker]
Andrew M. Kuchling
2002-03-20
1
-0/+9
*
Remove compiler warnings on Solaris 8.
Neal Norwitz
2002-03-20
4
-3/+5
*
Change raw "except:" constructs to pass on KeyboardInterrupt.
Tim Peters
2002-03-20
1
-0/+4
[next]