- 08 Sep, 2012 7 commits
-
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
Patch by Chris Jerdonek.
-
R David Murray authored
This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek.
-
R David Murray authored
This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
- 07 Sep, 2012 5 commits
-
-
Antoine Pitrou authored
This was a regression caused by the hash randomization patch.
-
Antoine Pitrou authored
This was a regression caused by the hash randomization patch.
-
Ross Lagerwall authored
The refleak occurred when assigning to window.encoding.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
- 06 Sep, 2012 9 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Ross Lagerwall authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Stefan Krah authored
-
Stefan Krah authored
src->format are either both NULL or both non-NULL. However, it is safer to generalize the function. Found by Coverity.
-
Eric Snow authored
-
- 05 Sep, 2012 4 commits
-
-
Antoine Pitrou authored
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 authored
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 authored
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
Antoine Pitrou authored
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 03 Sep, 2012 9 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
R David Murray authored
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 authored
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 authored
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 authored
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 authored
-
- 02 Sep, 2012 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-