- 20 Sep, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 19 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 18 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 17 Sep, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 15 Sep, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 14 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 13 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 12 Sep, 2012 6 commits
-
-
Barry Warsaw authored
on the action's default, reverting it back to previous behavior. Conversion is only done on string defaults. Add a test for this and another test that ensures such type conversions are only called once.
-
Christian Heimes authored
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases.
-
Christian Heimes authored
-
file:///home/vagrant/3.2Senthil Kumaran authored
-
Senthil Kumaran authored
-
Barry Warsaw authored
when action='append', type='str' and default=[].
-
- 10 Sep, 2012 17 commits
-
-
Jesus Cea authored
Closes #15793: Stack corruption in ssl.RAND_egd(). Python 2.7 hasn't any issue about this, but add a test just to be sure
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
R David Murray authored
-
Christian Heimes authored
-
Christian Heimes authored
Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371
-
R David Murray authored
Also adds tests to verify the documented behavior (which is probably a bug, as indicated in the added comments). Patch by Chris Jerdonek.
-
doko@ubuntu.com authored
changeset: 77827:c23b442b5d5e user: Antoine Pitrou <solipsis@pitrou.net> date: Thu Jun 28 01:20:26 2012 +0200 summary: Avoid using scrdir, it's broken. changeset: 77826:f0e58e778215 user: Neil Schemenauer <nas@arctrix.com> date: Wed Jun 27 15:58:37 2012 -0600 summary: Fix bug in test_tools that prevented building is separate directory.
-
Christian Heimes authored
-
Christian Heimes authored
-
doko@ubuntu.com authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 09 Sep, 2012 2 commits
- 08 Sep, 2012 4 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Chris Jerdonek.
-
Christian Heimes authored
BSD's make doesn't support some of the features.
-
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.
-