index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a banner to the shell startup message discussing possible
Kurt B. Kaiser
2003-07-27
3
-2
/
+26
*
Update for release.
Kurt B. Kaiser
2003-07-27
1
-1
/
+1
*
Fixes bug of having default argument for TimeRE's __init__ that caused the
Brett Cannon
2003-07-24
1
-2
/
+5
*
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon
2003-07-24
2
-48
/
+23
*
1. Python Bug 775541: Calltips error when docstring is None. Introduced
Kurt B. Kaiser
2003-07-23
3
-4
/
+12
*
Restored commented-out line checked in by mistake.
Tim Peters
2003-07-23
1
-1
/
+1
*
locale-restoration code: Don't leave comparison to None implicit. For
Tim Peters
2003-07-23
2
-2
/
+2
*
Fred wasn't kidding -- there really are docs for the locale module <wink>.
Tim Peters
2003-07-23
1
-11
/
+20
*
Fix error in test of not comparing against 0 item of a list
Brett Cannon
2003-07-22
1
-1
/
+1
*
Patch #775784: YA Cygwin expected regression test skip patch
Jason Tishler
2003-07-22
1
-0
/
+1
*
Change the zipimport implementation to accept files containing
Thomas Heller
2003-07-22
1
-1
/
+20
*
more generic reference to python interpreter
Skip Montanaro
2003-07-22
1
-1
/
+1
*
Windows fix: When PYTHONCASEOK is set, or for any other reason imports
Tim Peters
2003-07-22
1
-3
/
+9
*
readerThread(): Add max_retries to both DeadlockWrap() calls. This
Barry Warsaw
2003-07-21
1
-2
/
+2
*
Backport from r23c1-branch:
Jack Jansen
2003-07-21
1
-2
/
+2
*
test01_join(): Fix a test failure when run with "python -O". The
Barry Warsaw
2003-07-21
1
-1
/
+4
*
Repair operator error.
Jeremy Hylton
2003-07-18
1
-8
/
+3
*
SF patch 773476: NameError when there are no prefixes.
Jeremy Hylton
2003-07-18
1
-3
/
+9
*
up the b/w compatibility requirement to 2.2
Just van Rossum
2003-07-18
1
-1
/
+1
*
Make sure mimetypes is reinitialized before running the tests.
Jeremy Hylton
2003-07-18
1
-0
/
+1
*
Restore the locale to "C" on exit.
Jeremy Hylton
2003-07-18
1
-2
/
+5
*
Reflow long line.
Jeremy Hylton
2003-07-17
1
-2
/
+2
*
back out the darwin supports_unicode_filenames patch; it causes deep problems...
Just van Rossum
2003-07-17
1
-4
/
+1
*
Patch from John Anderson to enable VC 7.1 support.
Jeremy Hylton
2003-07-17
1
-12
/
+27
*
Doctest now examines all docstrings by default. Previously, it would
Raymond Hettinger
2003-07-16
1
-19
/
+28
*
Exercise Jim Fulton's new doctest extension for running doctests in a
Raymond Hettinger
2003-07-16
1
-2
/
+5
*
Fix faulty doctests. There is no results attribute.
Raymond Hettinger
2003-07-16
1
-5
/
+6
*
Extend last change to cover TestSuites as well as TestCases.
Raymond Hettinger
2003-07-16
1
-1
/
+1
*
Prevent failure on the mac, where "mbcs" is not the file system
Mark Hammond
2003-07-16
1
-2
/
+3
*
Update to reflect the current status of the configuration system.
Kurt B. Kaiser
2003-07-16
6
-85
/
+74
*
run_unittest() to support TestCase instances as well as classes. Helps with ...
Raymond Hettinger
2003-07-16
1
-1
/
+4
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-1
/
+0
*
Fixed test and converted to unittest format.
Raymond Hettinger
2003-07-15
1
-6
/
+25
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
2
-3
/
+30
*
Add various test cases from SF patch 543867.
Walter Dörwald
2003-07-15
1
-1
/
+58
*
Make the prefix 7 spaces long, so the lines are properly aligned.
Walter Dörwald
2003-07-15
1
-1
/
+1
*
stylistic nits:
Fred Drake
2003-07-14
1
-6
/
+8
*
Give dumbdbm a sync() method which Shelve can call. Should solve some
Skip Montanaro
2003-07-14
1
-0
/
+2
*
SF bug #770601: CGIHTTPServer and environment variables (bug + solution)
Raymond Hettinger
2003-07-14
1
-1
/
+1
*
Make close() identical to __del__() for a dumbdbm database. Make
Tim Peters
2003-07-13
2
-5
/
+12
*
SF patch #765238: fix fnmatch.__all__
Raymond Hettinger
2003-07-13
1
-1
/
+1
*
delete unused local variable (pychecker caught)
Skip Montanaro
2003-07-13
1
-1
/
+1
*
SF bug #769142: CallTip trimming may loop forever.
Raymond Hettinger
2003-07-13
1
-3
/
+1
*
Reworked test_warnings.py:
Raymond Hettinger
2003-07-13
2
-56
/
+81
*
This test failed on WindowsME because the full file path did not get
Raymond Hettinger
2003-07-13
2
-6
/
+6
*
Repaired typos in comments.
Tim Peters
2003-07-13
1
-1
/
+1
*
Fixed critical shutdown race in _Database._commit.
Tim Peters
2003-07-13
1
-5
/
+19
*
More comments about why not closing a dumddbm properly can be a disaster.
Tim Peters
2003-07-13
1
-3
/
+7
*
SF 748201: time.strptime() should display format and date on error
Raymond Hettinger
2003-07-13
1
-1
/
+2
*
_commit(): Modernization.
Tim Peters
2003-07-12
1
-2
/
+2
[next]