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
*
fix for bug #811160 - autoconf vs. hp/ux system header files.
Anthony Baxter
2003-09-27
2
-33/+122
*
update one more reference to a file that moved from texinputs/ to
Fred Drake
2003-09-27
1
-1/+1
*
Adjust the organization a bit and update some of the comments to
Fred Drake
2003-09-27
1
-9/+14
*
add commontex/ to the list of directories described here
Fred Drake
2003-09-27
1
-2/+3
*
point to the new location of the license information
Fred Drake
2003-09-27
1
-1/+1
*
Move content input files shared among the documents into a new directory
Fred Drake
2003-09-27
7
-11/+19
*
- use string methods
Fred Drake
2003-09-27
1
-12/+16
*
Fix the most recent change to the invocation of the mkhowto script so
Fred Drake
2003-09-27
1
-1/+8
*
Fix spelling and add markup.
Raymond Hettinger
2003-09-27
1
-59/+62
*
[Bug #812936] Correct the documentation for RotatingFileHandler.
Andrew M. Kuchling
2003-09-26
1
-11/+15
*
define a variable to specify the mkhowto program itself, as for any
Fred Drake
2003-09-25
1
-5/+7
*
Typo. HAVE_SYNC -> HAVE_FSYNC
Skip Montanaro
2003-09-25
1
-1/+1
*
Type. HAVE_SYNC -> HAVE_FSYNC
Skip Montanaro
2003-09-25
1
-2271/+3110
*
Typo: HAVE_SYNC -> HAVE_FSYNC
Skip Montanaro
2003-09-25
1
-1/+1
*
Typo: sys.prefex -> sys.prefix
Thomas Heller
2003-09-25
1
-2/+2
*
Add a glossary to the tutorial. Also generate an index. At the moment this
Skip Montanaro
2003-09-24
2
-1/+7
*
first cut at a glossary
Skip Montanaro
2003-09-24
1
-0/+265
*
- update to reflect that base classes can be class types as well as
Fred Drake
2003-09-24
1
-2/+5
*
Fix whitespace in example
Raymond Hettinger
2003-09-24
1
-3/+3
*
Fix typo in the comments.
Raymond Hettinger
2003-09-24
1
-1/+1
*
Add more identity tests.
Raymond Hettinger
2003-09-24
1
-0/+11
*
updates from sean
Anthony Baxter
2003-09-24
3
-51/+12
*
Build number for Python 2.3.1.
Thomas Heller
2003-09-23
1
-0/+2
*
Let IDLE use the HTMLHelp docs on Windows, if found.
Thomas Heller
2003-09-23
1
-2/+6
*
Change the default window size to 1024x768. This shows at least the
Thomas Heller
2003-09-23
1
-1/+33
*
Added codec for bz2 compression.
Raymond Hettinger
2003-09-23
4
-0/+75
*
note about HP compiler. CC="cc -Ae" is least broken, but still broken
Anthony Baxter
2003-09-23
1
-1/+2
*
Topical change: use 'startswith()' to identify test methods with a
Steve Purcell
2003-09-23
1
-2/+2
*
add entry for 2.3.1
Fred Drake
2003-09-23
1
-0/+1
*
include 2.3.1
Anthony Baxter
2003-09-23
1
-0/+1
*
PlaySoundTest.test_alias_nofallback(): Simplified the coding by using
Tim Peters
2003-09-22
1
-7/+2
*
PlaySoundTest.test_alias_fallback(): Disabled this test, and explained
Tim Peters
2003-09-22
1
-1/+12
*
SF 810242. Fix doubled word errors.
Raymond Hettinger
2003-09-22
4
-4/+4
*
New for unittest.py.
Guido van Rossum
2003-09-22
1
-0/+2
*
SF 810242. Fix doubled word errors.
Raymond Hettinger
2003-09-22
7
-7/+7
*
Avoid list as a variable name.
Walter Dörwald
2003-09-22
1
-10/+10
*
Added test whether wchar_t is signed or not. A signed wchar_t is not usable a...
Marc-André Lemburg
2003-09-22
3
-3103/+2349
*
- 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
[next]