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
*
This commit was manufactured by cvs2svn to create tag 'r242c1'.
v2.4.2c1
cvs2svn
2005-09-20
1
-0
/
+1
*
(backport) test and fix for buggy handling of exceptions raised by C
Armin Rigo
2005-09-20
2
-3
/
+22
*
(backport) tracing of C functions: don't call the trace func
Armin Rigo
2005-09-20
1
-26
/
+31
*
C89 compliance.
Armin Rigo
2005-09-20
1
-2
/
+2
*
Update 64-bit AIX and HP-UX build instructions.
Guido van Rossum
2005-09-20
1
-4
/
+11
*
- On 64-bit platforms, when __len__() returns a value that cannot be
Guido van Rossum
2005-09-20
3
-2
/
+25
*
backport:
Anthony Baxter
2005-09-20
1
-0
/
+7
*
add 2.4.2 to the LaTeX version of the release history
Fred Drake
2005-09-20
1
-0
/
+1
*
pre-release machinations
Anthony Baxter
2005-09-20
8
-14
/
+17
*
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
Matthias Klose
2005-09-20
2
-1
/
+9
*
Note fix of memory leak.
Neal Norwitz
2005-09-19
1
-0
/
+2
*
Fix problems reported by valgrind:
Neal Norwitz
2005-09-19
1
-1
/
+2
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Georg Brandl
2005-09-18
3
-0
/
+10
*
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Martin v. Löwis
2005-09-18
2
-0
/
+39
*
Patch #1213831: Fix typo in unicodedata._getcode.
Martin v. Löwis
2005-09-18
2
-1
/
+3
*
Test case for latest complexobject fix.
Georg Brandl
2005-09-17
1
-0
/
+2
*
Misc. backported changes
Vinay Sajip
2005-09-16
1
-1
/
+4
*
Misc. backported changes
Vinay Sajip
2005-09-16
2
-6
/
+15
*
backport patch [ 1118729 ] Error in representation of complex numbers(again)
Georg Brandl
2005-09-16
1
-6
/
+3
*
Sync-up with head except for 1.72 which is Py2.5 specific.
Raymond Hettinger
2005-09-15
1
-10
/
+10
*
Sync-up with minor changes to the head.
Raymond Hettinger
2005-09-15
1
-14
/
+15
*
Removed assignment to an unused variable.
Raymond Hettinger
2005-09-15
1
-1
/
+0
*
backport patch [ 1277677 ] tkinter hello world example bug
Georg Brandl
2005-09-15
1
-1
/
+3
*
backport patch [ 1119423 ] python -c readlink()s and stat()s '-c'
Georg Brandl
2005-09-15
1
-3
/
+3
*
fix typo
Georg Brandl
2005-09-15
1
-1
/
+1
*
backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.
Georg Brandl
2005-09-15
1
-0
/
+7
*
Fix bug #687747 and patch #1077979 in webbrowser.py.
Georg Brandl
2005-09-15
1
-2
/
+2
*
Sync-up with patches to the head.
Raymond Hettinger
2005-09-15
1
-53
/
+61
*
Backport SF #1209527.
Raymond Hettinger
2005-09-15
1
-9
/
+13
*
Clear the regex cache when the locale changes.
Brett Cannon
2005-09-15
3
-1
/
+7
*
*** empty log message ***
Georg Brandl
2005-09-14
1
-0
/
+3
*
bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames
Georg Brandl
2005-09-14
1
-1
/
+2
*
backport bug [ 1274828 ] splitunc not documented
Georg Brandl
2005-09-14
2
-0
/
+11
*
Complete format code support in getargs.c::skipitem(), which is called when
Georg Brandl
2005-09-14
1
-0
/
+3
*
Complete format code support in getargs.c::skipitem(), which is called when
Georg Brandl
2005-09-14
1
-59
/
+39
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
11
-51
/
+106
*
(backport from HEAD)
Guido van Rossum
2005-09-14
4
-6
/
+41
*
comma nit
Georg Brandl
2005-09-14
1
-1
/
+1
*
backport notes about basicConfig() changes to 2.4 branch
Skip Montanaro
2005-09-14
1
-1
/
+23
*
Backport of patch #1290454: Fix reload() error message when parent is not
Georg Brandl
2005-09-14
1
-2
/
+3
*
Better wording for integer ref entry (from HEAD 1.131).
Georg Brandl
2005-09-12
1
-2
/
+2
*
Add FAQ entry regarding non-expoential representation.
Raymond Hettinger
2005-09-11
1
-2
/
+11
*
note that the return and yield statements cannot be used at the top level in
Fred Drake
2005-09-07
1
-1
/
+6
*
- fix typo report by email, only 1.5 years late
Fred Drake
2005-09-07
1
-7
/
+7
*
Clarify what is meant with "whole numbers".
Georg Brandl
2005-09-04
1
-1
/
+2
*
use a test for PDF support that is more portable across teTeX major versions
Matthias Klose
2005-09-04
2
-4
/
+8
*
bug [ 1274069 ] bz2module.c compiler warning
Georg Brandl
2005-09-03
1
-5
/
+12
*
- Correct PyBool_FromLong's return type and its description.
Georg Brandl
2005-09-03
1
-226
/
+226
*
Backport checkin:
Walter Dörwald
2005-09-01
2
-1
/
+6
*
Reverting previous checkin. This breaks too much of HTMLParser to be applied
Georg Brandl
2005-09-01
1
-1
/
+1
[next]