1. af01c03 Remove unused macro. by Georg Brandl · 15 years ago
  2. f5af720 Add tabularcolumns directive for tables with bullet lists in them. by Georg Brandl · 15 years ago
  3. c1df95e starting distutils.ccompiler test coverage and cleanup by Tarek Ziadé · 15 years ago
  4. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 15 years ago
  5. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 15 years ago
  6. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  7. d7c5cee code cleanup by Tarek Ziadé · 15 years ago
  8. 9f7baec backport r73430 by Benjamin Peterson · 15 years ago
  9. f81ff98 #6227: Because of a wrong indentation, the test was not testing what it should. by Amaury Forgeot d'Arc · 15 years ago
  10. 983a465 Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. by Hirokazu Yamamoto · 15 years ago
  11. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  12. 8fa3e93 update ast version by Benjamin Peterson · 15 years ago
  13. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 15 years ago
  14. 52c4bec give a better error message when deleting () by Benjamin Peterson · 15 years ago
  15. 5d1ff94 set Print.values to NULL if there are no values by Benjamin Peterson · 15 years ago
  16. 0805b28 handle different rc format by Benjamin Peterson · 15 years ago
  17. fb23463 special case release candidates by Benjamin Peterson · 15 years ago
  18. 248886a use 'rc' for release candidates for consistency by Benjamin Peterson · 15 years ago
  19. d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 15 years ago
  20. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 15 years ago
  21. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 15 years ago
  22. cb73bda Revert r73401 per Raymond Hettinger's request. by Alexandre Vassalotti · 15 years ago
  23. 450ae57 Make pickling of OrderedDict instances more efficient. by Alexandre Vassalotti · 15 years ago
  24. f0c9e46 Delete outdated make file for building the parser with MSVC 6. by Alexandre Vassalotti · 15 years ago
  25. a6e3474 Add const qualifier to PyErr_SetFromErrnoWithFilename and to by Alexandre Vassalotti · 15 years ago
  26. c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 15 years ago
  27. 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 15 years ago
  28. c5d2b41 Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py by Antoine Pitrou · 15 years ago
  29. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  30. 55bd1ef Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini. by Alexandre Vassalotti · 15 years ago
  31. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 15 years ago
  32. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  33. 4efb5d0 remove check for case handled in sub-function by Benjamin Peterson · 15 years ago
  34. 2742e7e Move comment to correct line. by Raymond Hettinger · 15 years ago
  35. 6118040 Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096,73179-73181,73192,73231,73244,73255-73256,73365 via svnmerge from by Benjamin Peterson · 15 years ago
  36. 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  37. 3bca523 use multi-with syntax by Benjamin Peterson · 15 years ago
  38. b266481 revert r73361 by Benjamin Peterson · 15 years ago
  39. e5fa5fe remove duplicate check by Benjamin Peterson · 15 years ago
  40. ff10818 pep8-fied cygwinccompiler module by Tarek Ziadé · 15 years ago
  41. 91290b5 Issue #5262: Improved fix. by Vinay Sajip · 15 years ago
  42. 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  43. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
  44. 2d36afd removed the last string.split() call by Tarek Ziadé · 15 years ago
  45. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
  46. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
  47. 7ca57aa Distutils: started code cleanup and test coverage for cygwinccompiler by Tarek Ziadé · 15 years ago
  48. 1672dc6 Fix signed/unsigned compiler warning. by Raymond Hettinger · 15 years ago
  49. 1917ad5 Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 15 years ago
  50. d3a4d29 fix spelling by Benjamin Peterson · 15 years ago
  51. 5217c08 Missing import in test_curses, uncovered by some buildbots. by Amaury Forgeot d'Arc · 15 years ago
  52. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 15 years ago
  53. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  54. 03dcc73 Avoid invoking the parser/compiler just to test the presence of a function. by Amaury Forgeot d'Arc · 15 years ago
  55. 6a098d2 update symbol.py from with statement changes by Benjamin Peterson · 15 years ago
  56. 6549246 explain why keyword names are not just NAME by Benjamin Peterson · 15 years ago
  57. 80ce61c make ast.c depend on the grammar by Benjamin Peterson · 15 years ago
  58. 9eeeee9 Restored a test that was erroneously removed. See issue 6198. by Eric Smith · 15 years ago
  59. ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 15 years ago
  60. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 15 years ago
  61. 8ea4ded remove useless assertion by Benjamin Peterson · 15 years ago
  62. 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
  63. 8e63125 This checkin adds a symlink to the lib directory of a framework install by Ronald Oussoren · 15 years ago
  64. 0c6d166 Typo fix. by Georg Brandl · 15 years ago
  65. 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 15 years ago
  66. e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 15 years ago
  67. 42a8264 Remove period from end of headings. by Georg Brandl · 15 years ago
  68. 64092a5 backport r73273 by Benjamin Peterson · 15 years ago
  69. b4347a2 remove has_key by Benjamin Peterson · 15 years ago
  70. 5c33d86 use booleans for flags by Benjamin Peterson · 15 years ago
  71. dea29d0 always inherit from an appropiate base class by Benjamin Peterson · 15 years ago
  72. bd9508a inherit from object by Benjamin Peterson · 15 years ago
  73. 1e44447 Add Ezio. by Georg Brandl · 15 years ago
  74. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  75. e021c9c backport r73268 by Benjamin Peterson · 15 years ago
  76. 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 15 years ago
  77. e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 15 years ago
  78. 4c324b9 #6211: elaborate a bit on ways to call the function. by Georg Brandl · 15 years ago
  79. 9be5998 #6206: fix test__locale. by Georg Brandl · 15 years ago
  80. a663a37 only test for named pipe when os.stat doesn't raise #6209 by Benjamin Peterson · 15 years ago
  81. d53d085 Fix unittest discovery tests for Windows. Issue 6199 by Michael Foord · 15 years ago
  82. 3b5d5fb reverting r72823 : Python trunk has to use latin-1 encoding by Tarek Ziadé · 15 years ago
  83. 7c58b09 Removed tests so that test_float pass on Windows. See issue 6198. by Eric Smith · 15 years ago
  84. fbf63a7 Fix test__locale on windows (Backport of r72365) by Hirokazu Yamamoto · 15 years ago
  85. 4da2fa5 Add test for #3684. by Georg Brandl · 15 years ago
  86. e7dbebb Minor documentation fixes for logging. by Eric Smith · 15 years ago
  87. 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 15 years ago
  88. 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 15 years ago
  89. 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 15 years ago
  90. 46121e7 Better name for "Ctor". by Georg Brandl · 15 years ago
  91. eb56aa1 #3584: ignore trailing newlines when placing the caret for a SyntaxError location. by Georg Brandl · 15 years ago
  92. e6632b4 #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. by Georg Brandl · 15 years ago
  93. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 15 years ago
  94. 064a381 use the offical api by Benjamin Peterson · 15 years ago
  95. 19e79f7 Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. by Georg Brandl · 15 years ago
  96. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 15 years ago
  97. 96b79c8 Fix for line wrap ugly. by Josiah Carlson · 15 years ago
  98. a810bc7 This fixes bug 5798 on OS X. by Josiah Carlson · 15 years ago
  99. 8df921b assertion message was dropped by Tarek Ziadé · 15 years ago
  100. fe327b9 more cleanup and test coverage for distutils.extension by Tarek Ziadé · 15 years ago