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
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate.
Martin v. Löwis
2006-04-11
1
-2
/
+0
*
Make _kind types global for C++ compilation.
Martin v. Löwis
2006-04-11
1
-1
/
+1
*
low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations
Anthony Baxter
2006-04-11
4
-22
/
+24
*
SF Patch #1463867: Improved generator finalization to allow generators
Phillip J. Eby
2006-04-10
1
-0
/
+3
*
Use PyObject_* allocator since FutureFeatures is small
Neal Norwitz
2006-04-10
2
-3
/
+3
*
Fix some warnings on HP-UX when using cc/aCC
Neal Norwitz
2006-04-10
1
-4
/
+7
*
Regenerate.
Martin v. Löwis
2006-04-07
1
-1
/
+1
*
Fix refleak in __import__("") (probably the cause of the 2 refleaks in
Thomas Wouters
2006-04-05
1
-0
/
+2
*
Fix __import__("") to raise ValueError rather than return None.
Thomas Wouters
2006-04-04
1
-1
/
+10
*
Generate line number table entries for except handlers.
Jeremy Hylton
2006-04-04
1
-0
/
+2
*
Disable .DLL as an extension for extension modules.
Martin v. Löwis
2006-04-04
1
-0
/
+6
*
Add lineno, col_offset to excephandler to enable future fix for
Jeremy Hylton
2006-04-04
2
-31
/
+66
*
Bug #1421664: Set sys.stderr.encoding
Martin v. Löwis
2006-04-03
2
-0
/
+15
*
Don't abbreviate ABS, use long name ABSOLUTE.
Neal Norwitz
2006-04-03
2
-4
/
+4
*
* Fix a refleak of *_attributes.
Neal Norwitz
2006-04-03
1
-144
/
+146
*
Accept keyword arguments for __import__ and doc the addition of the level par...
Neal Norwitz
2006-04-03
1
-6
/
+11
*
Expand comments on line numbers and blocks.
Jeremy Hylton
2006-04-01
1
-6
/
+21
*
Patch #1460496: round() now accepts keyword arguments.
Georg Brandl
2006-03-31
1
-13
/
+15
*
Expand comments.
Jeremy Hylton
2006-03-31
1
-0
/
+27
*
In format strings slinging Py_ssize_t, unconditionally
Tim Peters
2006-03-28
1
-9
/
+6
*
answer a question from a comment
Armin Rigo
2006-03-28
1
-3
/
+3
*
Fix SF bug #1458903 with AST compiler.
Neal Norwitz
2006-03-27
1
-4
/
+11
*
Years in the making.
Tim Peters
2006-03-26
1
-1
/
+1
*
Found this in an old email message from Hartmut Goebel.
Skip Montanaro
2006-03-25
1
-0
/
+1
*
Patch #1396919: Reenable the system scope threads on FreeBSD 5.4
Hye-Shik Chang
2006-03-23
1
-1
/
+11
*
Fix a ssize_t issue
Neal Norwitz
2006-03-23
1
-1
/
+1
*
Forward port MvL's fix in 43227:
Neal Norwitz
2006-03-23
1
-0
/
+4
*
Use macro versions instead of function versions when we already know the type.
Neal Norwitz
2006-03-20
2
-3
/
+3
*
Release codecs variable earlier.
Walter Dörwald
2006-03-18
1
-4
/
+2
*
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
Georg Brandl
2006-03-17
1
-1
/
+3
*
Fix bug 1441408 where a double colon didn't trigger extended slice semantics ...
Nick Coghlan
2006-03-17
1
-8
/
+12
*
Fix wrong argument format in PyCodec_IncrementalEncoder() and
Walter Dörwald
2006-03-16
1
-96
/
+57
*
Make mktuple consistent with mklist to get rid of Coverity warnings. Also us...
Neal Norwitz
2006-03-16
1
-10
/
+10
*
Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
Walter Dörwald
2006-03-15
1
-0
/
+50
*
Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...
Nick Coghlan
2006-03-13
1
-24
/
+29
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
3
-25
/
+27
*
Try to be a bit more consistent on all platforms:
Neal Norwitz
2006-03-09
1
-1
/
+4
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
1
-46
/
+22
*
Address an coverity issue. Coverity was complaining about a line that's fine,
Guido van Rossum
2006-03-07
1
-1
/
+2
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
3
-2
/
+11
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
5
-18
/
+34
*
Fix warnings on x86 (32-bit).
Neal Norwitz
2006-03-06
1
-1
/
+2
*
Try to cleanup the error handling a bit so there aren't false positives
Neal Norwitz
2006-03-06
1
-8
/
+12
*
Use %Id for size_t-ish things on Win64.
Martin v. Löwis
2006-03-05
1
-1
/
+1
*
Use Py_ssize_t for _Py_RefTotal.
Neal Norwitz
2006-03-04
2
-7
/
+13
*
Tabify
Neal Norwitz
2006-03-04
1
-34
/
+34
*
Get rid of run_err_mod(). It was only used in two places.
Neal Norwitz
2006-03-04
1
-14
/
+4
*
SF bug 1442442: LIST_APPEND optimization got lost in the AST merge.
Neal Norwitz
2006-03-03
1
-3
/
+4
*
Remove commented code
Neal Norwitz
2006-03-03
1
-24
/
+1
*
Text moved to PEP 339.
Brett Cannon
2006-03-02
1
-507
/
+0
[next]