- 16 Haz, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73441 | tarek.ziade | 2009-06-16 09:29:52 +0200 (Tue, 16 Jun 2009) | 1 line Fixed #6287: documentation for the license field in distutils ........
-
- 14 Haz, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Hirokazu Yamamoto yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73425 | hirokazu.yamamoto | 2009-06-14 12:53:55 +0900 | 2 lines Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. (On Unix) Patch by STINNER Victor. ........
-
- 13 Haz, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 12 Haz, 2009 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73390 | martin.v.loewis | 2009-06-12 19:28:31 +0200 (Fr, 12 Jun 2009) | 3 lines Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. ........
-
R. David Murray yazdı
binary files.
-
- 11 Haz, 2009 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73348 | tarek.ziade | 2009-06-11 11:13:36 +0200 (Thu, 11 Jun 2009) | 1 line #6263 fixed syntax error in distutils.cygwinccompiler ........
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73341 | tarek.ziade | 2009-06-11 10:12:20 +0200 (Thu, 11 Jun 2009) | 1 line Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles ........
-
- 09 Haz, 2009 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Will backport to 3.0.
-
- 08 Haz, 2009 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73305 | ronald.oussoren | 2009-06-08 14:12:41 -0700 (Mon, 08 Jun 2009) | 4 lines This is a fix for Issue5809: you shouldn't specify both --enable-framework and --enable-shared ........
-
- 07 Haz, 2009 2 kayıt (commit)
-
-
Brett Cannon yazdı
added as a build flag as needed. This then led to the discovery that OS X framework builds did not have the LIBS var to pick up this flag. Fixes issue #6154. Thanks to Benjamin Peterson, Roumen Petrov, Erick Tryzelaar, Mark Dickinson, Evan Behar, and Ronald Oussoren for helping.
-
Martin v. Löwis yazdı
-
- 06 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Haz, 2009 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument.
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
#3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter.
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73201 | georg.brandl | 2009-06-04 10:58:32 +0200 (Do, 04 Jun 2009) | 1 line #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. ........
-
- 01 Haz, 2009 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73114 | amaury.forgeotdarc | 2009-06-01 22:53:18 +0200 (lun., 01 juin 2009) | 3 lines #4547: When debugging a very large function, it was not always possible to update the lineno attribute of the current frame. ........
-
Amaury Forgeot d'Arc yazdı
should generate a link-time error. I won't backport to 3.0, because it breaks binary compatibility
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 30 May, 2009 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73064 | antoine.pitrou | 2009-05-30 23:27:00 +0200 (sam., 30 mai 2009) | 4 lines Issue #5330: C functions called with keyword arguments were not reported by the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. ........
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 29 May, 2009 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
of the command line.
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines Issue #4873: Fix resource leaks in error cases of pwd and grp. ........
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Hirokazu Yamamoto yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73008 | tarek.ziade | 2009-05-29 17:08:07 +0900 | 1 line Fixed #6131: test_modulefinder leaked when run after test_distutils ........
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 28 May, 2009 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
R. David Murray yazdı
and 'cram-md5' auth methods.
-