1. 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
  2. e71fc87 Fixed svn:eol-style. by Hirokazu Yamamoto · 15 years ago
  3. de7cdee Set eol-style to native by Martin v. Löwis · 15 years ago
  4. a3e3cb7 Issue #5134: Silence compiler warnings when compiling sqlite with VC++. by Martin v. Löwis · 15 years ago
  5. 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
  6. 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 15 years ago
  7. 322daea Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames. by Raymond Hettinger · 15 years ago
  8. c5eba1e Enforcing Tk 8.3.1 requirement. by Guilherme Polo · 15 years ago
  9. a66cf5b Fixed issue #5122: Synchronize tk load failure check to prevent a by Guilherme Polo · 15 years ago
  10. 55bdb8e Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly) by Guilherme Polo · 15 years ago
  11. bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 15 years ago
  12. 94034ea Issue 5171: itertools.product docstring missing 'repeat' argument by Raymond Hettinger · 15 years ago
  13. d2ea033 Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search by Guilherme Polo · 15 years ago
  14. 190c35f Turned setup_master public by Guilherme Polo · 15 years ago
  15. c97c909 Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. by Mark Dickinson · 15 years ago
  16. 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 · 15 years ago
  17. 9e58a37 Silence 'arg may be used uninitialized in this function' warning from gcc. by Mark Dickinson · 15 years ago
  18. b8e17f7 a few edits and typos by Benjamin Peterson · 15 years ago
  19. 10fe877 Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit by Mark Dickinson · 15 years ago
  20. c5e68b1 document numliterals fixer by Benjamin Peterson · 15 years ago
  21. b91d2f5 Remove redundant assignment in _PyObject_LengthHint by Mark Dickinson · 15 years ago
  22. 0194f5b Issue #4512 closeout: Make ZipImport.get_filename() a public method by Nick Coghlan · 15 years ago
  23. c3623b1 Mention patch submitter in NEWS entry for r69419 by Nick Coghlan · 15 years ago
  24. 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 · 15 years ago
  25. e0820e2 document individual 2to3 fixers by Benjamin Peterson · 15 years ago
  26. 096c3ad make destinsrc private by Benjamin Peterson · 15 years ago
  27. 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 15 years ago
  28. f8741ea Add test for issue #999042, explict global statement works. by Neil Schemenauer · 15 years ago
  29. 8573d62 Fix broken test in test_hotshot. Treating the current directory as an by Neil Schemenauer · 15 years ago
  30. 34feea3 #5174: fix wrong file closing in example. by Georg Brandl · 15 years ago
  31. 8e5e438 Eliminated the need to use ttk.__loadtk__ and the problems related it. by Guilherme Polo · 15 years ago
  32. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 15 years ago
  33. 98c3b85 Make names generated for 'with' variables match the built-in compiler. by Neil Schemenauer · 15 years ago
  34. 8be8765 #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place by Tarek Ziadé · 15 years ago
  35. 363161a Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will by Guilherme Polo · 15 years ago
  36. 14ff18d Partial fix to issue #1731706: memory leak in Tkapp_Call when calling by Guilherme Polo · 15 years ago
  37. aa397d1 Convert "srcdir" into an absolute path if that seems prudent. Currrently by Neil Schemenauer · 16 years ago
  38. 4db626f Overhaul Lib/compiler block ordering. The previous code was filled with by Neil Schemenauer · 16 years ago
  39. 0d6705b Fixed #5167: test_customize_compiler does not apply under non unix compilers by Tarek Ziadé · 16 years ago
  40. 5561986 Ivan on IRC in #twisted reported this crasher. by Armin Rigo · 16 years ago
  41. e20f54f Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error. by Kristján Valur Jónsson · 16 years ago
  42. 98da8e1 removed types usage and added test coverage (work for #3986) by Tarek Ziadé · 16 years ago
  43. c5ed5ba Fixed #3987 : removed unused import by Tarek Ziadé · 16 years ago
  44. a96a94a fix download link by Benjamin Peterson · 16 years ago
  45. 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 16 years ago
  46. aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 16 years ago
  47. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 16 years ago
  48. 5dde357 README now reflects the current state by Tarek Ziadé · 16 years ago
  49. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 16 years ago
  50. 0189ddc Distutils apparently requires an absolute path so provide one. by Neil Schemenauer · 16 years ago
  51. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 16 years ago
  52. 38870cb Oops, Mac build needs the 'incdirlist' variable so restore it. by Neil Schemenauer · 16 years ago
  53. c59c5f3 Make setup.py work when building in a directory other than the by Neil Schemenauer · 16 years ago
  54. a52f1c6 Fix test_build_ext.py to work when building in a separate directory. by Neil Schemenauer · 16 years ago
  55. e844be6 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 16 years ago
  56. 444df45 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 16 years ago
  57. ecd2afa #5031: fix Thread.daemon property docs. by Georg Brandl · 16 years ago
  58. 85c5ccf #4563: disable alpha and roman lists, fixes wrong formatting of contributor list. by Georg Brandl · 16 years ago
  59. 2b0dd8e #4820: use correct module for ctypes.util. by Georg Brandl · 16 years ago
  60. 253a29f #4827: fix callback example. by Georg Brandl · 16 years ago
  61. 4400d84 #5015: document PythonHome API functions. by Georg Brandl · 16 years ago
  62. 3ceebd2 PyErr_PrintEx is also in 2.x... by Georg Brandl · 16 years ago
  63. b21c75b #5059: fix example. by Georg Brandl · 16 years ago
  64. acc802b #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path. by Georg Brandl · 16 years ago
  65. 174fbe7 #5153: fix typo in example. by Georg Brandl · 16 years ago
  66. 97a69f0 Fix comment for #1835 by Tarek Ziadé · 16 years ago
  67. aff711d Clarify that named tuples do not have to subclass tuple. by Raymond Hettinger · 16 years ago
  68. 939a3cc Tweak the docs for Counter() objects. by Raymond Hettinger · 16 years ago
  69. 8184f5a Doc fixes. Remove overbroad, redundant warnings. Fixup example code. by Raymond Hettinger · 16 years ago
  70. d507afd Minor doc fixups. by Raymond Hettinger · 16 years ago
  71. fd4c872 issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid. by Kristján Valur Jónsson · 16 years ago
  72. 8bdd3b3 Make importlib backwards-compatible to Python 2.2 (but this is not promised to by Brett Cannon · 16 years ago
  73. 7757d7b This refactoring should make it easier to add new calling conventions. by Thomas Heller · 16 years ago
  74. 1797b7d Backport importlib to at least Python 2.5 by getting rid of use of str.format. by Brett Cannon · 16 years ago
  75. 9db495b Ignore bytecode files in importlib. by Brett Cannon · 16 years ago
  76. 9419653 Make importlib a package. This allows using svn:externals in the sandbox to by Brett Cannon · 16 years ago
  77. 2c8585b Register decimals as numbers.Number by Raymond Hettinger · 16 years ago
  78. 4a1b62a Record operator deprecations in docs. by Raymond Hettinger · 16 years ago
  79. d6fc262 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  80. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  81. d7bb4d4 NEWS entry for issue #1581476 by Guilherme Polo · 16 years ago
  82. 23fe2a8 Fix for issue #1581476 by Guilherme Polo · 16 years ago
  83. b98cb43 Moving to importlib by Guilherme Polo · 16 years ago
  84. b64c989 Restore the previous geometry before leaving the test by Guilherme Polo · 16 years ago
  85. fee1c7f Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. by Martin v. Löwis · 16 years ago
  86. e1e0a02 Set native svn:eol-style property for text files. by Hirokazu Yamamoto · 16 years ago
  87. 905c6b7 Use a single Tcl interpreter through all these tests, this may help some by Guilherme Polo · 16 years ago
  88. 3b331dd Restore Tkinter.Tk._loadtk so this test doesn't fail for problems by Guilherme Polo · 16 years ago
  89. 86cc502 wording for for issue4903. by Gregory P. Smith · 16 years ago
  90. 5501d65 Update doc wording as suggested in issue4903. by Gregory P. Smith · 16 years ago
  91. 12554cb more flags which only work for function blocks by Benjamin Peterson · 16 years ago
  92. da9327f add explanatory comment by Benjamin Peterson · 16 years ago
  93. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 16 years ago
  94. a528dc5 markup fix by David Goodger · 16 years ago
  95. 1c5d21d fix indentation in comment by Benjamin Peterson · 16 years ago
  96. be1399e fix indentation; looks like all I managed to do the first time is make things uglier by Benjamin Peterson · 16 years ago
  97. d17fec7 fix indentation by Benjamin Peterson · 16 years ago
  98. fb921e2 I believe the intention here was to avoid a global lookup by Benjamin Peterson · 16 years ago
  99. 4829136 fix indentation by Benjamin Peterson · 16 years ago
  100. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago