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
*
Make close() identical to __del__() for a dumbdbm database. Make
Tim Peters
2003-07-13
3
-5/+15
*
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
*
More pre-2.3 build tweaks for the OS/2 EMX port:
Andrew MacIntyre
2003-07-13
3
-263/+473
*
Initialize thread_id to 0 in unthreaded build. Fixes #770247.
Martin v. Löwis
2003-07-13
1
-0/+4
*
SF bug #769142: CallTip trimming may loop forever.
Raymond Hettinger
2003-07-13
1
-3/+1
*
Patch #770245: Pass LDFLAGS to pgen creation.
Martin v. Löwis
2003-07-13
1
-1/+1
*
Treat irix64 like irix. Fixes #764560. Will backport to 2.2.
Martin v. Löwis
2003-07-13
2
-3072/+2237
*
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
2
-2/+2
*
Fixed critical shutdown race in _Database._commit.
Tim Peters
2003-07-13
2
-5/+27
*
SF bug #706546: u''.translate not documented
Raymond Hettinger
2003-07-13
1
-1/+11
*
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
*
SF bug #770107: Typo in documentation of resource module
Raymond Hettinger
2003-07-13
1
-2/+2
*
Update for new module and new builtin.
Raymond Hettinger
2003-07-12
1
-0/+3
*
_commit(): Modernization.
Tim Peters
2003-07-12
1
-2/+2
*
There's a persistent rumor on the spambayes mailing list that dumbdbm
Tim Peters
2003-07-12
1
-28/+69
*
Patch #764470: Fix marshalling of faults. Will backport to 2.2.
Martin v. Löwis
2003-07-12
1
-1/+9
*
Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2.
Martin v. Löwis
2003-07-12
3
-14/+22
*
Fix missing parenthesis
Raymond Hettinger
2003-07-12
1
-1/+1
*
SF patch #726751: Clarify docs for except target assignment
Raymond Hettinger
2003-07-12
1
-8/+20
*
Expose the 'master' instance mentioned in the docs.
Raymond Hettinger
2003-07-11
1
-0/+1
*
Document Jim Fulton's docttest extensions.
Raymond Hettinger
2003-07-11
1
-8/+70
*
Don't include slash in search string; it's OS-specific.
Jeremy Hylton
2003-07-11
1
-1/+1
*
The Unpickler forget about its find_class attribute.
Jeremy Hylton
2003-07-11
1
-0/+3
*
Minor fixups and added sections for iterators and generators.
Raymond Hettinger
2003-07-11
1
-3/+117
*
Add whitespace.
Jeremy Hylton
2003-07-11
1
-3/+3
*
Change warnings to avoid importing re module during startup.
Jeremy Hylton
2003-07-11
3
-43/+91
*
- fix typo
Fred Drake
2003-07-11
1
-1/+1
*
patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm
Andrew MacIntyre
2003-07-11
1
-2/+5
*
[ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX
Just van Rossum
2003-07-11
1
-1/+5
*
__setitem__: Use integer division for computing # of blocks.
Tim Peters
2003-07-11
1
-2/+2
*
Added a new randomized test.
Tim Peters
2003-07-11
1
-0/+28
*
normalize whitespace
Fred Drake
2003-07-11
1
-78/+79
*
update the reference to the Apple Publications Style Guide
Fred Drake
2003-07-11
1
-4/+2
*
SF #767592: unittest docs don't suggest "unittest.main()"
Raymond Hettinger
2003-07-10
1
-0/+96
*
avoid testing for -Kthread or -pthread if the default build environment
Skip Montanaro
2003-07-10
2
-2240/+3085
*
fix stupid typo
Fred Drake
2003-07-10
1
-1/+1
*
SF Patch 763681
Kurt B. Kaiser
2003-07-10
1
-4/+4
*
Missing markup.
Raymond Hettinger
2003-07-10
1
-1/+1
*
Fixed a bug that's been there from the beginning but wasn't noticed
Just van Rossum
2003-07-10
1
-3/+3
*
don't optimize empty strings
Just van Rossum
2003-07-10
1
-1/+1
*
Fix wrong header name. The framework looks for auth_header.
Jeremy Hylton
2003-07-10
1
-8/+10
*
update OS/2 EMX port notes
Andrew MacIntyre
2003-07-10
1
-4/+9
*
Extend the pwd & grp emulations to support accessing the pwd/grp
Andrew MacIntyre
2003-07-10
2
-4/+78
*
patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similar
Andrew MacIntyre
2003-07-10
1
-2/+3
*
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
Raymond Hettinger
2003-07-09
10
-16/+14
*
Add versionadded. Remove duplicate "to"
Neal Norwitz
2003-07-09
1
-1/+2
[next]