1. ab4096f Avoid possible undefined behaviour from signed overflow. by Mark Dickinson · 14 years ago
  2. 1c164a6 Fix typo in docstring. by Mark Dickinson · 14 years ago
  3. 177e853 Issue #3129: Trailing digits in format string are no longer ignored. by Alexander Belopolsky · 14 years ago
  4. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  5. 1286d7f test_sys: add a test on the file system encoding for darwin by Victor Stinner · 14 years ago
  6. 2b293cf Merged revisions 81878 via svnmerge from by Michael Foord · 14 years ago
  7. c41d141 Merged revisions 81859 via svnmerge from by Michael Foord · 14 years ago
  8. b874874 Merged revisions 81853 via svnmerge from by Michael Foord · 14 years ago
  9. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 14 years ago
  10. 0ca4624 Issue #8932: Skip required when compiled --without-threads. by Stefan Krah · 14 years ago
  11. 17173cf http://bugs.python.org/issue8832 Issue minidom.unlink with a context manager by Kristján Valur Jónsson · 14 years ago
  12. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  13. a59bfb3 Now that sunau has some tests, remove it from test_sundry. by R. David Murray · 14 years ago
  14. 095b273 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 14 years ago
  15. 59a1b2f Merged revisions 81820 via svnmerge from by Benjamin Peterson · 14 years ago
  16. 7f3652e Issue #8897: Fix sunau module, use bytes to write the header. Patch written by by Victor Stinner · 14 years ago
  17. d50a6b9 Merged revisions 81770 via svnmerge from by Michael Foord · 14 years ago
  18. 520ed0a Merged revisions 81764 via svnmerge from by Michael Foord · 14 years ago
  19. da562f6 Merged revisions 81763 via svnmerge from by Michael Foord · 14 years ago
  20. ac76074 Merged revisions 81753 via svnmerge from by Michael Foord · 14 years ago
  21. 9dad32e Merged revisions 81752 via svnmerge from by Michael Foord · 14 years ago
  22. cb11b25 Merged revisions 81747 via svnmerge from by Michael Foord · 14 years ago
  23. 085dfd3 Merged revisions 81739 via svnmerge from by Michael Foord · 14 years ago
  24. 67c399f Test fix to use floor division. Correction from merge in previous commit. by Michael Foord · 14 years ago
  25. 2034d9a Merged revisions 81728 via svnmerge from by Michael Foord · 14 years ago
  26. 4107d31 Merged revisions 81724 via svnmerge from by Michael Foord · 14 years ago
  27. da2cf04 Merged revisions 81706-81707 via svnmerge from by Benjamin Peterson · 14 years ago
  28. 2d5157e Merged revisions 81701 via svnmerge from by Martin v. Löwis · 14 years ago
  29. 0b99883 Merged revisions 81691 via svnmerge from by Senthil Kumaran · 14 years ago
  30. 447f82f Merged revisions 81687 via svnmerge from by Senthil Kumaran · 14 years ago
  31. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  32. 2c12ab1 Merged revisions 81662 via svnmerge from by Ronald Oussoren · 14 years ago
  33. 1b51272 Merged revisions 81667 via svnmerge from by Lars Gustäbel · 14 years ago
  34. 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 14 years ago
  35. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 14 years ago
  36. ae16af2 Merged revisions 81640 via svnmerge from by Brian Curtin · 14 years ago
  37. f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 14 years ago
  38. d35251d #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. by R. David Murray · 14 years ago
  39. 1790bc4 Issue #1289118: datetime.timedelta objects can now be multiplied by float by Alexander Belopolsky · 14 years ago
  40. 32eb864 Remove conditional import of 'ic', that module by Ronald Oussoren · 14 years ago
  41. c3acbc3 Merged revisions 81584 via svnmerge from by Brian Curtin · 14 years ago
  42. f03a616 Merged revisions 81566 via svnmerge from by Alexander Belopolsky · 14 years ago
  43. c4e4a8d Merged revisions 81559 via svnmerge from by Alexander Belopolsky · 14 years ago
  44. f9a5a8e Issue #2844: Make int('42', n) consistently raise ValueError for by Mark Dickinson · 14 years ago
  45. d5442cd Merged revisions 81555 via svnmerge from by Alexander Belopolsky · 14 years ago
  46. 56544db Merged revisions 81551 via svnmerge from by Mark Dickinson · 14 years ago
  47. 6da11e5 fix wrong assertIs context by Giampaolo Rodolà · 14 years ago
  48. a67299e Fix issue #8806: add SSL contexts support to ftplib by Giampaolo Rodolà · 14 years ago
  49. 6085321 Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
  50. 5f22e72 Merged revisions 81543 via svnmerge from by Victor Stinner · 14 years ago
  51. 0dee1b8 Fix the new TestMain.test_decode() of test_base64 for Windows by Victor Stinner · 14 years ago
  52. 479736b Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and by Victor Stinner · 14 years ago
  53. f43c3d3 Merged revisions 81527 via svnmerge from by Mark Dickinson · 14 years ago
  54. fb3dc94 Merged revisions 81525 via svnmerge from by Mark Dickinson · 14 years ago
  55. 16ed6cb added the list of public APIs in sysconfig by Tarek Ziadé · 14 years ago
  56. a751499 Made sysconfig a script that displays useful information - #8770 by Tarek Ziadé · 14 years ago
  57. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 14 years ago
  58. 50fe593 Merged revisions 81492 via svnmerge from by Steven Bethard · 14 years ago
  59. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  60. 2243e5e Merged revisions 81479 via svnmerge from by Benjamin Peterson · 14 years ago
  61. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 14 years ago
  62. a92ad7e Merged revisions 81471-81472 via svnmerge from by Victor Stinner · 14 years ago
  63. 3fed087 Merged revisions 81459 via svnmerge from by Victor Stinner · 14 years ago
  64. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 14 years ago
  65. aada7b8 Merged revisions 81428-81429,81432-81433,81437 via svnmerge from by Benjamin Peterson · 14 years ago
  66. 4ad6bd5 Merged revisions 81414 via svnmerge from by Benjamin Peterson · 14 years ago
  67. b369358 Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows by Victor Stinner · 14 years ago
  68. cc6a982 Issue #8748: Fix two issues with comparisons between complex and integer by Mark Dickinson · 14 years ago
  69. f0feec2 Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct by Victor Stinner · 14 years ago
  70. b521877 Issue #4870: Add an `options` attribute to SSL contexts, as well as by Antoine Pitrou · 14 years ago
  71. 150016f Issue #8559: improve unicode support of (gdb) libpython.py by Victor Stinner · 14 years ago
  72. 06710a8 Merged revisions 81371 via svnmerge from by Tarek Ziadé · 14 years ago
  73. e5a2673 Merged revisions 80068 via svnmerge from by Georg Brandl · 14 years ago
  74. 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
  75. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 14 years ago
  76. 5b08b4d Oops, add the new test_log.py for distutils test suite (missing part of r81359) by Victor Stinner · 14 years ago
  77. 1802d3f regrtest.py: call replace_stdout() before the first call to print() by Victor Stinner · 14 years ago
  78. 2ca03c1 Issue #8663: distutils.log emulates backslashreplace error handler. Fix by Victor Stinner · 14 years ago
  79. 2eb4a07 Merged revisions 81350 via svnmerge from by Stefan Krah · 14 years ago
  80. 93b5513 Issue #6697: Fix a crash if a keyword contains a surrogate by Victor Stinner · 14 years ago
  81. 82e02b5 Merged revisions 81294 via svnmerge from by Giampaolo Rodolà · 14 years ago
  82. b745a74 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. by Victor Stinner · 14 years ago
  83. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  84. c098385 Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding by Victor Stinner · 14 years ago
  85. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  86. 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 14 years ago
  87. c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 14 years ago
  88. 757445b Merged revision 81259 via svnmerge from by Florent Xicluna · 14 years ago
  89. 7cf7d72 Improve test_exit() error message to analyze sparc failures by Victor Stinner · 14 years ago
  90. d7e4c1c Typo (thanks Arfrever) by Antoine Pitrou · 14 years ago
  91. c55f2d1 Merged revisions 81261 via svnmerge from by Tarek Ziadé · 14 years ago
  92. c16a85c Merged revisions 81255 via svnmerge from by Tarek Ziadé · 14 years ago
  93. d091950 Try to fix buildbot failures with old OpenSSLs. by Antoine Pitrou · 14 years ago
  94. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 14 years ago
  95. 372ac5e PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead by Victor Stinner · 14 years ago
  96. 6baded4 Issue #6697: Fix a crash if code of "python -c code" contains surrogates by Victor Stinner · 14 years ago
  97. f155f1f Oops, my patch on subprocess is not merged yet: fix my previous commit on test_os by Victor Stinner · 14 years ago
  98. c2d095f test_os: cleanup test_internal_execvpe() and os._execvpe() mockup by Victor Stinner · 14 years ago
  99. 3047406 "xyzzy" is not a silly enough name for some OpenSSL versions to report an error by Antoine Pitrou · 14 years ago
  100. 27ba638 Do not fail if ssl fails to import by Antoine Pitrou · 14 years ago