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
*
To ever run this test "you must import TestSkipped" from the right
Michael W. Hudson
2004-08-04
1
-6/+9
*
Updated Logger.log() docstring to clarify that lvl parameter should be an int...
Vinay Sajip
2004-08-04
1
-1/+1
*
Close handlers and tidy up loggers by removing closed handlers - to avoid pro...
Vinay Sajip
2004-08-04
1
-5/+11
*
Remove .width() and .iswide() from UserString as well.
Hye-Shik Chang
2004-08-04
1
-4/+0
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
4
-29/+13
*
Add a workaround for a problem that UTF-8 strings can be corrupted
Hye-Shik Chang
2004-08-04
1
-0/+35
*
Whitespace normalization.
Tim Peters
2004-08-04
8
-52/+52
*
test_threadsignals is an expected skip on win32.
Tim Peters
2004-08-04
1
-0/+1
*
To raise TestSkipped, you must import TestSkipped.
Tim Peters
2004-08-04
1
-1/+1
*
ihooks FancyModuleLoader.load_module()
Tim Peters
2004-08-04
2
-2/+13
*
make sure distutils logging is shut off in tests to avoid spurious output
Fred Drake
2004-08-03
5
-3/+25
*
Patch #986929: Add support for wish -sync and -use options.
Martin v. Löwis
2004-08-03
1
-2/+3
*
Wait for visibility before setting a grab. Fixes #946153.
Martin v. Löwis
2004-08-03
3
-0/+3
*
allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...
Fred Drake
2004-08-03
1
-0/+17
*
This allows additional commands to be provided for existing setup.py
Fred Drake
2004-08-03
2
-22/+162
*
add missing import!
Fred Drake
2004-08-03
1
-0/+1
*
avoid fragility: make sure POSIXLY_CORRECT is completely controlled
Fred Drake
2004-08-03
1
-1/+10
*
Add the same guard as test_signal.
Michael W. Hudson
2004-08-03
1
-0/+3
*
Argh! This was meant to be part of patch #960406.
Michael W. Hudson
2004-08-03
1
-0/+77
*
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
Martin v. Löwis
2004-08-03
1
-2/+2
*
Patch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis
2004-08-03
1
-1/+1
*
Patch #870382: Automatically add msvcr71 to the list of libraries if
Martin v. Löwis
2004-08-03
1
-0/+23
*
Check in my refleak hunting code.
Michael W. Hudson
2004-08-03
1
-19/+91
*
nice tests dont leave little suprises in the environ
Anthony Baxter
2004-08-03
1
-0/+1
*
More "noone expected this to run twice"ness removal.
Michael W. Hudson
2004-08-03
1
-3/+3
*
make this test work when run repeatedly.
Michael W. Hudson
2004-08-03
1
-3/+2
*
Removed use of 'cgi.initlog()' - the first call to cgi.log is actually
Anthony Baxter
2004-08-03
1
-1/+0
*
Don't exit test_main() with the lock 'done' held -- there's no cleaner
Michael W. Hudson
2004-08-03
1
-0/+1
*
Delete the items variable (and explain why).
Michael W. Hudson
2004-08-03
1
-0/+4
*
- fix description of option table entries
Fred Drake
2004-08-02
1
-3/+4
*
Use isabs() in conditional, not abspath
Andrew M. Kuchling
2004-08-02
1
-1/+1
*
and a unit test for the staticmethod-of-a-non-method failure just fixed
Anthony Baxter
2004-08-02
1
-0/+6
*
Completed the patch for Bug #215126.
Raymond Hettinger
2004-08-02
2
-0/+82
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
14
-725/+1084
*
Removed reliance on damaged module object appearing in sys.modules
Tim Peters
2004-08-02
1
-2/+1
*
New tests:
Tim Peters
2004-08-02
1
-0/+84
*
Removed no-longer-needed convolutions to recover from damaged modules
Tim Peters
2004-08-02
2
-25/+0
*
Fix SF #1001053, wave.open() with unicode filename fails
Neal Norwitz
2004-08-01
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-07-31
2
-100/+100
*
Be more careful about reverting mutuations to system-wide (sys) variables.
Tim Peters
2004-07-31
1
-20/+31
*
Upgrade optparse module and tests to Optik 1.5a1:
Greg Ward
2004-07-31
2
-341/+747
*
Repair typo in docstring.
Tim Peters
2004-07-31
1
-1/+1
*
* drop the unreasonable list invariant that ob_item should never come back
Armin Rigo
2004-07-29
1
-0/+17
*
Ignore exceptions which occur when closing files in shutdown()
Vinay Sajip
2004-07-29
1
-2/+7
*
SF bug #999776, zlib home page wrong
Neal Norwitz
2004-07-29
1
-1/+1
*
New codec: [ 996067 ] hp-roman8 codec
Marc-André Lemburg
2004-07-28
1
-0/+139
*
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
Marc-André Lemburg
2004-07-28
1
-0/+7
*
Since build_py handles package data installation, the list of outputs
Fred Drake
2004-07-28
1
-0/+11
*
Ack, removed useless import of os I just introduced.
Tim Peters
2004-07-27
1
-1/+1
*
Added a new fileno() method. ZODB's repozo.py wants this so it can
Tim Peters
2004-07-27
2
-2/+18
[next]