GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix pprint to be able to handle objects that don't have a __repr__
Walter Dörwald
2004-11-15
1
-2
/
+2
*
SF bug 1066438: datetime.replace method description error
Tim Peters
2004-11-15
1
-7
/
+7
*
Back out rev 1.96; see #1009389.
Martin v. Löwis
2004-11-14
1
-1
/
+1
*
avoid applying :active to anchors that are only link targets
Fred Drake
2004-11-13
1
-1
/
+1
*
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...
Kurt B. Kaiser
2004-11-13
2
-6
/
+11
*
add another way to specify an alternate name for the documentation set,
Fred Drake
2004-11-13
2
-1
/
+12
*
SF bug 1065388: calendar day/month name lookup too slow
Tim Peters
2004-11-13
3
-16
/
+35
*
Patch #1050475: Fix various x86_64 build issues
Martin v. Löwis
2004-11-13
3
-3
/
+11
*
if we treat \LaTeX specially, we need to do the same for \TeX
Fred Drake
2004-11-13
1
-0
/
+1
*
- wrap a long line
Fred Drake
2004-11-13
1
-1
/
+5
*
avoid the inane markup generated by LaTeX2HTML for \LaTeX; that simply
Fred Drake
2004-11-13
1
-2
/
+2
*
Add options to regrtest.py to make it possible to specify where to put
Walter Dörwald
2004-11-12
1
-8
/
+18
*
SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines
Tim Peters
2004-11-12
1
-2
/
+2
*
Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
Peter Astrand
2004-11-12
1
-1
/
+6
*
On second thought: "Errors should never pass silently", so barf when a
Just van Rossum
2004-11-12
2
-10
/
+16
*
testing control chars and non-dict root objects
Just van Rossum
2004-11-12
1
-0
/
+16
*
- \f is not a valid XML character
Just van Rossum
2004-11-12
1
-3
/
+4
*
reordered a couple of things
Just van Rossum
2004-11-12
1
-5
/
+6
*
SF bug 1060644. Better explanation of min() and max() methods. Thanks Raymond...
Facundo Batista
2004-11-12
1
-4
/
+8
*
SF #1063757: fix markup error (had LaTeX markup in the reST source,
Greg Ward
2004-11-12
1
-1
/
+1
*
Minor grammatical errors fixed
Vinay Sajip
2004-11-11
1
-7
/
+6
*
remove some generated cruft now that we avoid the removal of elements
Fred Drake
2004-11-11
1
-8
/
+7
*
Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet
Fred Drake
2004-11-11
5
-7
/
+13
*
add a comment explaining a particular text transformation
Fred Drake
2004-11-11
1
-0
/
+3
*
Replace last two uses of the "list" environment with "description"
Fred Drake
2004-11-11
1
-6
/
+6
*
remove unhelpful property setting that overrides the right setting for
Fred Drake
2004-11-11
1
-1
/
+0
*
- remove use of a "list" environment (replace with a table)
Fred Drake
2004-11-11
1
-15
/
+12
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
37
-37
/
+37
*
- hack for MSIE5 to make (real) tables center
Fred Drake
2004-11-10
2
-13
/
+13
*
more HTML styling detail changes
Fred Drake
2004-11-10
2
-4
/
+16
*
move table formatting for grammar productions from HTML to CSS
Fred Drake
2004-11-10
2
-17
/
+40
*
minor markup nits; fix missing whitespace
Fred Drake
2004-11-10
1
-2
/
+2
*
remove unreachable cruft
Fred Drake
2004-11-10
1
-2
/
+0
*
add a comment about one of the remaining warts in the table
Fred Drake
2004-11-10
1
-0
/
+6
*
remove comment that seems to be wrong after all; browsers do implement
Fred Drake
2004-11-10
1
-4
/
+0
*
move much of the table styling out of the HTML and into the CSS;
Fred Drake
2004-11-10
2
-70
/
+81
*
SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute...
Raymond Hettinger
2004-11-10
1
-0
/
+1
*
SF patch 1062495: Modules/zipimport.c does not compile on solaris
Raymond Hettinger
2004-11-10
1
-5
/
+5
*
Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug
Thomas Heller
2004-11-10
1
-3
/
+8
*
more more styling to the CSS
Fred Drake
2004-11-10
2
-2
/
+3
*
more XHTML friendliness: <dl compact> becomes well-formed
Fred Drake
2004-11-10
1
-6
/
+6
*
override a bit of LaTeX2HTML so empty table cells don't disappear from
Fred Drake
2004-11-10
1
-0
/
+43
*
SF patch #1062279: deque pickling problems
Raymond Hettinger
2004-11-09
2
-14
/
+48
*
SF 1062353: set pickling problems
Raymond Hettinger
2004-11-09
2
-5
/
+18
*
Bump version number
Andrew M. Kuchling
2004-11-09
1
-221
/
+383
*
And delete a useless comment.
Tim Peters
2004-11-08
1
-1
/
+0
*
_OutputRedirectingPdb.trace_dispatch(): Return the base class's
Tim Peters
2004-11-08
1
-4
/
+5
*
test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton
Tim Peters
2004-11-08
3
-7
/
+96
*
test for fixedness of bug #1057835.
Michael W. Hudson
2004-11-08
1
-0
/
+2
*
Fix bug
Michael W. Hudson
2004-11-08
1
-2
/
+2
[prev]
[next]