]> granicus.if.org Git - python/shortlog
python
2008-04-13 Skip Montanarospelling
2008-04-13 Brett CannonFix test_warnings by making the state of things more...
2008-04-13 Benjamin PetersonGive the "Interactive Interpreter Changes" section...
2008-04-13 Benjamin PetersonBackport the removal of a __repr__ from 62251
2008-04-13 Benjamin PetersonBackported io module docs
2008-04-13 Andrew M. KuchlingMention -J, -X
2008-04-13 Brett CannonFix an accidental bug of an non-existent init function.
2008-04-13 Brett CannonFix a bug in PySys_HasWarnOption() where it was not...
2008-04-13 Gregory P.... Adds a profile-opt target for easy compilation of a...
2008-04-12 Brett CannonRe-implement the 'warnings' module in C. This allows...
2008-04-12 Gregory P.... socket.error inherits from IOError, it no longer needs...
2008-04-12 Gregory P.... fix compiler warnings
2008-04-12 Georg BrandlDon't offend snake lovers.
2008-04-12 Georg BrandlAdd Jeroen.
2008-04-12 Georg Brandl#2615: small consistency update by Jeroen Ruigrok van...
2008-04-12 Georg BrandlUse absolute path in sys.path.
2008-04-12 Christian HeimesApplied patch #2617 from Frank Wierzbicki wit some...
2008-04-11 Thomas HellerPerformance improvements.
2008-04-11 Thomas HellerMove backwards compatibility macro to the correct place;
2008-04-10 Andrew M. KuchlingUse issue directive
2008-04-10 Andrew M. KuchlingAdd punctuation
2008-04-10 Andrew M. KuchlingRemove forward-looking statement
2008-04-10 Gregory P.... get rid of assert (size >= 0) now that an explicit...
2008-04-10 Neal NorwitzRemove the test file before writing it in case there...
2008-04-10 Martin v. LöwisMerged revisions 62080-62262 via svnmerge from
2008-04-09 Gregory P.... Raise SystemError when size < 0 is passed into PyString...
2008-04-09 Gregory P.... better diagnostics
2008-04-09 Andrew M. KuchlingTry out the new issue role. Thanks, Georg!
2008-04-09 Martin v. LöwisPackage wininst*.exe from distutils/command.
2008-04-09 Gregory P.... Add a note about the zlib.decompressobj().flush() fix.
2008-04-09 Georg BrandlAdd :issue: directive for easy linking to bugs.python...
2008-04-09 Georg Brandl#2585: initialize code attribute of HTTPError.
2008-04-09 Jerry SeutterChanged test so it no longer runs as a side effect...
2008-04-09 Andrew M. KuchlingAdd items
2008-04-09 Trent NelsonFix typo with regards to self.PORT shadowing class...
2008-04-09 Gregory P.... Fix zlib crash from zlib.decompressobj().flush(val...
2008-04-08 Trent Nelson- Issue #2550: The approach used by client/server code...
2008-04-08 Amaury Forgeot... Add a NEWS entry for previous checkin
2008-04-08 Amaury Forgeot... Issue 2408: remove the _types module
2008-04-08 Amaury Forgeot... Prevent an error when inspect.isabstract() is called...
2008-04-08 Amaury Forgeot... Issue2564: Prevent a hang in "import test.autotest...
2008-04-08 Andrew M. KuchlingAdd items
2008-04-08 Martin v. LöwisSuppress compilation of py3_ files upon installation.
2008-04-08 Andrew M. KuchlingTypographical fix: 32bit -> 32-bit, 64bit -> 64-bit
2008-04-07 Andrew M. KuchlingTypo fix
2008-04-07 Andrew M. KuchlingWrite PEP 3127 section; add items
2008-04-07 Georg Brandl#2525: update timezone info examples in the docs.
2008-04-07 Martin v. LöwisMake the "private CRT" case work, by editing the
2008-04-07 Martin v. LöwisDrop support for 7.1 CRT.
2008-04-07 Martin v. LöwisMake private_crt feature object a global variable.
2008-04-07 Martin v. LöwisDelete ALLUSERS property merged from CRT merge module...
2008-04-07 Mark Summerfieldchanged "2500 components" to "several thousand" since...
2008-04-07 Gregory P.... Use the new PyFile_IncUseCount & PyFile_DecUseCount...
2008-04-07 Martin v. LöwisBug #2388: Fix gcc warnings when compiling with --enabl...
2008-04-07 Mark Hammondcorrect heading underline for new "Cross-compiling...
2008-04-07 Mark HammondIssue #2513: enable 64bit cross compilation on windows.
2008-04-06 Gregory P.... Make file objects as thread safe as the underlying...
2008-04-06 Jeffrey YasskinAdd enough debugging information to diagnose failures...
2008-04-06 Trent NelsonDon't run kill_python as part of the build process...
2008-04-06 Skip Montanarotype
2008-04-06 Mark HammondFrom issue 1753245 - better _winreg support for x64.
2008-04-05 Thomas WoutersFix test_distutils to not fail when running 'make test...
2008-04-05 Skip MontanaroDeclare inittimezone static.
2008-04-05 Andrew M. KuchlingWrite PEP 3119 section
2008-04-05 Georg BrandlMention that the tuple returned by __reduce__ is pickle...
2008-04-05 Andrew M. KuchlingMarkup fixes; write PEP 3118 section
2008-04-05 Martin v. LöwisAdd script to merge msvcr90.
2008-04-05 Martin v. LöwisAdd two features to distinguish between private and...
2008-04-05 Martin v. LöwisExtend sizes of various fields, to support the CRT90...
2008-04-05 Neal NorwitzPrevent test_sqlite from hanging on older versions...
2008-04-05 Andrew M. KuchlingVarious edits
2008-04-05 Andrew M. KuchlingMarkup fix; explain what interval timers do; typo fix
2008-04-05 Andrew M. KuchlingMinor edits
2008-04-04 Trent NelsonRevert r62152 (Issue #2550). Being able to observe...
2008-04-04 Thomas HellerNews entry for: Sync with files from the just released...
2008-04-04 Thomas HellerMore files from libffi 3.0.5.
2008-04-04 Trent NelsonIssue 2550: extend test_socket.py to test SO_REUSEADDR...
2008-04-04 Jeffrey YasskinOops again. EINTR is in errno, not signal.
2008-04-04 Thomas HellerSync with files from the just released libffi 3.0.5...
2008-04-04 Fred Drakestupid, stupid, stupid!
2008-04-04 Fred Drakemy previous change did what I said it should not: it...
2008-04-04 Thomas HellerIssue #2544: On HP-UX systems, use 'gcc -shared' for...
2008-04-04 Thomas HellerIssue #2543: Make ctypes compatible (again) with Python...
2008-04-04 Fred Drake- Issue #2385: distutils.core.run_script() makes __file...
2008-04-04 Jeffrey YasskinDoh! os.read() raises an OSError, not an IOError when...
2008-04-04 Barry Warsawpost release updates
2008-04-03 Amaury Forgeot... #1733757: the interpreter would hang on shutdown, if...
2008-04-03 Trent NelsonMake kill_python a little more forgiving if it can...
2008-04-03 Trent NelsonAdd the correct OutputFile values for debug builds...
2008-04-03 Trent NelsonReimplement kill_python. The existing version had...
2008-04-03 Trent NelsonRemove the building of Berkeley DB step; _bsddb44.vcpro...
2008-04-03 Barry WarsawPost tag version tweak
2008-04-03 Barry WarsawCreate the tag for 2.6a2
2008-04-03 Barry WarsawUpdating for 2.6a2 v2.6a2
2008-04-02 Benjamin PetersonSuggested proposed changes to Python be considered...
2008-04-02 Amaury Forgeot... Remove debug prints; the buildbot now passes the tests
2008-04-02 Vinay SajipAdded updates with respect to recent changes to TimedRo...
2008-04-02 Vinay SajipAdded updates with respect to recent changes to TimedRo...
2008-04-02 Vinay SajipFix: #2315, #2316, #2317: TimedRotatingFileHandler...
2008-04-02 Trent NelsonUpdate information pertaining to building external...
next