]> granicus.if.org Git - python/shortlog
python
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
2009-06-17 Raymond HettingerAdd usage note.
2009-06-16 Benjamin Petersonadd underscores
2009-06-16 Mark DickinsonAcknowledge the role of the MPFR library in creating...
2009-06-16 Georg BrandlRemove unused macro.
2009-06-16 Georg BrandlAdd tabularcolumns directive for tables with bullet...
2009-06-16 Tarek Ziadéstarting distutils.ccompiler test coverage and cleanup
2009-06-16 Tarek ZiadéFixed #6287: documentation for the license field in...
2009-06-16 Benjamin Petersondon't mask encoding errors when decoding a string ...
2009-06-15 Tarek ZiadéIssue #6286: distutils upload command now uses urllib2
2009-06-15 Tarek Ziadécode cleanup
2009-06-14 Benjamin Petersonbackport r73430
2009-06-14 Amaury Forgeot... #6227: Because of a wrong indentation, the test was...
2009-06-14 Hirokazu YamamotoIssue #6271: mmap tried to close invalid file handle...
2009-06-14 Hirokazu YamamotoUpdated MSVC files to follow r73394.
2009-06-13 Benjamin Petersonupdate ast version
2009-06-13 Benjamin Petersonwhen no module is given in a 'from' relative import...
2009-06-13 Benjamin Petersongive a better error message when deleting ()
2009-06-13 Benjamin Petersonset Print.values to NULL if there are no values
2009-06-13 Benjamin Petersonhandle different rc format
2009-06-13 Benjamin Petersonspecial case release candidates
2009-06-13 Benjamin Petersonuse 'rc' for release candidates for consistency
2009-06-13 Benjamin Petersonallow importing from a module named None if it has...
2009-06-13 Benjamin Petersonprevent import statements from assigning to None
next