1. 48decfe Remove file that should have been removed during the merge. by Georg Brandl · 17 years ago
  2. 3c8ce77 Add new directory "using". This should have been in the merge patch, by Georg Brandl · 17 years ago
  3. b0e8688 Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.) by Georg Brandl · 17 years ago
  4. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  5. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  6. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  7. 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
  8. e02647a Oh, I missed the output part of the test ... by Christian Heimes · 17 years ago
  9. 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
  10. 0b48954 Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not set because the name is stored in widename. by Christian Heimes · 17 years ago
  11. 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
  12. c6ecfcd Minor correction to the stdprinter object. by Guido van Rossum · 17 years ago
  13. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
  14. 1cd5bd2 make sure to write bytes instead of strings to underlying socket channel by Bill Janssen · 17 years ago
  15. 8cfe3a3 remove ord() calls on what are now integers rather than characters by Bill Janssen · 17 years ago
  16. 316414e Fix typo. by Georg Brandl · 17 years ago
  17. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  18. 2673a57 Bug #1356: Avoid using the C99 keyword 'restrict'. by Martin v. Löwis · 17 years ago
  19. 6203d8f Patch 1341 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  20. 3db4686 fix typo by Fred Drake · 17 years ago
  21. 5d21255 Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, by Guido van Rossum · 17 years ago
  22. 1b16ca4 URLError now takes only a single parameter. This was causing by Neal Norwitz · 17 years ago
  23. 96bf3cc Get a bunch of tests working on Mac OS. I suspect that a bunch of the by Neal Norwitz · 17 years ago
  24. 3d7a90d Get the locale and pwd tests working on the Solaris box where there by Neal Norwitz · 17 years ago
  25. 8866e0a Try to get this test to pass on Win64 by making clean for ssize_t by Neal Norwitz · 17 years ago
  26. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  27. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
  28. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 17 years ago
  29. ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
  30. a2074f0 Kill PyString_Encode(), which isn't used anywhere. by Guido van Rossum · 17 years ago
  31. 35d02c1 Delete test_str.py. There's not much there I care about, and it is confused by Guido van Rossum · 17 years ago
  32. a5d2d55 Patch 1335 by Christian Heimes. by Guido van Rossum · 17 years ago
  33. 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
  34. 61ec0d3 Fix some Py_ssize_t warnings on Win64 that were probably bugs by Neal Norwitz · 17 years ago
  35. 56cdf68 Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) by Neal Norwitz · 17 years ago
  36. 37f7e6e Add a missing news entry about how str8's constructor signature now matches the by Brett Cannon · 17 years ago
  37. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  38. daa251c Patch # 1302 by Christian Heimes (with some love from me :-). by Guido van Rossum · 17 years ago
  39. 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  40. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  41. edbcc13 Remove a test case which is no longer valid. by Georg Brandl · 17 years ago
  42. d2093f7 Fix a refleak for `filename', introduced in rev. 58466. by Georg Brandl · 17 years ago
  43. 5a2f7e60 Fix a broken format in a PyErr_Format() call: %lx is not supported. by Guido van Rossum · 17 years ago
  44. 52ddaef Make test_locale pass by removing tests that were designed to handle by Guido van Rossum · 17 years ago
  45. 39013cd A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. by Thomas Heller · 17 years ago
  46. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  47. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  48. b98cda4 Patch #1314 by Christian Heimes. by Guido van Rossum · 17 years ago
  49. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 17 years ago
  50. 083bea4 Remove duplicate entry for PyObject_AsFileDescriptor. by Georg Brandl · 17 years ago
  51. b6538a8 Remove redundant PyInt/PyLong checks. by Georg Brandl · 17 years ago
  52. d1cdf21 Update Pygments version from externals. by Georg Brandl · 17 years ago
  53. 7c67613 Update w.r.t. PEP 3137. by Georg Brandl · 17 years ago
  54. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  55. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  56. b98dd2e Patch 1304, by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  57. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  58. 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 17 years ago
  59. b8990aa ssue 1309: fix by Christian Heimes to be able to build on Windows. by Guido van Rossum · 17 years ago
  60. 7816e51 Fix exception indexing. by Georg Brandl · 17 years ago
  61. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  62. c2954e5 Make sure the malloc'ed string has space for the null byte. by Brett Cannon · 17 years ago
  63. e453989 Fix PyTokenizer_FindEncoding() for OS X 10.4. Turns out that seeking to the by Brett Cannon · 17 years ago
  64. 3bb42d9 Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that by Brett Cannon · 17 years ago
  65. d5ec98c Plug a memory leak where a struct tok_state was not being freed. by Brett Cannon · 17 years ago
  66. 6643cb2 Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) by Guido van Rossum · 17 years ago
  67. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  68. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  69. 21431e8 This is the uncontroversial half of patch 1263 by Thomas Lee: by Guido van Rossum · 17 years ago
  70. 630e464 Merge 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  71. 66077d8 Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytes by Gregory P. Smith · 17 years ago
  72. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  73. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  74. 3d2fd7f Fix a small typo in the comment of unicode_default_encoding[]. by Alexandre Vassalotti · 17 years ago
  75. 7648ba8 Make the docstring for io.open() a raw string so that the explanation for the by Brett Cannon · 17 years ago
  76. e20ad35 Move decl so it compiles with C89. by Neal Norwitz · 17 years ago
  77. 8d2ef87 Update what the locale module documents about string operations. by Guido van Rossum · 17 years ago
  78. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  79. cdadf24 Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. by Kurt B. Kaiser · 17 years ago
  80. d4ee167 Fix yet another stray 2.x-ism (maybe merged?). by Guido van Rossum · 17 years ago
  81. 3b7210d Make it possible to run this test stand-alone. by Guido van Rossum · 17 years ago
  82. 7c4c6c5 Fix typo: formats -> format. (Only mattered in wide unicode builds.) by Guido van Rossum · 17 years ago
  83. 6c91378 Fix some more memory leaks (in error conditions) introduced in r58455. by Neal Norwitz · 17 years ago
  84. 4167ebc Fix the memory leak introduced in r58455. The buffer reference by Alexandre Vassalotti · 17 years ago
  85. 70a2371 Remove the buffer API from PyUnicode as specified by PEP 3137. Also, by Alexandre Vassalotti · 17 years ago
  86. 659e7f4 Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  87. ddacf96 Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds. by Travis E. Oliphant · 17 years ago
  88. d417a15 Fix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not PyBUF_LOCKDATA. by Guido van Rossum · 17 years ago
  89. c05d384 Remove more hotshot cruft. by Neal Norwitz · 17 years ago
  90. fe9bed0 Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified. by Travis E. Oliphant · 17 years ago
  91. 9b30784 Add macros for checking for long double and defining the size of long double on the platform. Ctypes and Struct module will both need them. by Travis E. Oliphant · 17 years ago
  92. d5c0add Fix Issue 1268 with the array module by backing-out the 'w' addition. All builds will continue to use 'u' for unicode. by Travis E. Oliphant · 17 years ago
  93. e9fd231 Make _load_testfile() use its encoding argument when __loader__ is defined. by Brett Cannon · 17 years ago
  94. 5c5f170 Merge r58434: by Gregory P. Smith · 17 years ago
  95. 041683d Remove self-referential import. by Brett Cannon · 17 years ago
  96. f12088b clean out some hotshot-related build turds by Fred Drake · 17 years ago
  97. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  98. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  99. c5724de get rid of some more PyString uses. by Guido van Rossum · 17 years ago
  100. ebe8f8a Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code by Guido van Rossum · 17 years ago