- 10 Haz, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
Block the signal before calling sigwait(). Use os.fork() to ensure that we have only one thread. Initial patch written by Charles-François Natali.
-
Ross Lagerwall yazdı
-
- 09 Haz, 2011 21 kayıt (commit)
-
-
Victor Stinner yazdı
Initial patch by Charles-François Natali.
-
Brian Curtin yazdı
Windows 9x has long been unsupported and the result of GetFullPathName was not even being used in the first place.
-
R David Murray yazdı
-
R David Murray yazdı
Original fix by 'rep', final patch (with tests) by Xuanji Li.
-
R David Murray yazdı
-
R David Murray yazdı
I unfortunately introduced the regression when I refactored the code, and there were no tests of quoting so it wasn't caught. Now there is one.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
R David Murray yazdı
Fix and initial test patch by Michele Orrù.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.
-
Brian Curtin yazdı
-
Éric Araujo yazdı
-
Brian Curtin yazdı
Rather than wrapping the C _isdir function in a Python function, just import the C _isdir function directly. Additionally, add in the docstring which was left out.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
The example C extension used the “three.fast_taunt” name, but no “three” parent was defined in the setup.cfg. This did not cause a failure nor even print a warning, we may want to change that.
-
- 08 Haz, 2011 12 kayıt (commit)
-
-
Brian Curtin yazdı
By changing to the Windows GetFileAttributes API in nt._isdir we can figure out if the path is a directory without opening the file via os.stat. This has the minor benefit of speeding up os.path.isdir by at least 2x for regular files and 10-15x improvements were seen on symbolic links (which opened the file multiple times during os.stat). Since os.path.isdir is used in several places on interpreter startup, we get a minor speedup in startup time.
-
Brian Curtin yazdı
By changing to the Windows GetFileAttributes API in nt._isdir we can figure out if the path is a directory without opening the file via os.stat. This has the minor benefit of speeding up os.path.isdir by at least 2x for regular files and 10-15x improvements were seen on symbolic links (which opened the file multiple times during os.stat). Since os.path.isdir is used in several places on interpreter startup, we get a minor speedup in startup time.
-
Charles-François Natali yazdı
Lehtinen.
-
Antoine Pitrou yazdı
children and raises BrokenProcessPool in such a situation. Previously it would reliably freeze/deadlock.
-
Éric Araujo yazdı
Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````.
-
Brett Cannon yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Such tests are IMO easier to read if both operators are grouped.
-
Éric Araujo yazdı
This helps debugging in case of trailing blanks and such things.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Namely: use default arguments instead of explicit empty string; use multiple arguments instead of building strings.
-
Éric Araujo yazdı
-
- 07 Haz, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Łukasz Langa yazdı
-