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
*
- Fixed loading of tests by name when name refers to unbound
Steve Purcell
2003-09-22
1
-40/+58
*
Clean-up example code: remove string module and backticks.
Raymond Hettinger
2003-09-22
1
-3/+2
*
Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error.
Jeremy Hylton
2003-09-22
1
-15/+16
*
Add BerkeleyDB 4.2 to the library search for the bsddb module.
Gregory P. Smith
2003-09-22
1
-4/+11
*
minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
Gregory P. Smith
2003-09-21
1
-1/+1
*
raise pybsddb version number to 4.2.1 to differentiate between it and the
Gregory P. Smith
2003-09-21
1
-1/+1
*
Improve and expand identity tests.
Raymond Hettinger
2003-09-21
1
-11/+18
*
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
Gregory P. Smith
2003-09-21
21
-71/+114
*
Maintain backwards compatibility with python < 2.3 by dynamically
Gregory P. Smith
2003-09-20
1
-18/+30
*
SF patch 809915: Fix bogus address to hopefully always break.
Tim Peters
2003-09-20
1
-1/+8
*
test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't
Tim Peters
2003-09-20
1
-0/+1
*
Patch #800697: Add readline.clear_history.
Martin v. Löwis
2003-09-20
3
-0/+29
*
Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.
Martin v. Löwis
2003-09-20
4
-10/+8
*
Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3.
Martin v. Löwis
2003-09-20
3
-11/+164
*
Patch #730597: Disable POPEN for RTEMS.
Martin v. Löwis
2003-09-20
1
-0/+2
*
Patch #805613: Fix usage of the PTH library.
Martin v. Löwis
2003-09-20
2
-1/+7
*
Patch #808362: Fix typos.
Martin v. Löwis
2003-09-20
3
-3/+3
*
Patch #713645: Fix typo.
Martin v. Löwis
2003-09-20
1
-1/+1
*
Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-1/+1
*
Patch #805976: Add DOTBOX and UNDERLINE.
Martin v. Löwis
2003-09-20
1
-0/+5
*
Patch #805678: Add .so symlink during make install. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-0/+1
*
Patch #805604: Do not check for sem_init, do not use -Kthread,
Martin v. Löwis
2003-09-20
2
-14/+38
*
Improve detection of whether tzset is broken.
Brett Cannon
2003-09-19
3
-15/+56
*
Fix a typo found by Eric D. Moyer, closes SF 807813.
Thomas Heller
2003-09-17
1
-1/+1
*
SF patch #806246: use basestring where possible
Raymond Hettinger
2003-09-17
3
-3/+3
*
* Minor wording change
Raymond Hettinger
2003-09-16
1
-2/+8
*
Minor fixups
Raymond Hettinger
2003-09-16
2
-2/+3
*
On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type,
Tim Peters
2003-09-16
1
-137/+145
*
Double-fix of crash in Unicode freelist handling.
Jeremy Hylton
2003-09-16
2
-2/+12
*
Fix leak in classobject.c. The leak surfaced on the error exit when
Raymond Hettinger
2003-09-16
1
-0/+1
*
Test __all__ for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
Improve the leak fix so that PyTuple_New is only called when needed.
Raymond Hettinger
2003-09-16
1
-9/+11
*
Change checks of PyUnicode_Resize() return value for clarity.
Jeremy Hylton
2003-09-16
1
-18/+17
*
Correct check of PyUnicode_Resize() return value.
Jeremy Hylton
2003-09-16
1
-1/+2
*
Reflow long lines and reformat.
Jeremy Hylton
2003-09-16
1
-13/+13
*
Fix leak discovered in test_new by Michael Hudson.
Raymond Hettinger
2003-09-15
1
-17/+14
*
SF bug #804113: Crypto terminology for crypto hash function
Raymond Hettinger
2003-09-15
1
-3/+4
*
Remove possibly-misleading Expat version
Andrew M. Kuchling
2003-09-15
1
-2/+2
*
Explicitly define public symbols via __all__: see discussion with Raymond
Steve Purcell
2003-09-15
1
-0/+10
*
* Converted test to unittest format.
Raymond Hettinger
2003-09-13
1
-85/+158
*
The previous change works much faster (one lookup per key) when
Raymond Hettinger
2003-09-13
1
-0/+9
*
SF bug #804115: bad argument handling(unittest.py)
Raymond Hettinger
2003-09-13
1
-2/+2
*
Simplify doctest of tee().
Raymond Hettinger
2003-09-13
1
-6/+2
*
Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.
Martin v. Löwis
2003-09-12
1
-0/+3
*
Patch #790000: Allow os.access to handle Unicode file name.
Martin v. Löwis
2003-09-12
2
-0/+17
*
SF #662923
Raymond Hettinger
2003-09-12
5
-16/+56
*
SF bug #804280: fromkeys is not listed in index
Raymond Hettinger
2003-09-12
1
-4/+5
*
fix markup buglets
Fred Drake
2003-09-11
1
-22/+13
*
- added many links into the library reference
Fred Drake
2003-09-11
1
-30/+45
*
- add several links into the library reference
Fred Drake
2003-09-11
1
-36/+34
[next]