]> granicus.if.org Git - python/shortlog
python
2009-07-04 Ezio Melotti#6398 typo: versio. -> version.
2009-07-03 Kristján Valur... http://bugs.python.org/issue6267
2009-07-03 Kristján Valur... http://bugs.python.org/issue6267
2009-07-03 Kristján Valur... http://bugs.python.org/issue6381
2009-07-03 Gregory P.... Adds the select.PIPE_BUF attribute to expose the system...
2009-07-03 Tarek Ziadécleaned distutils.file_util
2009-07-03 Tarek Ziadébasic tests to raise distutils.file_util coverage
2009-07-03 Benjamin Petersonanother cStringIO restriction
2009-07-03 Tarek Ziadécleaned up distutils.command.build_py
2009-07-03 Tarek ZiadéFixed #6403 : package path usage for build_ext
2009-07-02 Benjamin Petersoncondense with assertRaises
2009-07-02 Benjamin Petersontest that compile() accepts the future flag
2009-07-02 R. David MurrayIssue 6389: add documentation for the 'mode' flags...
2009-07-02 Benjamin Petersonwhen print() gets unicode arguments, sep and end should...
2009-07-02 Benjamin Petersononly order comparisons are removed in py3k #6119
2009-07-02 Benjamin Petersonremove this test; a module level warning is enough
2009-07-02 Jesus Ceamultiprocessing doesn't compile in Solaris because...
2009-07-02 Tarek Ziadépep8-fied and cleaned up distutils.util
2009-07-02 Tarek Ziadécleaned up the bdist_dumb module
2009-07-02 Tarek Ziadéraising bdist_dumb test coverage
2009-07-01 Benjamin Petersonsmall optimization: avoid popping the current block...
2009-07-01 Benjamin Petersonproxy the __exit__ call
2009-07-01 R. David MurrayMake punctuation prettier and break up run-on sentence.
2009-07-01 Benjamin PetersonMerged revisions 73379,73388,73507,73722 via svnmerge...
2009-07-01 Benjamin Petersonfix a few cases where automated fail -> assert translat...
2009-06-30 Benjamin Petersonuse assert* methods in test_unittest
2009-06-30 Benjamin Petersonconvert usage of fail* to assert*
2009-06-30 Ezio MelottiFixed a backslash that was not supposed to be there
2009-06-30 Ezio MelottiFixed defaultTestCase -> defaultTestResult
2009-06-30 Benjamin Petersonprovide a dummy __exit__ on windows
2009-06-30 Jesse NollerResolves issues 5155, 5313, 5331 - bad file descriptor...
2009-06-30 Georg Brandl#6371: fix link targets.
2009-06-30 Georg Brandl#6384: Add a heading for the exception hierarchy.
2009-06-30 Georg Brandl#6374: add a bit of explanation about shell=True on...
2009-06-30 Georg Brandl#6376: fix copy-n-paste oversight.
2009-06-30 Mark DickinsonIssue #6347: Add inttypes.h to the pyport.h #includes...
2009-06-29 Raymond HettingerIssue 6370: Performance issue with collections.Counter().
2009-06-29 Jesse NollerIssue 5740: multiprocessing.connection.* authkey fixes
2009-06-29 Jesse NollerBug 5906: add a documentation note for unix daemons...
2009-06-29 Tarek ZiadéFixed 6365: wrong inplace location for build_ext if...
2009-06-29 Hirokazu YamamotoIssue #6368: Fixed unused variable warning on Unix.
2009-06-29 Georg BrandlFix error handling in PyCode_Optimize, by Alexander...
2009-06-29 Hirokazu YamamotoFixed NEWS.
2009-06-29 Antoine PitrouBackport fix for buglet from py3k
2009-06-29 Hirokazu YamamotoIssue #6344: Fixed a crash of mmap.read() when passed...
2009-06-29 Hirokazu YamamotoIssue #4856: Py_GetFileAttributesEx[AW] are not needed...
2009-06-29 Benjamin Petersonupdate to sphinx 0.6.2
2009-06-29 Alexandre VassalottiUpdate docstrings for sys.getdlopenflags() and sys...
2009-06-28 Mark DickinsonRemove unused stdint.h includes
2009-06-28 Mark DickinsonMore Decimal quote fixing; backport of r73642
2009-06-28 Kristján Valur... http://bugs.python.org/issue6267
2009-06-28 Benjamin Petersonreturn locals and cells in get_locals() not bound globa...
2009-06-28 Benjamin Petersonuse stack macros
2009-06-28 Benjamin Petersonadd two generic macros for peeking and setting in the...
2009-06-28 Martin v. LöwisFix types in logic to compute help file name.
2009-06-28 Georg BrandlRemove stray pychecker directive.
2009-06-28 Hirokazu YamamotoIssue #4856: Remove checks for win NT.
2009-06-28 Martin v. LöwisIssue 5390: Add uninstall icon independent of whether...
2009-06-28 Ezio MelottiFixed a wrong apostrophe
2009-06-27 Ezio Melottistmt and setup can contain multiple statements, see...
2009-06-27 Benjamin Petersonlink to extensive generator docs in the reference manual
2009-06-26 Benjamin Petersondocument is_declared_global()
2009-06-26 Benjamin Petersonmark 3.1 as stable docs
2009-06-26 Gregory P.... Fixes the last problem mentioned in issue1202.
2009-06-25 Amaury Forgeot... #2016 Fix a crash in function call when the **kwargs...
2009-06-25 Amaury Forgeot... Fix a compilation warning on Windows
2009-06-25 R. David MurrayIssue 6340: update by Gregor Lingl of his tdemo_chaos...
2009-06-25 R. David MurrayAdd a couple of missing function alias declarations...
2009-06-24 Kristján Valur... http://bugs.python.org/issue6192
2009-06-24 Georg Brandl#6332: fix word dupes throughout the source.
2009-06-23 Raymond HettingerAdd procedural note.
2009-06-23 Amaury Forgeot... Remove last remnants of the ipaddr package.
2009-06-23 Raymond HettingerIssue 6305: Clarify error message for large arguments...
2009-06-23 Amaury Forgeot... Remove the ipaddr module per discussion on python-dev
2009-06-23 Raymond HettingerIssue 6329: Fix iteration for memoryviews.
2009-06-23 R. David MurrayFix issue 5230 by having pydoc's safeimport check to...
2009-06-23 Nick CoghlanRemove markup from docstring
2009-06-23 Nick CoghlanIssue 6288: Update contextlib.nested() docstring to...
2009-06-23 Benjamin Petersonremove some unused symtable constants
2009-06-23 Benjamin Petersonfix grammar
2009-06-22 R. David MurrayImprove English phrasing.
2009-06-22 Amaury Forgeot... #4490 Fix sample code run by "python -m xml.sax.xmlreader"
2009-06-21 Benjamin Petersonremove tmpname support since it's no longer used
2009-06-21 Benjamin Petersondon't need to add the name 'lambda' as assigned
2009-06-21 Steven BethardFix memory bug in bdist_msi. (Commit okayed in issue6319.)
2009-06-21 Vinay SajipIssue #6314: logging.basicConfig() performs extra check...
2009-06-21 Guilherme PoloIssue #5450: Moved tests involving loading tk from...
2009-06-20 Tarek ZiadéFixed #6164 AIX specific linker argument in Distutils...
2009-06-19 Benjamin Petersonuse closures
2009-06-19 Benjamin Petersonshow that this one isn't used
2009-06-19 Benjamin Petersonadd missing assertion #6313
2009-06-19 Benjamin Petersonremove duplicate test
2009-06-19 Facundo BatistaIssue #6274. Fixed a potential FD leak in subprocess.py.
2009-06-18 Amaury Forgeot... #6189: The subprocess.py module should be kept compatib...
2009-06-18 Georg Brandl#6276: Remove usage of nested() in favor of new with...
2009-06-17 Nick CoghlanIssue 6288: update the contextlib.nested() docs to...
2009-06-17 Georg Brandl#6255: document PyInt_FromSize_t.
2009-06-17 Georg Brandl#6295: clarify blocking behavior of getch().
2009-06-17 Hirokazu YamamotoIssue #6215: Fixed to use self.open() instead of open...
2009-06-17 Benjamin Petersonremove unused 'encoding' member from the compiler struct
next