1. eeba356 Merged revisions 69494 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  2. 7810f94 Merged revisions 69494 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  3. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 15 years ago
  4. e71fc87 Fixed svn:eol-style. by Hirokazu Yamamoto · 15 years ago
  5. a2a21ee Merged revisions 69489-69490 via svnmerge from by Martin v. Löwis · 15 years ago
  6. 11f7210 Merged revisions 69489-69490 via svnmerge from by Martin v. Löwis · 15 years ago
  7. de7cdee Set eol-style to native by Martin v. Löwis · 15 years ago
  8. a3e3cb7 Issue #5134: Silence compiler warnings when compiling sqlite with VC++. by Martin v. Löwis · 15 years ago
  9. 7d5e987 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 15 years ago
  10. 436eb08 Merged revisions 69485 via svnmerge from by Tarek Ziadé · 15 years ago
  11. 74fbf60 Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib by Tarek Ziadé · 15 years ago
  12. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 3a409e9 This header was supposed to be committed in r69476 by Guilherme Polo · 15 years ago
  14. befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 15 years ago
  15. 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 15 years ago
  16. 322daea Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames. by Raymond Hettinger · 15 years ago
  17. a0c8eb5 Blocked revisions 69474 via svnmerge by Guilherme Polo · 15 years ago
  18. 6691772 Merged revisions 69474 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  19. b681df4 Merged revisions 69473 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  20. c1761b7 Add a NOTE that alternative VMs should be supported by importlib in a nicer by Brett Cannon · 15 years ago
  21. c5eba1e Enforcing Tk 8.3.1 requirement. by Guilherme Polo · 15 years ago
  22. a66cf5b Fixed issue #5122: Synchronize tk load failure check to prevent a by Guilherme Polo · 15 years ago
  23. a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 15 years ago
  24. 55bdb8e Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly) by Guilherme Polo · 15 years ago
  25. 4f41c58 Blocked revisions 69467 via svnmerge by Guilherme Polo · 15 years ago
  26. bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 15 years ago
  27. 94034ea Issue 5171: itertools.product docstring missing 'repeat' argument by Raymond Hettinger · 15 years ago
  28. 87ec085 Merged revisions 69459 via svnmerge from by Mark Dickinson · 15 years ago
  29. ae09899 Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  30. 4bf471f Merged revisions 69461 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  31. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 15 years ago
  32. 190c35f Turned setup_master public by Guilherme Polo · 15 years ago
  33. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 15 years ago
  34. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 16 years ago
  35. 4db70f3 Fixed missing import. by Vinay Sajip · 16 years ago
  36. 9c78658 Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5. by Vinay Sajip · 16 years ago
  37. b20af94 Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5. by Vinay Sajip · 16 years ago
  38. c7055a5 Blocked revisions 69443 via svnmerge by Mark Dickinson · 16 years ago
  39. 9e58a37 Silence 'arg may be used uninitialized in this function' warning from gcc. by Mark Dickinson · 16 years ago
  40. b8e17f7 a few edits and typos by Benjamin Peterson · 16 years ago
  41. c96db47 Merged revisions 69436 via svnmerge from by Mark Dickinson · 16 years ago
  42. 8761855 remove memoryview.__str__ #5182 by Benjamin Peterson · 16 years ago
  43. dd0989e Merged revisions 69433,69436 via svnmerge from by Mark Dickinson · 16 years ago
  44. 10fe877 Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit by Mark Dickinson · 16 years ago
  45. c5e68b1 document numliterals fixer by Benjamin Peterson · 16 years ago
  46. f1ffeb5 Blocked revisions 69433 via svnmerge by Mark Dickinson · 16 years ago
  47. b91d2f5 Remove redundant assignment in _PyObject_LengthHint by Mark Dickinson · 16 years ago
  48. 2a7d45b Issue #1717: add a DeprecationWarning in 3.x on type initialization by Mark Dickinson · 16 years ago
  49. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 16 years ago
  50. 1e2ea82 Blocked revisions 69425 via svnmerge by Nick Coghlan · 16 years ago
  51. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 16 years ago
  52. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 16 years ago
  53. b18984a Blocked revisions 69419-69420 via svnmerge by Nick Coghlan · 16 years ago
  54. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 16 years ago
  55. c3623b1 Mention patch submitter in NEWS entry for r69419 by Nick Coghlan · 16 years ago
  56. d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 16 years ago
  57. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
  58. e0820e2 document individual 2to3 fixers by Benjamin Peterson · 16 years ago
  59. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
  60. 096c3ad make destinsrc private by Benjamin Peterson · 16 years ago
  61. 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 16 years ago
  62. f8741ea Add test for issue #999042, explict global statement works. by Neil Schemenauer · 16 years ago
  63. 8a68122 Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1, by Antoine Pitrou · 16 years ago
  64. 8573d62 Fix broken test in test_hotshot. Treating the current directory as an by Neil Schemenauer · 16 years ago
  65. 34feea3 #5174: fix wrong file closing in example. by Georg Brandl · 16 years ago
  66. 7bf8d4e Add the missing importlib.test.extension.util. by Brett Cannon · 16 years ago
  67. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  68. f1a2ebf Blocked revisions 69404 via svnmerge by Guilherme Polo · 16 years ago
  69. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 16 years ago
  70. b2071f8 Update NOTES for importlib now that a replacement for functools.wraps is by Brett Cannon · 16 years ago
  71. 51d8bfc Create a simple substitute for functools.wraps to use in importlib._bootstrap. by Brett Cannon · 16 years ago
  72. 534b2cd Factor out helper code from importlib.test.extension.test_path_hook. by Brett Cannon · 16 years ago
  73. 36d1f3e Add a note for importlib about backporting some of functools.wraps functionality. by Brett Cannon · 16 years ago
  74. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 16 years ago
  75. d94e558 Move importlib's built-in importer to use rpartition for __package__. by Brett Cannon · 16 years ago
  76. eb2e0dd Move importlib's frozen importer over to rpartition for setting __package__. by Brett Cannon · 16 years ago
  77. 2b38494 Blocked revisions 69373-69374,69389,69394 via svnmerge by Benjamin Peterson · 16 years ago
  78. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  79. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 16 years ago
  80. 887b3f2 long -> int by Guilherme Polo · 16 years ago
  81. b1aae9f Blocked revisions 69377 via svnmerge by Guilherme Polo · 16 years ago
  82. 98c3b85 Make names generated for 'with' variables match the built-in compiler. by Neil Schemenauer · 16 years ago
  83. 48494d0 Merged revisions 69385 via svnmerge from by Tarek Ziadé · 16 years ago
  84. 6c207f9 Blocked revisions 69385 via svnmerge by Tarek Ziadé · 16 years ago
  85. 8be8765 #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place by Tarek Ziadé · 16 years ago
  86. 5132d81 Blocked revisions 69050,69060-69061,69169,69195,69211-69212 via svnmerge by Guilherme Polo · 16 years ago
  87. 491aee2 Merged revisions 69376-69377 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  88. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 16 years ago
  89. c8a20da Merged revisions 69376 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  90. 363161a Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will by Guilherme Polo · 16 years ago
  91. 14ff18d Partial fix to issue #1731706: memory leak in Tkapp_Call when calling by Guilherme Polo · 16 years ago
  92. d8f63bb Make test_build_ext.py use sysconfig "srcdir" to find the source for by Neil Schemenauer · 16 years ago
  93. aa397d1 Convert "srcdir" into an absolute path if that seems prudent. Currrently by Neil Schemenauer · 16 years ago
  94. 4db626f Overhaul Lib/compiler block ordering. The previous code was filled with by Neil Schemenauer · 16 years ago
  95. 0a7b2c7 #5173: StandardError wasn't removed in 2.6. by Georg Brandl · 16 years ago
  96. b9ebd04 Replace references to python-3000 mailing list with python-dev in README. by Mark Dickinson · 16 years ago
  97. fce970a Merged revisions 69366 via svnmerge from by Tarek Ziadé · 16 years ago
  98. 5ef3fdc Blocked revisions 69366 via svnmerge by Tarek Ziadé · 16 years ago
  99. 0d6705b Fixed #5167: test_customize_compiler does not apply under non unix compilers by Tarek Ziadé · 16 years ago
  100. 5561986 Ivan on IRC in #twisted reported this crasher. by Armin Rigo · 16 years ago