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
*
- remove mention of the isprivate flag, since that isn't directly
Fred Drake
2003-07-17
1
-15/+12
*
back out the darwin supports_unicode_filenames patch; it causes deep problems...
Just van Rossum
2003-07-17
1
-4/+1
*
Bump the release number to 2.3c1.
Tim Peters
2003-07-17
5
-13/+15
*
Minor corrections.
Raymond Hettinger
2003-07-17
2
-2/+8
*
Patch from John Anderson to enable VC 7.1 support.
Jeremy Hylton
2003-07-17
1
-12/+27
*
- put the GNU info packages in the same place as everything else
Fred Drake
2003-07-17
1
-2/+5
*
- update the list of documents for which GNU info is built
Fred Drake
2003-07-17
1
-9/+8
*
Bump version numbers.
Fred Drake
2003-07-17
2
-2/+2
*
- improve the description of how user-defined method
Fred Drake
2003-07-17
1
-25/+85
*
Note that Unicode strings are now supported in sys.path.
Fred Drake
2003-07-17
1
-0/+2
*
Make the howto document class work properly with the pypaper.sty
Fred Drake
2003-07-17
1
-1/+1
*
Remove code that tried to warn about shadowing builtin names after a
Neil Schemenauer
2003-07-16
1
-6/+0
*
Remove code that tried to warn about shadowing builtin names after a
Neil Schemenauer
2003-07-16
1
-66/+1
*
Zap the C API subsection altogether for now. It's not actually usable from
Skip Montanaro
2003-07-16
1
-58/+0
*
Mention list.index; more small textual changes
Andrew M. Kuchling
2003-07-16
1
-26/+30
*
Add reminder list of things to document; mention sys.getcheckinterval() and s...
Andrew M. Kuchling
2003-07-16
1
-1/+9
*
Add mmap bugfix; typo and grammar fixes
Andrew M. Kuchling
2003-07-16
1
-3/+5
*
expose the C API subsection which was hidden from LaTeX in a comment. In
Skip Montanaro
2003-07-16
1
-22/+27
*
Clarify the lack of relationship between rich comparison operators.
Raymond Hettinger
2003-07-16
1
-0/+5
*
Doctest now examines all docstrings by default. Previously, it would
Raymond Hettinger
2003-07-16
3
-25/+44
*
Lots of markup cleanups to avoid warnings from the GNU info generation;
Fred Drake
2003-07-16
3
-23/+23
*
Remove \versionchanged; the text was too complex for the GNU info
Fred Drake
2003-07-16
1
-4/+4
*
Remove stray comments.
Jeremy Hylton
2003-07-16
1
-1/+0
*
Remove unnecessary check in tests for slots allowed.
Jeremy Hylton
2003-07-16
1
-1/+1
*
Minor text changes; update bug/patch count (quite a jump!)
Andrew M. Kuchling
2003-07-16
1
-18/+18
*
Make it easier to figure out the where a menuselection starts and ends
Fred Drake
2003-07-16
3
-2/+4
*
Cygwin instructions:
Fred Drake
2003-07-16
1
-5/+5
*
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
[next]