- 08 Eyl, 2012 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 07 Eyl, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
This was a regression caused by the hash randomization patch.
-
Antoine Pitrou yazdı
This was a regression caused by the hash randomization patch.
-
Ross Lagerwall yazdı
The refleak occurred when assigning to window.encoding.
-
Christian Heimes yazdı
BSD's make doesn't support some of the features.
-
Christian Heimes yazdı
BSD's make doesn't support some of the features.
-
- 06 Eyl, 2012 9 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Ross Lagerwall yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
src->format are either both NULL or both non-NULL. However, it is safer to generalize the function. Found by Coverity.
-
Eric Snow yazdı
-
- 05 Eyl, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Note that the trashcan functions are part of the stable ABI, therefore they have to be kept around for binary compatibility of extensions.
-
Antoine Pitrou yazdı
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 3.2.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 3.2.3 and earlier. However, extension modules compiled for 3.2.3 and earlier will be loadable by 3.2.4.
-
Antoine Pitrou yazdı
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
Antoine Pitrou yazdı
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 03 Eyl, 2012 9 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
R David Murray yazdı
Initial patch by Anton Barkovsky, refined a bit by me to further subdivide the test methods. Provides tests for the previous two bug fix commits.
-
R David Murray yazdı
This eliminates a ResourceWarning, since before webbrowser was explicitly opening os.devnull and then leaving it open. Tests to follow. Patch by Anton Barkovsky.
-
R David Murray yazdı
Patch by Anton Barkovsky, comment addition by me. This shows up as a bug in 3.3 because the definition for Chrome produces such an empty string. Tests will follow.
-
R David Murray yazdı
Patch by Anton Barkovsky, comment addition by me. This showed up as a bug in 3.3 because the definition for Chrome produced such an empty string. This fix is tested in 3.3+; backporting the new test suite is more trouble than it is worth.
-
Nick Coghlan yazdı
-
- 02 Eyl, 2012 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Stefan Krah yazdı
-