1. 610aa4f Merged revisions 82404 via svnmerge from by Giampaolo Rodolà · 15 years ago
  2. b3a8984 Issue 9110. Adding ContextDecorator to contextlib. This enables the creation of APIs that act as decorators as well as context managers. contextlib.contextmanager changed to use ContextDecorator. by Michael Foord · 15 years ago
  3. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 15 years ago
  4. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 15 years ago
  5. c1c7cf6 Revert r82259; still no good way to override instead of replace OPT, but changing order alters pydebug optimization flags. by Brett Cannon · 15 years ago
  6. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 15 years ago
  7. 620c6c7 Having CFLAGS come before OPT prevents silencing certain classes of warnings by Brett Cannon · 15 years ago
  8. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 15 years ago
  9. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 15 years ago
  10. 6186bfb Merged revisions 82210 via svnmerge from by Antoine Pitrou · 15 years ago
  11. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 15 years ago
  12. 8bae4ec Issue #8682: The ssl module now temporary increments the reference count of by Antoine Pitrou · 15 years ago
  13. 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 15 years ago
  14. 285a689 Merged revisions 82157 via svnmerge from by Benjamin Peterson · 15 years ago
  15. 31b16a5 Merged revisions 82130 via svnmerge from by Benjamin Peterson · 15 years ago
  16. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 15 years ago
  17. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 15 years ago
  18. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 15 years ago
  19. 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 15 years ago
  20. 2cd1252 Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc by Victor Stinner · 15 years ago
  21. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 15 years ago
  22. 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 15 years ago
  23. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 15 years ago
  24. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 15 years ago
  25. a1b3740 Merged revisions 82039 via svnmerge from by R. David Murray · 15 years ago
  26. 2bdab24 Issue #850997: Oops, I forgot the author of the patch: Mark Hammond by Victor Stinner · 15 years ago
  27. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 15 years ago
  28. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 15 years ago
  29. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 15 years ago
  30. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 15 years ago
  31. bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 15 years ago
  32. fcdc79a Added acknowlegement for Issue #3129 by Alexander Belopolsky · 15 years ago
  33. 4b80ef5 Issue #8973: Add __all__ to struct module, so that help(struct) correctly by Mark Dickinson · 15 years ago
  34. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 15 years ago
  35. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 15 years ago
  36. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 15 years ago
  37. da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 15 years ago
  38. cc0cfd3 Merged revisions 81907 via svnmerge from by Antoine Pitrou · 15 years ago
  39. 177e853 Issue #3129: Trailing digits in format string are no longer ignored. by Alexander Belopolsky · 15 years ago
  40. 9b88b91 Fix issue number typo. by Mark Dickinson · 15 years ago
  41. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 15 years ago
  42. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 15 years ago
  43. 600d3be Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to by Victor Stinner · 15 years ago
  44. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 15 years ago
  45. 9530452 Merged revisions 81834 via svnmerge from by Benjamin Peterson · 15 years ago
  46. a3ac44e Add note for r81830. by Stefan Krah · 15 years ago
  47. 59a1b2f Merged revisions 81820 via svnmerge from by Benjamin Peterson · 15 years ago
  48. 7f3652e Issue #8897: Fix sunau module, use bytes to write the header. Patch written by by Victor Stinner · 15 years ago
  49. 7047eb7 Merged revisions 81788 via svnmerge from by Tarek Ziadé · 15 years ago
  50. 69f3fd0 Merged revisions 81756 via svnmerge from by Alexander Belopolsky · 15 years ago
  51. 2d5157e Merged revisions 81701 via svnmerge from by Martin v. Löwis · 15 years ago
  52. cb081b8 Merged revisions 81697 via svnmerge from by Martin v. Löwis · 15 years ago
  53. ec78d0a Merged revisions 81692 via svnmerge from by Martin v. Löwis · 15 years ago
  54. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 15 years ago
  55. 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 15 years ago
  56. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 15 years ago
  57. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 15 years ago
  58. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 15 years ago
  59. 33109a1 Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no by Victor Stinner · 15 years ago
  60. 1a41576 Merged revisions 81582 via svnmerge from by Martin v. Löwis · 15 years ago
  61. f03a616 Merged revisions 81566 via svnmerge from by Alexander Belopolsky · 15 years ago
  62. f9a5a8e Issue #2844: Make int('42', n) consistently raise ValueError for by Mark Dickinson · 15 years ago
  63. a67299e Fix issue #8806: add SSL contexts support to ftplib by Giampaolo Rodolà · 15 years ago
  64. 6085321 Fix #2810 - handle the case where some registry calls return by Brian Curtin · 15 years ago
  65. 5f22e72 Merged revisions 81543 via svnmerge from by Victor Stinner · 15 years ago
  66. 479736b Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and by Victor Stinner · 15 years ago
  67. a751499 Made sysconfig a script that displays useful information - #8770 by Tarek Ziadé · 15 years ago
  68. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 15 years ago
  69. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 15 years ago
  70. 0372113 Remove duplicate NEWS entry. by Mark Dickinson · 15 years ago
  71. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 15 years ago
  72. a92ad7e Merged revisions 81471-81472 via svnmerge from by Victor Stinner · 15 years ago
  73. 3fed087 Merged revisions 81459 via svnmerge from by Victor Stinner · 15 years ago
  74. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 15 years ago
  75. 25106ce Merged revisions 81443 via svnmerge from by Georg Brandl · 15 years ago
  76. aada7b8 Merged revisions 81428-81429,81432-81433,81437 via svnmerge from by Benjamin Peterson · 15 years ago
  77. 4ad6bd5 Merged revisions 81414 via svnmerge from by Benjamin Peterson · 15 years ago
  78. f978fac Merged revisions 81398 via svnmerge from by Antoine Pitrou · 15 years ago
  79. cc6a982 Issue #8748: Fix two issues with comparisons between complex and integer by Mark Dickinson · 15 years ago
  80. f0feec2 Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct by Victor Stinner · 15 years ago
  81. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 15 years ago
  82. 06710a8 Merged revisions 81371 via svnmerge from by Tarek Ziadé · 15 years ago
  83. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 15 years ago
  84. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 15 years ago
  85. 2ca03c1 Issue #8663: distutils.log emulates backslashreplace error handler. Fix by Victor Stinner · 15 years ago
  86. 9ca9c25 Issue #8589: Decode PYTHONWARNINGS environment variable with the file system by Victor Stinner · 15 years ago
  87. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 15 years ago
  88. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 15 years ago
  89. c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 15 years ago
  90. c16a85c Merged revisions 81255 via svnmerge from by Tarek Ziadé · 15 years ago
  91. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 15 years ago
  92. f9faaad Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path by Victor Stinner · 15 years ago
  93. 3800e1e Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes by Victor Stinner · 15 years ago
  94. 152efa2 Issue #8550: Add first class `SSLContext` objects to the ssl module. by Antoine Pitrou · 15 years ago
  95. e125f13 Recorded merge of revisions 81205 via svnmerge from by Victor Stinner · 15 years ago
  96. 0c3d21d fix one more runon by Benjamin Peterson · 15 years ago
  97. 4c8a9a2 Issue #8692: Improve performance of math.factorial: by Mark Dickinson · 15 years ago
  98. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 15 years ago
  99. 59e62db Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any by Victor Stinner · 15 years ago
  100. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 15 years ago