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
*
More pre-2.3 build tweaks for the OS/2 EMX port:
Andrew MacIntyre
2003-07-16
4
-43/+24
*
A variety of markup-level adjustments.
Fred Drake
2003-07-16
1
-6/+6
*
Discussion of signatures for unicode.translate() and str.translate()
Raymond Hettinger
2003-07-16
2
-10/+10
*
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
*
- update some comments
Fred Drake
2003-07-16
1
-9/+21
*
Pass along the selected "What's New" document to the make file for the
Fred Drake
2003-07-16
1
-1/+1
*
Adjust description of the internationalized domain name encoding to
Fred Drake
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
*
Map \envvar to the TeXinfo equivalent, @env.
Fred Drake
2003-07-16
1
-1/+1
*
Simple support for the alltt environment.
Fred Drake
2003-07-16
1
-1/+3
*
In the description of enumerate(), the indexing operators should not
Fred Drake
2003-07-16
1
-2/+2
*
Teach this script about \AA and \aa (the Scandanavian A-ring
Fred Drake
2003-07-16
1
-1/+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
*
Correct previous patch looking for warnings module: sys.modules, not
Mark Hammond
2003-07-16
1
-1/+1
*
Nits.
Raymond Hettinger
2003-07-15
1
-2/+2
*
Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".
Mark Hammond
2003-07-15
2
-8/+40
*
Indexing is a mess; try to get the link targets closer to the relevant
Fred Drake
2003-07-15
2
-14/+11
*
process_commands_wrap_deferred:
Fred Drake
2003-07-15
1
-5/+13
*
Try to clean up some indexing relevant to the import statement.
Fred Drake
2003-07-15
1
-3/+3
*
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
*
Discuss calling new-style types.
Fred Drake
2003-07-15
1
-1/+9
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
2
-3/+30
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
1
-33/+47
*
heck environment closed status before closing a cursors. Fixes #763928.
Martin v. Löwis
2003-07-15
1
-1/+8
*
Add various test cases from SF patch 543867.
Walter Dörwald
2003-07-15
1
-1/+58
*
[Patch #708374] Only apply the check for file size if the file is a regular f...
Andrew M. Kuchling
2003-07-15
1
-1/+2
*
Make the prefix 7 spaces long, so the lines are properly aligned.
Walter Dörwald
2003-07-15
1
-1/+1
*
Remove proxy_print(), since that caused an inconsistency between
Fred Drake
2003-07-14
1
-10/+2
*
stylistic nits:
Fred Drake
2003-07-14
1
-6/+8
*
Markup consistency nits.
Fred Drake
2003-07-14
1
-15/+17
*
Added missing markup.
Fred Drake
2003-07-14
1
-0/+2
*
Fix unbalanced parenthesis in text.
Raymond Hettinger
2003-07-14
2
-2/+2
*
Fix missing parenthesis
Raymond Hettinger
2003-07-14
1
-1/+1
*
update norobots link
Skip Montanaro
2003-07-14
1
-1/+1
*
Give dumbdbm a sync() method which Shelve can call. Should solve some
Skip Montanaro
2003-07-14
1
-0/+2
*
+ libdumdbm
Skip Montanaro
2003-07-14
1
-0/+1
*
+ libdumbdbm
Skip Montanaro
2003-07-14
1
-0/+1
*
minimal dumdbm module doc
Skip Montanaro
2003-07-14
1
-0/+57
*
SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition
Raymond Hettinger
2003-07-14
1
-0/+3
*
SF patch #770521: make itertools type declarations static
Raymond Hettinger
2003-07-14
1
-24/+24
*
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
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
[next]