1. 8f7b94e use stack macros by Benjamin Peterson · 15 years ago
  2. b8338ab add two generic macros for peeking and setting in the stack by Benjamin Peterson · 15 years ago
  3. 741e699 Fix types in logic to compute help file name. by Martin v. Löwis · 15 years ago
  4. a4c6229 Remove stray pychecker directive. by Georg Brandl · 15 years ago
  5. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  6. ecb4f95 Issue 5390: Add uninstall icon independent of whether file by Martin v. Löwis · 15 years ago
  7. b4ad395 Fixed a wrong apostrophe by Ezio Melotti · 15 years ago
  8. 1dfd5d9 stmt and setup can contain multiple statements, see #5896 by Ezio Melotti · 15 years ago
  9. 00a58c3 link to extensive generator docs in the reference manual by Benjamin Peterson · 15 years ago
  10. f36bebd document is_declared_global() by Benjamin Peterson · 15 years ago
  11. f511fcc mark 3.1 as stable docs by Benjamin Peterson · 15 years ago
  12. 2662733 Fixes the last problem mentioned in issue1202. by Gregory P. Smith · 15 years ago
  13. 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 15 years ago
  14. ca69bb9 Fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  15. 1666f19 Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program. by R. David Murray · 15 years ago
  16. 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 15 years ago
  17. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  18. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 15 years ago
  19. 6c860f9 Add procedural note. by Raymond Hettinger · 15 years ago
  20. 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 15 years ago
  21. 0115e09 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 15 years ago
  22. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 15 years ago
  23. 62641e9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  24. ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 15 years ago
  25. 3a1dbb0 Remove markup from docstring by Nick Coghlan · 15 years ago
  26. 0d8b4e3 Issue 6288: Update contextlib.nested() docstring to reflect new documentation by Nick Coghlan · 15 years ago
  27. 94819cf remove some unused symtable constants by Benjamin Peterson · 15 years ago
  28. 1a4ceb2 fix grammar by Benjamin Peterson · 15 years ago
  29. 4ee6d25 Improve English phrasing. by R. David Murray · 15 years ago
  30. e71bd81 #4490 Fix sample code run by "python -m xml.sax.xmlreader" by Amaury Forgeot d'Arc · 15 years ago
  31. d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 15 years ago
  32. f67caf8 don't need to add the name 'lambda' as assigned by Benjamin Peterson · 15 years ago
  33. 35fad2f Fix memory bug in bdist_msi. (Commit okayed in issue6319.) by Steven Bethard · 15 years ago
  34. 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  35. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 15 years ago
  36. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 15 years ago
  37. dae5db2 use closures by Benjamin Peterson · 15 years ago
  38. 5fa09e3 show that this one isn't used by Benjamin Peterson · 15 years ago
  39. 9c5e411 add missing assertion #6313 by Benjamin Peterson · 15 years ago
  40. f1cccaa remove duplicate test by Benjamin Peterson · 15 years ago
  41. 8c826b7 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  42. 5fe420e #6189: The subprocess.py module should be kept compatible with python 2.2 by Amaury Forgeot d'Arc · 15 years ago
  43. c29863e #6276: Remove usage of nested() in favor of new with statement with multiple managers. by Georg Brandl · 15 years ago
  44. 7c2bc83 Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided by Nick Coghlan · 15 years ago
  45. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 15 years ago
  46. 2fcf389 #6295: clarify blocking behavior of getch(). by Georg Brandl · 15 years ago
  47. cdcd4bf Issue #6215: Fixed to use self.open() instead of open() or io.open(). by Hirokazu Yamamoto · 15 years ago
  48. 5ecf57a remove unused 'encoding' member from the compiler struct by Benjamin Peterson · 15 years ago
  49. 3a02624 Add usage note. by Raymond Hettinger · 15 years ago
  50. bf9ec9b add underscores by Benjamin Peterson · 15 years ago
  51. 5d73017 Acknowledge the role of the MPFR library in creating cmath_testcases.txt by Mark Dickinson · 15 years ago
  52. af01c03 Remove unused macro. by Georg Brandl · 15 years ago
  53. f5af720 Add tabularcolumns directive for tables with bullet lists in them. by Georg Brandl · 15 years ago
  54. c1df95e starting distutils.ccompiler test coverage and cleanup by Tarek Ziadé · 15 years ago
  55. fdefc0a Fixed #6287: documentation for the license field in distutils by Tarek Ziadé · 15 years ago
  56. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 15 years ago
  57. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  58. d7c5cee code cleanup by Tarek Ziadé · 15 years ago
  59. 9f7baec backport r73430 by Benjamin Peterson · 15 years ago
  60. f81ff98 #6227: Because of a wrong indentation, the test was not testing what it should. by Amaury Forgeot d'Arc · 15 years ago
  61. 983a465 Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. by Hirokazu Yamamoto · 15 years ago
  62. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  63. 8fa3e93 update ast version by Benjamin Peterson · 15 years ago
  64. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 15 years ago
  65. 52c4bec give a better error message when deleting () by Benjamin Peterson · 15 years ago
  66. 5d1ff94 set Print.values to NULL if there are no values by Benjamin Peterson · 15 years ago
  67. 0805b28 handle different rc format by Benjamin Peterson · 15 years ago
  68. fb23463 special case release candidates by Benjamin Peterson · 15 years ago
  69. 248886a use 'rc' for release candidates for consistency by Benjamin Peterson · 15 years ago
  70. d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 15 years ago
  71. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 15 years ago
  72. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 15 years ago
  73. cb73bda Revert r73401 per Raymond Hettinger's request. by Alexandre Vassalotti · 15 years ago
  74. 450ae57 Make pickling of OrderedDict instances more efficient. by Alexandre Vassalotti · 15 years ago
  75. f0c9e46 Delete outdated make file for building the parser with MSVC 6. by Alexandre Vassalotti · 15 years ago
  76. a6e3474 Add const qualifier to PyErr_SetFromErrnoWithFilename and to by Alexandre Vassalotti · 15 years ago
  77. c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 15 years ago
  78. 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 15 years ago
  79. 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
  80. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago
  81. 55bd1ef Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini. by Alexandre Vassalotti · 15 years ago
  82. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 15 years ago
  83. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  84. 4efb5d0 remove check for case handled in sub-function by Benjamin Peterson · 15 years ago
  85. 2742e7e Move comment to correct line. by Raymond Hettinger · 15 years ago
  86. 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
  87. 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  88. 3bca523 use multi-with syntax by Benjamin Peterson · 15 years ago
  89. b266481 revert r73361 by Benjamin Peterson · 15 years ago
  90. e5fa5fe remove duplicate check by Benjamin Peterson · 15 years ago
  91. ff10818 pep8-fied cygwinccompiler module by Tarek Ziadé · 15 years ago
  92. 91290b5 Issue #5262: Improved fix. by Vinay Sajip · 15 years ago
  93. 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  94. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
  95. 2d36afd removed the last string.split() call by Tarek Ziadé · 15 years ago
  96. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
  97. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
  98. 7ca57aa Distutils: started code cleanup and test coverage for cygwinccompiler by Tarek Ziadé · 15 years ago
  99. 1672dc6 Fix signed/unsigned compiler warning. by Raymond Hettinger · 15 years ago
  100. 1917ad5 Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 15 years ago