- 09 Ock, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line fix_urllib: add mappings for the url parsing functions ........ r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line remove duplicated function ........ r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line turtle is no longer renamed ........ r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines Fix undefined locals in parse_tokens(). ........ r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line fix typo (thanks to Robert Lehmann) ........ r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876 ........
-
- 08 Ock, 2009 4 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 07 Ock, 2009 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Amaury Forgeot d'Arc.
-
- 06 Ock, 2009 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
an existing .py counterpart, override the co_filename attributes of all code objects if the original filename is obsolete (which can happen if the file has been renamed, moved, or if it is accessed through different paths). Patch by Ziga Seilnacht and Jean-Paul Calderone.
-
- 05 Ock, 2009 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
into the extern "C" section. Add a few more comments and apply some minor edits to make the file contents fit the original structure again.
-
Neal Norwitz yazdı
-
- 04 Ock, 2009 19 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
comments at top of decimal.py. (But note that the from_float method itself with still not be usable before Python 2.7.) See issue 4796 for discussion.
-
Mark Dickinson yazdı
Python/hypot.c replacement file. Use AC_CHECK_FUNCS instead. This change should be backported to 2.6 and 3.0.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
that it's equal to 1. (If isinf isn't defined, HAVE_DECL_ISINF is defined to be 0, rather than being undefined.)
-
Mark Dickinson yazdı
to use AC_CHECK_DECLS instead of AC_CHECK_FUNCS for these. (See discussion in issue #4506)
-
Mark Dickinson yazdı
issue #2937. This information can be helpful for diagnosing platform- specific problems in math and cmath. The result of the test also serves as a fairly reliable indicator of whether the x87 floating-point instructions (as opposed to SSE2) are in use on Intel x86/x86_64 systems.
-
Tarek Ziadé yazdı
-
Skip Montanaro yazdı
assuming the compiler will be "cc".
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Patch by Gabriel Genellina.
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Tarek Ziadé yazdı
-
- 03 Ock, 2009 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Guilherme Polo yazdı
"createtimerhandler", "mainloop", "dooneevent" and "quit" have been deprecated for removal in 3.x (part of issue #3638).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-