]> granicus.if.org Git - python/shortlog
python
2008-04-15 Nick CoghlanAdd test file missing from rev 62350
2008-04-15 Nick CoghlanIssue 2439: add pkgutils.get_data() as a convenience...
2008-04-15 Neal NorwitzPrevent namespace pollution, add static for internal...
2008-04-15 Andrew M. KuchlingVarious items; begin writing the SSL section
2008-04-14 Alexandre VassalottiBackport manually r62342 from the py3k branch to the...
2008-04-14 Amaury Forgeot... Correct a refleak found by "regrtest.py -R:: test_struc...
2008-04-14 Amaury Forgeot... Update project files for all Windows supported compilers
2008-04-14 Thomas HellerIssue #2616: Implement ctypes.pointer() and ctypes...
2008-04-13 Andrew M. KuchlingAdd example
2008-04-13 Georg BrandlCheck out Jinja as a separate step now that it's not...
2008-04-13 Georg BrandlImprove -X error message.
2008-04-13 Benjamin PetersonAdded an ignore file for Bazaar #2510
2008-04-13 Benjamin Peterson#2627 Let it be known what pgen generates
2008-04-13 Brett CannonFix spliting on colons on Windows machines with a file...
2008-04-13 Brett CannonAdd an explicit check for output in a test to try to...
2008-04-13 Christian HeimesAdded new files to the pcbuild files
2008-04-13 Christian HeimesUse PyString_InternFromString instead of PyString_FromS...
2008-04-13 Christian HeimesFix compiler warning Include/warnings.h:19:28: warning...
2008-04-13 Georg BrandlFix markup.
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...
next