- 25 Sep, 2012 3 commits
-
-
Christian Heimes authored
HTTP servers and reduce memory usage. It's actually a backport of a Python 3.2 fix. Thanks to Adrien Kunysz.
-
Senthil Kumaran authored
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
-
Chris Jerdonek authored
-
- 24 Sep, 2012 5 commits
-
-
Mark Dickinson authored
Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Christian Heimes authored
method doesn't require an argument again.
-
- 21 Sep, 2012 4 commits
-
-
Ezio Melotti authored
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
-
Ezio Melotti authored
-
doko@ubuntu.com authored
tools (dpkg-dev) installed.
-
Benjamin Peterson authored
-
- 20 Sep, 2012 3 commits
-
-
Mark Dickinson authored
-
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 10 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.
-