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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Flush stdout before reading next command. Closes SF bug 526357.
Neil Schemenauer
2002-03-23
1
-0/+1
*
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
*
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
*
Revert part of previous patch: several install_* subcommands expect
Andrew M. Kuchling
2002-03-22
1
-1/+1
*
Add a simple test suite for netrc.py, and remove it from test_sundry
Andrew M. Kuchling
2002-03-22
2
-1/+43
*
[Bug #532115] netrc module was broken
Andrew M. Kuchling
2002-03-22
1
-11/+9
*
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
*
[Apply SF patch #504943]
Walter Dörwald
2002-03-21
1
-5/+14
*
Do not insert characters for unicode-escape decoders if the error mode
Martin v. Löwis
2002-03-21
1
-0/+8
*
[Apply patch #500457 from the PyXML tracker]
Andrew M. Kuchling
2002-03-20
1
-0/+9
*
Change raw "except:" constructs to pass on KeyboardInterrupt.
Tim Peters
2002-03-20
1
-0/+4
*
Make GzipFile an iterator. Closes bug #532621.
Neil Schemenauer
2002-03-20
1
-0/+10
*
A faster version of the find_prefix_at_end() function (that I found in the
Andrew M. Kuchling
2002-03-20
1
-9/+7
*
[Bug #531616] Make HTTPS work again by adding a sendall method to the
Andrew M. Kuchling
2002-03-18
1
-0/+3
*
To make 'urllib.py -t' run again, change FTP URL to a file that actually
Andrew M. Kuchling
2002-03-18
1
-1/+1
*
amk's fix attached to
Michael W. Hudson
2002-03-18
3
-1/+26
*
Patch #495598: add an -q (quiet) option to pycompile.
Martin v. Löwis
2002-03-18
1
-9/+19
*
Correctly set default entry in all cases.
Martin v. Löwis
2002-03-18
1
-6/+9
*
Patch #499513: use readline() instead of readlines(). Removed the
Martin v. Löwis
2002-03-18
1
-16/+6
*
Patch #525870: Avoid duplicate stat calls, use st_ attributes.
Martin v. Löwis
2002-03-18
1
-4/+2
*
Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault
Guido van Rossum
2002-03-18
1
-0/+5
*
dump the string exception fallback for anydbm.error.
Skip Montanaro
2002-03-18
1
-5/+2
*
initial test_anydbm module - based on test_dumbdbm.py
Skip Montanaro
2002-03-18
1
-0/+96
*
further work on dynamic reconfiguration;
Steven M. Gava
2002-03-18
2
-0/+34
*
netrc will now raise a more predictable exception when $HOME is not set
Paul Prescod
2002-03-18
1
-1/+4
*
restructure a bit to not rely on test case execution ordering
Skip Montanaro
2002-03-17
1
-4/+28
*
Regenerated for Irix 6.5.
Jack Jansen
2002-03-17
3
-69/+776
*
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.
Jack Jansen
2002-03-17
1
-1/+2
*
SF patch 530070: pydoc regression, from Martin and Guido.
Tim Peters
2002-03-17
1
-2/+11
*
Patch #430706: Persistent connections in BaseHTTPServer.
Martin v. Löwis
2002-03-17
2
-34/+126
*
Wrap a couple of long lines.
Fred Drake
2002-03-15
1
-2/+4
*
Corrected _localized_name.__getitem__ based on code in patch 503202 (which I
Skip Montanaro
2002-03-15
1
-7/+9
*
Patch #527427: minidom fails to use NodeList sometimes.
Martin v. Löwis
2002-03-15
1
-5/+5
*
Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall...
Jack Jansen
2002-03-15
1
-1/+5
*
If no webbrowsers were found _tryorder would be empty, cmd would never be set...
Jack Jansen
2002-03-15
1
-0/+1
*
....
Michael W. Hudson
2002-03-15
1
-1/+1
*
Fix
Michael W. Hudson
2002-03-15
1
-2/+9
*
make _localized_name instances work more like the tuples they replaced. In
Skip Montanaro
2002-03-15
1
-5/+12
[next]