1. b5faac7 http://bugs.python.org/issue6381 by Kristján Valur Jónsson · 15 years ago
  2. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 15 years ago
  3. 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 15 years ago
  4. eea9d0d basic tests to raise distutils.file_util coverage by Tarek Ziadé · 15 years ago
  5. 1e13960 another cStringIO restriction by Benjamin Peterson · 15 years ago
  6. fe97ebb cleaned up distutils.command.build_py by Tarek Ziadé · 15 years ago
  7. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 15 years ago
  8. 50a2252 condense with assertRaises by Benjamin Peterson · 15 years ago
  9. d3243d8 test that compile() accepts the future flag by Benjamin Peterson · 15 years ago
  10. fbba7cd Issue 6389: add documentation for the 'mode' flags defined in the stat module. by R. David Murray · 15 years ago
  11. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 15 years ago
  12. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 15 years ago
  13. 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 15 years ago
  14. 8693214 multiprocessing doesn't compile in Solaris because a typo by Jesus Cea · 15 years ago
  15. 3757fbb pep8-fied and cleaned up distutils.util by Tarek Ziadé · 15 years ago
  16. 85bb628 cleaned up the bdist_dumb module by Tarek Ziadé · 15 years ago
  17. d0ca455 raising bdist_dumb test coverage by Tarek Ziadé · 15 years ago
  18. 4a3cf19 small optimization: avoid popping the current block until we have to by Benjamin Peterson · 15 years ago
  19. 4f24767 proxy the __exit__ call by Benjamin Peterson · 15 years ago
  20. 321afa8 Make punctuation prettier and break up run-on sentence. by R. David Murray · 15 years ago
  21. 7e2801d Merged revisions 73379,73388,73507,73722 via svnmerge from by Benjamin Peterson · 15 years ago
  22. 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 15 years ago
  23. 6b0032f use assert* methods in test_unittest by Benjamin Peterson · 15 years ago
  24. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  25. be96cf6 Fixed a backslash that was not supposed to be there by Ezio Melotti · 15 years ago
  26. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 15 years ago
  27. 31f42ab provide a dummy __exit__ on windows by Benjamin Peterson · 15 years ago
  28. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 15 years ago
  29. 0c9eb43 #6371: fix link targets. by Georg Brandl · 15 years ago
  30. 3cd0bed #6384: Add a heading for the exception hierarchy. by Georg Brandl · 15 years ago
  31. 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 15 years ago
  32. 3d5c87a #6376: fix copy-n-paste oversight. by Georg Brandl · 15 years ago
  33. 2f865b9 Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build by Mark Dickinson · 15 years ago
  34. 5dfc7f9 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 15 years ago
  35. 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 15 years ago
  36. d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 15 years ago
  37. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 15 years ago
  38. 5c3dd9a Issue #6368: Fixed unused variable warning on Unix. by Hirokazu Yamamoto · 15 years ago
  39. e323e0e Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint. by Georg Brandl · 15 years ago
  40. 99ebc63 Fixed NEWS. by Hirokazu Yamamoto · 15 years ago
  41. 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 15 years ago
  42. 8839fd7 Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. by Hirokazu Yamamoto · 15 years ago
  43. bcff47a Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW] by Hirokazu Yamamoto · 15 years ago
  44. 8e7b476 update to sphinx 0.6.2 by Benjamin Peterson · 15 years ago
  45. 7274cff Update docstrings for sys.getdlopenflags() and sys.setdlopenflags(). by Alexandre Vassalotti · 15 years ago
  46. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  47. 11c4941 More Decimal quote fixing; backport of r73642 by Mark Dickinson · 15 years ago
  48. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 15 years ago
  49. 552e7a7 return locals and cells in get_locals() not bound globals, though by Benjamin Peterson · 15 years ago
  50. 8f7b94e use stack macros by Benjamin Peterson · 15 years ago
  51. b8338ab add two generic macros for peeking and setting in the stack by Benjamin Peterson · 15 years ago
  52. 741e699 Fix types in logic to compute help file name. by Martin v. Löwis · 15 years ago
  53. a4c6229 Remove stray pychecker directive. by Georg Brandl · 15 years ago
  54. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  55. ecb4f95 Issue 5390: Add uninstall icon independent of whether file by Martin v. Löwis · 15 years ago
  56. b4ad395 Fixed a wrong apostrophe by Ezio Melotti · 15 years ago
  57. 1dfd5d9 stmt and setup can contain multiple statements, see #5896 by Ezio Melotti · 15 years ago
  58. 00a58c3 link to extensive generator docs in the reference manual by Benjamin Peterson · 15 years ago
  59. f36bebd document is_declared_global() by Benjamin Peterson · 15 years ago
  60. f511fcc mark 3.1 as stable docs by Benjamin Peterson · 15 years ago
  61. 2662733 Fixes the last problem mentioned in issue1202. by Gregory P. Smith · 15 years ago
  62. 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 15 years ago
  63. ca69bb9 Fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  64. 1666f19 Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program. by R. David Murray · 15 years ago
  65. 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 15 years ago
  66. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
  67. 5a85d5c #6332: fix word dupes throughout the source. by Georg Brandl · 15 years ago
  68. 6c860f9 Add procedural note. by Raymond Hettinger · 15 years ago
  69. 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 15 years ago
  70. 0115e09 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 15 years ago
  71. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 15 years ago
  72. 62641e9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  73. ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 15 years ago
  74. 3a1dbb0 Remove markup from docstring by Nick Coghlan · 15 years ago
  75. 0d8b4e3 Issue 6288: Update contextlib.nested() docstring to reflect new documentation by Nick Coghlan · 15 years ago
  76. 94819cf remove some unused symtable constants by Benjamin Peterson · 15 years ago
  77. 1a4ceb2 fix grammar by Benjamin Peterson · 15 years ago
  78. 4ee6d25 Improve English phrasing. by R. David Murray · 15 years ago
  79. e71bd81 #4490 Fix sample code run by "python -m xml.sax.xmlreader" by Amaury Forgeot d'Arc · 15 years ago
  80. d9920c2 remove tmpname support since it's no longer used by Benjamin Peterson · 15 years ago
  81. f67caf8 don't need to add the name 'lambda' as assigned by Benjamin Peterson · 15 years ago
  82. 35fad2f Fix memory bug in bdist_msi. (Commit okayed in issue6319.) by Steven Bethard · 15 years ago
  83. 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  84. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 15 years ago
  85. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 15 years ago
  86. dae5db2 use closures by Benjamin Peterson · 15 years ago
  87. 5fa09e3 show that this one isn't used by Benjamin Peterson · 15 years ago
  88. 9c5e411 add missing assertion #6313 by Benjamin Peterson · 15 years ago
  89. f1cccaa remove duplicate test by Benjamin Peterson · 15 years ago
  90. 8c826b7 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  91. 5fe420e #6189: The subprocess.py module should be kept compatible with python 2.2 by Amaury Forgeot d'Arc · 15 years ago
  92. c29863e #6276: Remove usage of nested() in favor of new with statement with multiple managers. by Georg Brandl · 15 years ago
  93. 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
  94. 476849c #6255: document PyInt_FromSize_t. by Georg Brandl · 15 years ago
  95. 2fcf389 #6295: clarify blocking behavior of getch(). by Georg Brandl · 15 years ago
  96. cdcd4bf Issue #6215: Fixed to use self.open() instead of open() or io.open(). by Hirokazu Yamamoto · 15 years ago
  97. 5ecf57a remove unused 'encoding' member from the compiler struct by Benjamin Peterson · 15 years ago
  98. 3a02624 Add usage note. by Raymond Hettinger · 15 years ago
  99. bf9ec9b add underscores by Benjamin Peterson · 15 years ago
  100. 5d73017 Acknowledge the role of the MPFR library in creating cmath_testcases.txt by Mark Dickinson · 15 years ago