1. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  2. 30b7a90 Add a link to PEP 3147 from the importlib docs. by Brett Cannon · 14 years ago
  3. 2ebf8ce Merged revisions 81881-81882 via svnmerge from by Benjamin Peterson · 14 years ago
  4. 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 14 years ago
  5. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  6. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  7. 952867a #9078: fix some Unicode C API descriptions, in comments and docs. by Georg Brandl · 14 years ago
  8. 1341f57 Merged revisions 82251 via svnmerge from by Alexander Belopolsky · 14 years ago
  9. 56303e0 Merged revisions 82236 via svnmerge from by Alexander Belopolsky · 14 years ago
  10. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  11. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  12. 0aae6dc Minor comment formatting. by Senthil Kumaran · 14 years ago
  13. c5b81ee Minor docs issue. by Senthil Kumaran · 14 years ago
  14. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  15. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago
  16. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 14 years ago
  17. 2aa3af4 Issue #8939: Improve arg.rst by Victor Stinner · 14 years ago
  18. 49d7a57 Added a new line at the end of the file. by Alexander Belopolsky · 14 years ago
  19. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  20. f4112e2 Add note about changes to the `round` function between 2.x and 3.x. by Mark Dickinson · 14 years ago
  21. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  22. 294f271 Merged revisions 82026 via svnmerge from by Senthil Kumaran · 14 years ago
  23. 97db43b Merged revisions 82018 via svnmerge from by Senthil Kumaran · 14 years ago
  24. 17c371c Remove versionadded accidentally introduced by r82008. by R. David Murray · 14 years ago
  25. 9691e59 Merged revisions 81634 via svnmerge from by R. David Murray · 14 years ago
  26. b39a0c2 Issue 5094: minor documentation fixes by Alexander Belopolsky · 14 years ago
  27. 0460288 Further refinements to the C file API. by Antoine Pitrou · 14 years ago
  28. 5d8a6c8 Fixes to the PyFile_FromFd() doc, by Renato Cunha. by Antoine Pitrou · 14 years ago
  29. cb532f1 Merged revisions 81992 via svnmerge from by Mark Dickinson · 14 years ago
  30. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  31. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  32. cfd56f2 Issue #8469: Reorder struct module sections for clarity; other minor tweaks. by Mark Dickinson · 14 years ago
  33. 7a70b2c Issue #8469: add standard sizes to struct docs table. by Mark Dickinson · 14 years ago
  34. fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 14 years ago
  35. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  36. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  37. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  38. 7909b00 Fix some bugs in c-api/arg.rst documentation by Victor Stinner · 14 years ago
  39. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  40. da62f2f Merged revisions 81864 via svnmerge from by Alexander Belopolsky · 14 years ago
  41. 17173cf http://bugs.python.org/issue8832 Issue minidom.unlink with a context manager by Kristján Valur Jónsson · 14 years ago
  42. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  43. 1fbd36b Fix #8946. Extra PyObject* parameter documented which doesn't exist. by Brian Curtin · 14 years ago
  44. 6491248 Merged revisions 81489 via svnmerge from by Alexander Belopolsky · 14 years ago
  45. 69e25fa Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions by Victor Stinner · 14 years ago
  46. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  47. 7047eb7 Merged revisions 81788 via svnmerge from by Tarek Ziadé · 14 years ago
  48. 0d31d58 bltn-file-objects don't exist in python3 by Benjamin Peterson · 14 years ago
  49. cc1f597 reST indentation nit by Benjamin Peterson · 14 years ago
  50. 5c5eb36 fix typo by Benjamin Peterson · 14 years ago
  51. 3789b97 Merged revisions 81774-81775 via svnmerge from by Benjamin Peterson · 14 years ago
  52. 98b3e76 Merged revisions 81767 via svnmerge from by Michael Foord · 14 years ago
  53. 69f3fd0 Merged revisions 81756 via svnmerge from by Alexander Belopolsky · 14 years ago
  54. 775ae4a remove description of LOAD_LOCALS #8874 by Benjamin Peterson · 14 years ago
  55. 4b87620 Merged revisions 81652 via svnmerge from by Antoine Pitrou · 14 years ago
  56. c92c97c Merged revisions 81645 via svnmerge from by Senthil Kumaran · 14 years ago
  57. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  58. bcb8d3a Merged revisions 81586 via svnmerge from by R. David Murray · 14 years ago
  59. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  60. 9103597 Merged revisions 81621 via svnmerge from by Antoine Pitrou · 14 years ago
  61. a119393 Merged revisions 81598 via svnmerge from by Stefan Krah · 14 years ago
  62. 2016dc9 Merged revisions 81594 via svnmerge from by Antoine Pitrou · 14 years ago
  63. f82340d Merged revisions 81318 via svnmerge from by Ezio Melotti · 14 years ago
  64. 2550346 correct default value in signature by Benjamin Peterson · 14 years ago
  65. a67299e Fix issue #8806: add SSL contexts support to ftplib by Giampaolo Rodolà · 14 years ago
  66. f5077aa Recorded merge of revisions 81521 via svnmerge from by R. David Murray · 14 years ago
  67. a751499 Made sysconfig a script that displays useful information - #8770 by Tarek Ziadé · 14 years ago
  68. ec883db Document the context attribute of SSL sockets by Antoine Pitrou · 14 years ago
  69. cafaad4 Add a versionadded tag for SSL contexts. by Antoine Pitrou · 14 years ago
  70. 5971096 Merged revisions 81490 via svnmerge from by Steven Bethard · 14 years ago
  71. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  72. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 14 years ago
  73. 850a990 Merged revisions 81450 via svnmerge from by Georg Brandl · 14 years ago
  74. 592296e Merged revisions 81440 via svnmerge from by Georg Brandl · 14 years ago
  75. d25a5da Merged revisions 81431 via svnmerge from by Georg Brandl · 14 years ago
  76. 14dfede Fix signatures for the various TemporaryFile class^Wfunctions. by Georg Brandl · 14 years ago
  77. fe4fd83 Fix variable name in example. by Georg Brandl · 14 years ago
  78. 325524e Recorded merge of revisions 81415 via svnmerge from by Georg Brandl · 14 years ago
  79. 471ed00 Remove redundant example. by Georg Brandl · 14 years ago
  80. fd0eb3f Merged revisions 81404 via svnmerge from by Georg Brandl · 14 years ago
  81. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  82. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  83. 955d1b2 Merged revisions 81385 via svnmerge from by Benjamin Peterson · 14 years ago
  84. 45cceeb Add descriptor HOWTO to py3k docs. by Georg Brandl · 14 years ago
  85. 8173fb3 Recorded merge of revisions 80466-80469 via svnmerge from by Georg Brandl · 14 years ago
  86. 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
  87. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 14 years ago
  88. a5bf3f5 Merged revisions 81354 via svnmerge from by Stefan Krah · 14 years ago
  89. 8fddc9e Add versionadded (3.2) tag to os.supports_bytes_environ documentation by Victor Stinner · 14 years ago
  90. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  91. e857d32 Removing the reference in the docs for overriding _urlopener global value. See Issue8619 for details. by Senthil Kumaran · 14 years ago
  92. af1d434 Merged revisions 81279 via svnmerge from by Senthil Kumaran · 14 years ago
  93. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  94. c55f2d1 Merged revisions 81261 via svnmerge from by Tarek Ziadé · 14 years ago
  95. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 14 years ago
  96. 8eac60d Merged revisions 81229 via svnmerge from by Antoine Pitrou · 14 years ago
  97. b432451 fix run-on sentence by Benjamin Peterson · 14 years ago
  98. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  99. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  100. 77c3862 Issue #8711: Document PyUnicode_DecodeFSDefault*() functions by Victor Stinner · 14 years ago