1. 9691e59 Merged revisions 81634 via svnmerge from by R. David Murray · 14 years ago
  2. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  3. 0460288 Further refinements to the C file API. by Antoine Pitrou · 14 years ago
  4. 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 14 years ago
  5. cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 14 years ago
  6. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  7. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  8. cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 14 years ago
  9. 7a70b2c Issue #8469: add standard sizes to struct docs table. by Mark Dickinson · 14 years ago
  10. fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 14 years ago
  11. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  12. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  13. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  14. 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 14 years ago
  15. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  16. da62f2f Merged revisions 81864 via svnmerge from by Alexander Belopolsky · 14 years ago
  17. 17173cf http://bugs.python.org/issue8832 Issue minidom.unlink with a context manager by Kristján Valur Jónsson · 14 years ago
  18. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  19. 1fbd36b Fix #8946. Extra PyObject* parameter documented which doesn't exist. by Brian Curtin · 14 years ago
  20. 6491248 Merged revisions 81489 via svnmerge from by Alexander Belopolsky · 14 years ago
  21. 69e25fa Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions by Victor Stinner · 14 years ago
  22. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  23. 7047eb7 Merged revisions 81788 via svnmerge from by Tarek Ziadé · 14 years ago
  24. 0d31d58 bltn-file-objects don't exist in python3 by Benjamin Peterson · 14 years ago
  25. cc1f597 reST indentation nit by Benjamin Peterson · 14 years ago
  26. 5c5eb36 fix typo by Benjamin Peterson · 14 years ago
  27. 3789b97 Merged revisions 81774-81775 via svnmerge from by Benjamin Peterson · 14 years ago
  28. 98b3e76 Merged revisions 81767 via svnmerge from by Michael Foord · 14 years ago
  29. 69f3fd0 Merged revisions 81756 via svnmerge from by Alexander Belopolsky · 14 years ago
  30. 775ae4a remove description of LOAD_LOCALS #8874 by Benjamin Peterson · 14 years ago
  31. 4b87620 Merged revisions 81652 via svnmerge from by Antoine Pitrou · 14 years ago
  32. c92c97c Merged revisions 81645 via svnmerge from by Senthil Kumaran · 14 years ago
  33. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  34. bcb8d3a Merged revisions 81586 via svnmerge from by R. David Murray · 14 years ago
  35. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  36. 9103597 Merged revisions 81621 via svnmerge from by Antoine Pitrou · 14 years ago
  37. a119393 Merged revisions 81598 via svnmerge from by Stefan Krah · 14 years ago
  38. 2016dc9 Merged revisions 81594 via svnmerge from by Antoine Pitrou · 14 years ago
  39. f82340d Merged revisions 81318 via svnmerge from by Ezio Melotti · 14 years ago
  40. 2550346 correct default value in signature by Benjamin Peterson · 14 years ago
  41. a67299e Fix issue #8806: add SSL contexts support to ftplib by Giampaolo Rodolà · 14 years ago
  42. f5077aa Recorded merge of revisions 81521 via svnmerge from by R. David Murray · 14 years ago
  43. a751499 Made sysconfig a script that displays useful information - #8770 by Tarek Ziadé · 14 years ago
  44. ec883db Document the context attribute of SSL sockets by Antoine Pitrou · 14 years ago
  45. cafaad4 Add a versionadded tag for SSL contexts. by Antoine Pitrou · 14 years ago
  46. 5971096 Merged revisions 81490 via svnmerge from by Steven Bethard · 14 years ago
  47. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  48. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 14 years ago
  49. 850a990 Merged revisions 81450 via svnmerge from by Georg Brandl · 14 years ago
  50. 592296e Merged revisions 81440 via svnmerge from by Georg Brandl · 14 years ago
  51. d25a5da Merged revisions 81431 via svnmerge from by Georg Brandl · 14 years ago
  52. 14dfede Fix signatures for the various TemporaryFile class^Wfunctions. by Georg Brandl · 14 years ago
  53. fe4fd83 Fix variable name in example. by Georg Brandl · 14 years ago
  54. 325524e Recorded merge of revisions 81415 via svnmerge from by Georg Brandl · 14 years ago
  55. 471ed00 Remove redundant example. by Georg Brandl · 14 years ago
  56. fd0eb3f Merged revisions 81404 via svnmerge from by Georg Brandl · 14 years ago
  57. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  58. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  59. 955d1b2 Merged revisions 81385 via svnmerge from by Benjamin Peterson · 14 years ago
  60. 45cceeb Add descriptor HOWTO to py3k docs. by Georg Brandl · 14 years ago
  61. 8173fb3 Recorded merge of revisions 80466-80469 via svnmerge from by Georg Brandl · 14 years ago
  62. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  63. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  64. a5bf3f5 Merged revisions 81354 via svnmerge from by Stefan Krah · 14 years ago
  65. 8fddc9e Add versionadded (3.2) tag to os.supports_bytes_environ documentation by Victor Stinner · 14 years ago
  66. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  67. e857d32 Removing the reference in the docs for overriding _urlopener global value. See Issue8619 for details. by Senthil Kumaran · 14 years ago
  68. af1d434 Merged revisions 81279 via svnmerge from by Senthil Kumaran · 14 years ago
  69. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  70. c55f2d1 Merged revisions 81261 via svnmerge from by Tarek Ziadé · 14 years ago
  71. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  72. 8eac60d Merged revisions 81229 via svnmerge from by Antoine Pitrou · 14 years ago
  73. b432451 fix run-on sentence by Benjamin Peterson · 14 years ago
  74. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  75. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  76. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 14 years ago
  77. 766ad36 Merged revisions 81163 via svnmerge from by Victor Stinner · 14 years ago
  78. f9a4442 Merged revisions 81145 via svnmerge from by Benjamin Peterson · 14 years ago
  79. ade1917 Merged revisions 81108 via svnmerge from by Fred Drake · 14 years ago
  80. 1587e3d Merged revisions 81087,81106 via svnmerge from by Fred Drake · 14 years ago
  81. 2d067c8 #8575 - Update and reorganize some _winreg contents. by Brian Curtin · 14 years ago
  82. e43baab Fix nits in the lexical analysis section: \u requires four digits, backtick is not allowed in source in 3.x. by Georg Brandl · 14 years ago
  83. b496bad remove reference to second argument to raise #8676 by Benjamin Peterson · 14 years ago
  84. bd576b7 Fix issue #4972: adds ftplib.FTP context manager protocol by Giampaolo Rodolà · 14 years ago
  85. e3ef5f1 Merged revisions 80990 via svnmerge from by Michael Foord · 14 years ago
  86. 905982b replace long with int by Benjamin Peterson · 14 years ago
  87. 16f3e90 Merged revisions 80980 via svnmerge from by Michael Foord · 14 years ago
  88. 0381e3f Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate by Mark Dickinson · 14 years ago
  89. 449c466 Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes by Victor Stinner · 14 years ago
  90. f650e46 Merged revisions 80894,80896 via svnmerge from by Benjamin Peterson · 14 years ago
  91. 0d6fe51 spacing and another versionadded by Benjamin Peterson · 14 years ago
  92. 662c74f versionadded for environb by Benjamin Peterson · 14 years ago
  93. 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 14 years ago
  94. 55f8ae2 Merged revisions 80826 via svnmerge from by Mark Dickinson · 14 years ago
  95. de629d4 Issue #8390: tarfile uses surrogateespace as the default error handler by Victor Stinner · 14 years ago
  96. 56d521c Fix issue8619 - Doc fix - code example. by Senthil Kumaran · 14 years ago
  97. 4db26af Fix Issue8619 docfix related to urllib. by Senthil Kumaran · 14 years ago
  98. e95a9ff Add what's new entry for r80157 and r80071. by Antoine Pitrou · 14 years ago
  99. fb7b668 Merged revisions 80716 via svnmerge from by Jesus Cea · 14 years ago
  100. 83fd9b9 Issue #8593: Fix, reorder and improve the documentation for argument parsing by Antoine Pitrou · 14 years ago