1. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  2. 30fadc1 #2999: fix name of third parameter in unicode.replace()'s docstring. by Georg Brandl · 16 years ago
  3. 3c2523c Issue 2903: Add __name__ in globals for namedtuple namespace. by Raymond Hettinger · 16 years ago
  4. d99bee7 Issue 2855: Fix obscure crasher by slowing down the entire module. Mimics what was done to dictionaries in r59223. by Raymond Hettinger · 16 years ago
  5. 6585660 Issue 2784: fix leaks in exception exit. by Raymond Hettinger · 16 years ago
  6. 8df4e22 Fix typo in testSum by Mark Dickinson · 16 years ago
  7. 6983ff7 Note that UserList and UserString were moved to 'collections' in 3.0. by Brett Cannon · 16 years ago
  8. ef3dab2 Turn off debugging output for building bsddb. by Brett Cannon · 16 years ago
  9. 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 16 years ago
  10. a52b244 Fix compiler warning. by Thomas Heller · 16 years ago
  11. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
  12. f18a707 Revert #2990 patch; it's not necessary as Armin showed. by Georg Brandl · 16 years ago
  13. 2a9179a Fix two typos. by Raymond Hettinger · 16 years ago
  14. d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 16 years ago
  15. b77e888 #2988: add note about catching CookieError when parsing untrusted cookie data. by Georg Brandl · 16 years ago
  16. 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  17. 457501b Two fixes in bytearray docs. by Georg Brandl · 16 years ago
  18. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 16 years ago
  19. 5ec330c #2990: prevent inconsistent state while updating method cache. by Georg Brandl · 16 years ago
  20. dee01d8 fix spelling by Benjamin Peterson · 16 years ago
  21. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  22. 88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. by Mark Hammond · 16 years ago
  23. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 16 years ago
  24. dbd2f6d Better integration between Python testing and bsddb3 by Jesus Cea · 16 years ago
  25. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 16 years ago
  26. 0902cac Disable the use of BerkeleyDB 4.6 on platforms that appear to have by Gregory P. Smith · 16 years ago
  27. 1d31023 Improvements for test_py3kwarn by Benjamin Peterson · 16 years ago
  28. 838c7b3 remove some __getslice__ by Benjamin Peterson · 16 years ago
  29. 933d373 Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is by Gregory P. Smith · 16 years ago
  30. c1c83bb remove duplication in test module by Benjamin Peterson · 16 years ago
  31. 23921f0 Fix issue2589: there was a potential integer overflow leading to by Gregory P. Smith · 16 years ago
  32. 06abba3 fix minor grammar typo by Benjamin Peterson · 16 years ago
  33. 9171bed take Brett's advice on a few warnings by Benjamin Peterson · 16 years ago
  34. 4036fd4 Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until by Gregory P. Smith · 16 years ago
  35. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 16 years ago
  36. b17ad2d wrap line by Benjamin Peterson · 16 years ago
  37. 8f1a4a6 Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have by Gregory P. Smith · 16 years ago
  38. 572226c Define macros so that this still compiles on Python prior to r63675. by Gregory P. Smith · 16 years ago
  39. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 16 years ago
  40. eeb2b21 add __all__ to test_support by Benjamin Peterson · 16 years ago
  41. 2b4b5ac add PyByteArray docs by Benjamin Peterson · 16 years ago
  42. 8de9119 Add renaming notices to 3.0 http package members. by Georg Brandl · 16 years ago
  43. 8b12ee1 fix typo (thank Georg) by Benjamin Peterson · 16 years ago
  44. 438e9ac fix a minor typo by Benjamin Peterson · 16 years ago
  45. 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 16 years ago
  46. 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
  47. 7a99061 Updated NEWS by Christian Heimes · 16 years ago
  48. d7c7784 put a big note on configure.in asking people to run autoconf by Benjamin Peterson · 16 years ago
  49. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 16 years ago
  50. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  51. c3cb683 some updates to string formatting section in whatsnew by Benjamin Peterson · 16 years ago
  52. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  53. b4701e6 On Windows, we must build a debug version iff running a debug build of Python by Thomas Heller · 16 years ago
  54. e2caef7 Add renaming notices to xmlrpc modules. by Georg Brandl · 16 years ago
  55. 68d3eb9 Add renaming notices to 2.6 dbm module docs. by Georg Brandl · 16 years ago
  56. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 16 years ago
  57. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 16 years ago
  58. bbaa2eb Merged revisions 63634-63643 via svnmerge from by Martin v. Löwis · 16 years ago
  59. 367c79a Create grammar pickle files on installation; remove them on uninstallation. by Martin v. Löwis · 16 years ago
  60. f2e23d0 Merged revisions 62647-63633 via svnmerge from by Martin v. Löwis · 16 years ago
  61. 8a710dc Add renaming notices to thread and dummy_thread. by Georg Brandl · 16 years ago
  62. dcc8620 Include all licenses of the packages that we include. by Martin v. Löwis · 16 years ago
  63. 5d7d6c3 note about r63617 by Gregory P. Smith · 16 years ago
  64. 9e6468b Fix issue2669: bsddb simple/legacy interface iteration silently fails by Gregory P. Smith · 16 years ago
  65. e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 16 years ago
  66. ecd0ad3 Hint about _winreg renaming in the docs. by Georg Brandl · 16 years ago
  67. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  68. 995ee9d ConfigParser renaming reversal part 2: move module. by Georg Brandl · 16 years ago
  69. 9a1aa8c ConfigParser renaming reversal part 1: remove stub module. by Georg Brandl · 16 years ago
  70. c424061 print out information about which BerkeleyDB library was found by by Gregory P. Smith · 16 years ago
  71. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  72. 8107290 * Give the test_bsddb3 tests a unique temporary directory to run their by Gregory P. Smith · 16 years ago
  73. 6153ab3 Queue renaming reversal part 2: move module. by Georg Brandl · 16 years ago
  74. c821425 Queue renaming reversal part 1: remove stub module. by Georg Brandl · 16 years ago
  75. f7cbfcf Use test_support to get network ports to bind to. by Gregory P. Smith · 16 years ago
  76. d1e5715 Correct the url to the external bsddb.db docs (likely to be integrated by Gregory P. Smith · 16 years ago
  77. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  78. 6acb075 Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming by Guilherme Polo · 16 years ago
  79. b897c9a socketserver renaming reversal part 2: move rename module. by Georg Brandl · 16 years ago
  80. ae24967 socketserver renaming reversal part 1: remove stub module. by Georg Brandl · 16 years ago
  81. 7d3d04d Don't try to get the window size if it was never set before. by Martin v. Löwis · 16 years ago
  82. 68faf5b Use announce instead of print, to suppress output in the testsuite. by Martin v. Löwis · 16 years ago
  83. 5f54340 Introduce a user macro named $(externalsDir), which should point to the root directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo. by Trent Nelson · 16 years ago
  84. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  85. 0b334a6 Revert temporary checkin in revision 63545. by Mark Dickinson · 16 years ago
  86. 96b4240 Fix typo by Raymond Hettinger · 16 years ago
  87. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 16 years ago
  88. 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 16 years ago
  89. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  90. badd7da Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms by Mark Dickinson · 16 years ago
  91. 2d593cc Remove the old repr stub. by Brett Cannon · 16 years ago
  92. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  93. 778d5cc Tweak the comments and formatting. by Raymond Hettinger · 16 years ago
  94. 8f66a4a Temporary checkin to get configure to report more by Mark Dickinson · 16 years ago
  95. d055835 Better error reporting in test_math.py by Mark Dickinson · 16 years ago
  96. c11c339 Add tests for math.sum (Issue #2819) by Mark Dickinson · 16 years ago
  97. 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 16 years ago
  98. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  99. 3a7305e fix test_pydoc so it works on make installed Python installations by Benjamin Peterson · 16 years ago
  100. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 16 years ago