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
*
Bump to 2.6b3.
v2.6b3
Barry Warsaw
2008-08-21
6
-7
/
+7
*
Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au...
Hirokazu Yamamoto
2008-08-20
1
-7
/
+3
*
News for the tp_flags change.
Guido van Rossum
2008-08-20
1
-0
/
+8
*
News for the imageop fix.
Guido van Rossum
2008-08-20
1
-0
/
+1
*
fix up the multiprocessing docs a little
Benjamin Peterson
2008-08-20
1
-34
/
+22
*
Issue #3612: Added some missing basic types in ctypes.wintypes.
Hirokazu Yamamoto
2008-08-20
2
-11
/
+20
*
fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...
Hirokazu Yamamoto
2008-08-20
1
-5
/
+8
*
fix silly errors of mine
Benjamin Peterson
2008-08-20
1
-3
/
+3
*
newSymbolTable is not public API
Benjamin Peterson
2008-08-20
1
-3
/
+2
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
4
-16
/
+30
*
add a NEWS note for new args syntax
Benjamin Peterson
2008-08-20
1
-0
/
+3
*
follow-up of issue3473: update the compiler package to recognize the new syntax.
Amaury Forgeot d'Arc
2008-08-20
2
-26
/
+33
*
check that the parser module can handle the new keyword syntax
Benjamin Peterson
2008-08-19
1
-0
/
+1
*
Merged revisions 65876 via svnmerge from
Benjamin Peterson
2008-08-19
1
-0
/
+2
*
Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.
Guido van Rossum
2008-08-19
1
-12
/
+68
*
Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from
Guido van Rossum
2008-08-19
1
-6
/
+19
*
allow keyword args to be passed in after *args #3473
Benjamin Peterson
2008-08-19
5
-12
/
+29
*
COM method code is windows specific
Thomas Heller
2008-08-19
1
-1
/
+4
*
fix a little typo
Benjamin Peterson
2008-08-19
1
-1
/
+1
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
3
-6
/
+35
*
silence callable warning in hmac
Benjamin Peterson
2008-08-19
1
-1
/
+1
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
15
-87
/
+81
*
get unparse to at least unparse its self
Benjamin Peterson
2008-08-19
1
-2
/
+2
*
Fix strange character in the docstring.
Thomas Heller
2008-08-19
1
-1
/
+1
*
Merged revisions 65853-65854 via svnmerge from
Benjamin Peterson
2008-08-19
2
-4
/
+8
*
Fix grammar.
Georg Brandl
2008-08-18
2
-3
/
+3
*
update the threading docs to account for recent changes
Benjamin Peterson
2008-08-18
2
-23
/
+23
*
add py3k warnings for old threading APIs
Benjamin Peterson
2008-08-18
2
-1
/
+45
*
#2234 distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
2
-4
/
+8
*
fix old API names in test_ssl
Benjamin Peterson
2008-08-18
1
-4
/
+4
*
patch up multiprocessing until it's API can be changed too
Benjamin Peterson
2008-08-18
4
-11
/
+17
*
bring back the old API
Benjamin Peterson
2008-08-18
1
-0
/
+12
*
change a few uses of the threading APIs
Benjamin Peterson
2008-08-18
6
-16
/
+16
*
backport threading property changes
Benjamin Peterson
2008-08-18
2
-24
/
+18
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
4
-8
/
+9
*
Backport of r63826.
Eric Smith
2008-08-18
1
-6
/
+42
*
Fix typo
Nick Coghlan
2008-08-18
1
-1
/
+1
*
Issue 2235: document PyObject_HashNotImplemented
Nick Coghlan
2008-08-18
3
-0
/
+21
*
Belated NEWS entry for r65642
Nick Coghlan
2008-08-18
1
-0
/
+7
*
Restore Python 2.3 compatibility and remove "with" usage.
Marc-André Lemburg
2008-08-18
1
-2
/
+1
*
add a test for reduce's move
Benjamin Peterson
2008-08-18
1
-0
/
+6
*
follup to #3473: don't duplicate the reduce code
Benjamin Peterson
2008-08-18
1
-56
/
+10
*
correct version
Benjamin Peterson
2008-08-18
1
-1
/
+1
*
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
Brett Cannon
2008-08-18
6
-6
/
+11
*
Remove an unneeded import of abc.ABCMeta from 'inspect'.
Brett Cannon
2008-08-18
2
-1
/
+2
*
Remove two unneeded imports in 'io'.
Brett Cannon
2008-08-18
2
-2
/
+2
*
Remove imports of 'warnings' that are no longer needed in dummy_thread,
Brett Cannon
2008-08-17
4
-3
/
+2
*
Fix a refleak in bytearray.split and bytearray.rsplit, detected by
Amaury Forgeot d'Arc
2008-08-17
1
-4
/
+10
*
set svn:executable on a script
Benjamin Peterson
2008-08-17
1
-0
/
+0
*
#3580: fix a failure in test_os
Antoine Pitrou
2008-08-17
1
-1
/
+1
[next]