]> granicus.if.org Git - python/shortlog
python
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
2009-06-13 Benjamin Petersonkeep the slice.step field as NULL if no step expression...
2009-06-12 Alexandre VassalottiRevert r73401 per Raymond Hettinger's request.
2009-06-12 Alexandre VassalottiMake pickling of OrderedDict instances more efficient.
2009-06-12 Alexandre VassalottiDelete outdated make file for building the parser with...
2009-06-12 Alexandre VassalottiAdd const qualifier to PyErr_SetFromErrnoWithFilename...
2009-06-12 Antoine PitrouRe-enable testing of builtin open() in test_bufio in...
2009-06-12 Antoine PitrouTry to restore the old test_file and test_univnewlines...
2009-06-12 Antoine PitrouRestore the old test_file.py (for the builtin file...
2009-06-12 Antoine PitrouIssue #6215: backport the 3.1 io lib
2009-06-12 Alexandre VassalottiClear reference to the static PyExc_RecursionErrorInst...
2009-06-12 Martin v. LöwisSupport AMD64 in msilib. Set Win64 on reglocator.
2009-06-11 Raymond HettingerIssue 6261: Clarify behavior of random.uniform().
2009-06-11 Benjamin Petersonremove check for case handled in sub-function
2009-06-11 Raymond HettingerMove comment to correct line.
2009-06-11 Benjamin PetersonMerged revisions 72523,72950-72951,72994,73003,73033...
2009-06-11 Raymond HettingerAdd example of how to do key lookups with bisect().
2009-06-11 Benjamin Petersonuse multi-with syntax
2009-06-11 Benjamin Petersonrevert r73361
2009-06-11 Benjamin Petersonremove duplicate check
2009-06-11 Tarek Ziadépep8-fied cygwinccompiler module
2009-06-11 Vinay SajipIssue #5262: Improved fix.
2009-06-11 Vinay SajipIssue #5262: Fixed bug in next roll over time computati...
next