1. 98c779e Issue #20193: The _lzma module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  2. 1bc4bb2 Issue #20193: The _bz2 module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  3. 8d00d73 Issue #20133: The audioop module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  4. 1278561 Fixed converting errors in the binascii module (issue20151). by Serhiy Storchaka · 11 years ago
  5. 3ffd913 Issue #20151: The binascii module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  6. c3bf14d merge 3.3 (#20374) by Benjamin Peterson · 11 years ago
  7. f0b463a new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 11 years ago
  8. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  9. 8f81c3c merge 3.3 (#20374) by Benjamin Peterson · 11 years ago
  10. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 11 years ago
  11. fe5fff6 Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 11 years ago
  12. 744135d Issue #19936: Restored executable bits for several libffi files. by Serhiy Storchaka · 11 years ago
  13. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 11 years ago
  14. 09354fd (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from by Victor Stinner · 11 years ago
  15. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 11 years ago
  16. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  17. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  18. b7ccb20 Issue #20294: Argument Clinic now supports argument parsing for __new__ and by Larry Hastings · 11 years ago
  19. dc3cce0 merge 3.3 (#17811) by Benjamin Peterson · 11 years ago
  20. e83ed43 improve description of buffers argument for readv/writev (closes #17811) by Benjamin Peterson · 11 years ago
  21. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  22. 83fed26 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  23. f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
  24. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  25. 18cc3da Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  26. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  27. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  28. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  29. 7936c81 Merge from 3.3. by Stefan Krah · 11 years ago
  30. 1654040 Issue #19936: Disable shebang lines in order to prevent using a random by Stefan Krah · 11 years ago
  31. f5207e6 Clinic-ize the crypt module. Derby! by Antoine Pitrou · 11 years ago
  32. 901acb4 merge 3.3 (#20251) by Benjamin Peterson · 11 years ago
  33. a677d76 remove overly strict assertion (closes #20251) by Benjamin Peterson · 11 years ago
  34. e19d9d1 merge 3.3 (#20250) by Benjamin Peterson · 11 years ago
  35. 9cb33b7 correct defaultdict signature in docstring (closes #20250) by Benjamin Peterson · 11 years ago
  36. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  37. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  38. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  39. a51791a fix refleak in the error case by Benjamin Peterson · 11 years ago
  40. 8666e65 Issue #20228: Argument Clinic now has special support for class special methods. by Larry Hastings · 11 years ago
  41. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago
  42. 4637538 fix build when SCHED_SPORADIC is defined (closes #20217) by Benjamin Peterson · 11 years ago
  43. 78ace81 Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  44. 2f7c316 Remove conditional: it is useless at this point (OpenSSL headers are not yet included) by Antoine Pitrou · 11 years ago
  45. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  46. 766e10c merge 3.3 by Benjamin Peterson · 11 years ago
  47. 21e7d4c fix zipimport ref leak by Benjamin Peterson · 11 years ago
  48. 149e540 (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError by Victor Stinner · 11 years ago
  49. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  50. 2e385e2 Fixes issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  51. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  52. df7c22b Issue #19723: Missed one conversion to the new Argument Clinic syntax. by Larry Hastings · 11 years ago
  53. b05cbe6 Issue #12837: Silence a Clang compiler warning on OS X. by Brett Cannon · 11 years ago
  54. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  55. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  56. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  57. 3f144c2 Issue #20142: Py_buffer variables generated by Argument Clinic are now by Larry Hastings · 11 years ago
  58. 0455c3f Whitespace. by Stefan Krah · 11 years ago
  59. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  60. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  61. 41adc26 Merge from 3.3. by Stefan Krah · 11 years ago
  62. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  63. 5c86733 Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check by Victor Stinner · 11 years ago
  64. daeffd2 audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  65. e879452 threading.RLock._acquire_restore() now raises a TypeError instead of a by Victor Stinner · 11 years ago
  66. f4c68db (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago
  67. 5f8d485 parser: fix usage of Py_BuildValue() to build a parser error by Victor Stinner · 11 years ago
  68. 0e81463 whatsnew for gc.get_stats, plus doc tweaks. by R David Murray · 11 years ago
  69. 266772a merge by Christian Heimes · 11 years ago
  70. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  71. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  72. 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
  73. 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
  74. 08263f1 (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid by Victor Stinner · 11 years ago
  75. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 11 years ago
  76. cf58fb5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  77. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 11 years ago
  78. f326665 Fix os.listdir(): _Py_dup() already raises an exception on error, no need to by Victor Stinner · 11 years ago
  79. b1792d9 remove trailing spaces. by Gregory P. Smith · 11 years ago
  80. 85c2497 Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  81. 48d761e Issue #16404: Add checks for return value of PyLong_FromLong() in by Serhiy Storchaka · 11 years ago
  82. 711e27c tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE by Victor Stinner · 11 years ago
  83. 4d8c29c tracemalloc: only use unsigned types to compute hash by Victor Stinner · 11 years ago
  84. ae01a8b Merge from 3.3. by Stefan Krah · 11 years ago
  85. 1f1ec12 Issue #19986: Avoid an incorrect warning of older gcc versions. by Stefan Krah · 11 years ago
  86. 03241e8 Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  87. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 11 years ago
  88. f483b0f Issue #19972: Add rarely used freefunc. This fixes a leak if sys.exit() by Stefan Krah · 11 years ago
  89. 7ab9f72 Merge from 3.3. by Stefan Krah · 11 years ago
  90. 01e5f80 Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted by Stefan Krah · 11 years ago
  91. 3c2a178 Merge: #19970: Fix some comment typos. by R David Murray · 11 years ago
  92. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  93. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 11 years ago
  94. cb1c4c8 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  95. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 11 years ago
  96. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  97. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  98. 2aeb070 (Merge 3.3) Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  99. 258e4d3 Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  100. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 11 years ago