- 15 Jun, 2010 5 commits
-
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ronald Oussoren authored
will fail when builddir != srcdir (that is, when you run configure in a directory that is not the top of the source tree).
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81992 | mark.dickinson | 2010-06-15 09:33:03 +0100 (Tue, 15 Jun 2010) | 3 lines Issue #8469: Further clarifications and improvements to struct module documentation. Thanks Mads Kiilerich. ........
-
- 14 Jun, 2010 4 commits
-
-
Brett Cannon authored
nicer to other VMs. Thanks to Philip Jenvey for the pointer.
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
implementing ``datetime.tzinfo`` interface.
-
- 13 Jun, 2010 6 commits
-
-
Victor Stinner authored
"t#" format was removed from convertitem() (convertsimple) but not skipitem().
-
Victor Stinner authored
formats if the string contains a null byte/character. Write unit tests for string formats.
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81971 | mark.dickinson | 2010-06-13 13:01:34 +0100 (Sun, 13 Jun 2010) | 1 line Ezio Melotti was missing from Misc/ACKS. ........
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81969 | mark.dickinson | 2010-06-13 12:07:00 +0100 (Sun, 13 Jun 2010) | 1 line Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews. ........
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81967 | mark.dickinson | 2010-06-13 11:50:29 +0100 (Sun, 13 Jun 2010) | 4 lines Issue #8986: erfc was raising OverflowError on Linux for arguments in the (approximate) range (-27.3, 30.0), as a result of an escaped errno value. ........
-
Mark Dickinson authored
-
- 12 Jun, 2010 18 commits
-
-
Alexander Belopolsky authored
-
Mark Dickinson authored
........ r81957 | mark.dickinson | 2010-06-12 19:50:34 +0100 (Sat, 12 Jun 2010) | 5 lines Issue #8469: Add standard sizes to table in struct documentation; additional clarifications and documentation tweaks. Backport of revisions 81955-81956 from py3k. ........
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81953 | benjamin.peterson | 2010-06-12 12:47:06 -0500 (Sat, 12 Jun 2010) | 1 line fix warning with ucs4 ........
-
Alexander Belopolsky authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
displays information for the struct.Struct class.
-
Nick Coghlan authored
........ r81945 | nick.coghlan | 2010-06-12 23:45:37 +1000 (Sat, 12 Jun 2010) | 1 line Backport a fix from Py3k for a potentially misleading example ........
-
Nick Coghlan authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80578 | nick.coghlan | 2010-04-29 00:29:06 +1000 (Thu, 29 Apr 2010) | 1 line Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) ........
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Brett Cannon authored
in a staticmethod. This is important for when __import__ is set to a function defined in Python instead of C.
-
Brett Cannon authored
test, make sure to check if __builtins__ is a dict or not. Discovered when running importlib.test.regrtest.
-
- 11 Jun, 2010 7 commits
-
-
Victor Stinner authored
filenames and enable os.fsencode().
-
Victor Stinner authored
Note: file system encoding cannot be None anymore (since r81190, issue #8610).
-
Victor Stinner authored
* replace "the default encoding" by "'utf-8' encoding" * fix "w" / "w*" / "w#" doc: similar to "y" / "y*" / "y#" and not "s" / "s*" / "s#" * "u#": remove "Non-Unicode objects are handled by interpreting their read-buffer pointer ...", it's no more true * "es", "es#": remove "... and objects convertible to Unicode into a character buffer", it's no more true * Py_BuildValue(), "K" and "L" formats: specify the name of the C type on Windows (_int64 / unsigned _int64) as done for PyArg_Parse*() long long types --CETTE ligne, et les suivantes ci-dessous, seront ignorées-- M Doc/c-api/arg.rst
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-