]> granicus.if.org Git - python/shortlog
python
2007-06-12 Marc-André... Apply patch #1734945 to support TurboLinux as distribution.
2007-06-11 Facundo BatistaAdded versionchanged flag to all the methods which...
2007-06-11 Thomas HellerUse "O&" in calls to PyArg_Parse when we need a 'void...
2007-06-11 Neal NorwitzReflow long line
2007-06-11 Neal NorwitzBug #1734723: Fix repr.Repr() so it doesn't ignore...
2007-06-11 Neal NorwitzNot sure why this only fails sometimes on Unix machines...
2007-06-11 Neal NorwitzSF #1734732, lower case the module names per PEP 8.
2007-06-11 Neal NorwitzAdd all of the distuils modules that don't seem to...
2007-06-11 Neal NorwitzPrevent hang if the port cannot be opened.
2007-06-11 Neal NorwitzFix a bug when there was a newline in the string expand...
2007-06-11 Neal NorwitzPrevent these tests from running on Win64 since they...
2007-06-11 Neal NorwitzIgnore config.status.lineno which seems new (new autoconf?)
2007-06-11 Neal NorwitzIgnore valgrind problems on Ubuntu from ld
2007-06-11 Neal NorwitzAdd Atul Varma for patch # 1667860
2007-06-10 Thomas HellerRevert commit 55855.
2007-06-10 Thomas HellerNeed to set the environment variables, otherwise devenv...
2007-06-10 Thomas HellerFor now, disable the _bsddb, _sqlite3, _ssl, _testcapi...
2007-06-10 Thomas HellerFirst version of build scripts for Windows/AMD64 (no...
2007-06-09 Martin v. LöwisProvide LLONG_MAX for S390.
2007-06-09 Martin v. LöwisFix Windows build.
2007-06-09 Martin v. LöwisPatch #1733960: Allow T_LONGLONG to accept ints.
2007-06-09 Neal NorwitzUse macro version of GET_SIZE to avoid Coverity warning...
2007-06-09 Neal NorwitzPrevent expandtabs() on string and unicode objects...
2007-06-08 Thomas HellerFix warnings by using proper function prototype.
2007-06-08 Thomas HellerFix wrong documentation, and correct the punktuation.
2007-06-08 Thomas HellerFix gcc warnings intruduced by passing Py_ssize_t to...
2007-06-08 Thomas Heller[ 1715718 ] x64 clean compile patch for _ctypes, by...
2007-06-08 Martin v. LöwisBug #1733488: Fix compilation of bufferobject.c on...
2007-06-08 Thomas HellerMake this test work with older Python releases where...
2007-06-07 Kristján Valur... Fixing changes to getbuildinfo.c that broke linux builds
2007-06-07 Georg BrandlPatch #1667860: Fix UnboundLocalError in urllib2.
2007-06-07 Georg BrandlMake reindent.py executable.
2007-06-07 Georg BrandlDisallow function calls like foo(None=1).
2007-06-06 Thomas HellerBuild _ctypes and _ctypes_test in the ReleaseAMD64...
2007-06-06 Facundo BatistaAdded an optional timeout parameter to function urllib2...
2007-06-06 Facundo BatistaFTP.ntransfercmd method now uses create_connection...
2007-06-06 Collin WinterPatch #1731049: make threading.py use a proper "raise...
2007-06-05 Guido van RossumPatch by Tim Delany (missing DECREF). SF #1731330.
2007-06-05 Hye-Shik ChangFix for Windows: close a temporary file before trying...
2007-06-05 Hye-Shik ChangBug #1728403: Fix a bug that CJKCodecs StreamReader...
2007-06-05 Hye-Shik ChangFix build on FreeBSD. Bluetooth HCI API in FreeBSD...
2007-06-03 Brett CannonMake _strptime.TimeRE().pattern() use ``\s+`` for match...
2007-06-03 Neal NorwitzBackout the original 'fix' to 1721309 which had no...
2007-06-02 Neal NorwitzUpdate expected birthday of 2.6
2007-06-02 Brett CannonHave configure raise an error when building on AtheOS...
2007-06-01 Georg BrandlFix wrong issue number.
2007-06-01 Georg BrandlBug #1722484: remove docstrings again when running...
2007-06-01 Neal NorwitzSF 1668596/1720897: distutils now copies data files
2007-06-01 Neal NorwitzMail if there is an installation failure.
2007-05-31 Brett CannonHave cfmfile raise a DeprecationWarning as per PEP 4.
2007-05-31 Brett CannonCause buildtools to raise a DeprecationWarning.
2007-05-31 Brett CannonHave the sha module raise a DeprecationWarning as speci...
2007-05-31 Neal NorwitzAdd some spaces in the example code.
2007-05-30 Brett CannonHave md5 raise a DeprecationWarning as per PEP 4.
2007-05-30 Brett CannonHave mimify raise a DeprecationWarning. The docs and...
2007-05-30 Brett CannonHave MimeWriter raise a DeprecationWarning as per PEP...
2007-05-30 Thomas HellerCorrect the name of a field in the WIN32_FIND_DATAA...
2007-05-30 Thomas HellerFix compiler warnings.
2007-05-30 Neal NorwitzFix indentation (whitespace only).
2007-05-29 Neal NorwitzFix typo in doc
2007-05-29 Georg BrandlFix rst markup.
2007-05-29 Martin v. LöwisRevert 55634.
2007-05-29 Martin v. LöwisTest pre-commit hook for a link to a .py file.
2007-05-28 Raymond HettingerExplain when groupby() issues a new group.
2007-05-27 Lars GustäbelAdded errors argument to TarFile class that allows...
2007-05-27 Neal NorwitzAdd the new function object attribute names from py3k.
2007-05-26 Peter AstrandApplied patch 1669481, slightly modified: Support close...
2007-05-26 Walter DörwaldFix typo.
2007-05-26 Kristján Valur... Include <windows.h> after python.h, so that WINNT is...
2007-05-26 Kristján Valur... Remove the rgbimgmodule from PCBuild8
2007-05-25 Brett CannonRemove direct call's to file's constructor and replace...
2007-05-25 Vinay SajipUpdated documentation for SysLogHandler (#1720726).
2007-05-25 Vinay SajipUpdated docstring for SysLogHandler (#1720726).
2007-05-25 Neal NorwitzGet test passing again by commenting out the reference...
2007-05-25 Facundo BatistaCommenting out the tests until find out who can test...
2007-05-25 Facundo BatistaFixing stupid error, and introducing a sleep, to see...
2007-05-25 Facundo BatistaTrying to make the tests work in Windows and Solaris...
2007-05-24 Facundo BatistaLet's see if reading exactly what is written allow...
2007-05-24 Facundo BatistaRemoved the .recv() in the test, is not necessary,...
2007-05-24 Facundo BatistaAdded an optional timeout parameter to urllib.ftpwrappe...
2007-05-24 Georg BrandlFix parameter passing.
2007-05-24 Georg Brandlshlex.split() now has an optional "posix" parameter.
2007-05-23 Neal NorwitzAdd a bunch more deprecation warnings for builtins...
2007-05-23 Neal NorwitzWhitespace cleanup
2007-05-23 Neal NorwitzAdd -3 option to the interpreter to warn about features...
2007-05-23 Mark HammondRemove definition of PY_UNICODE_TYPE from pyconfig...
2007-05-22 Georg BrandlRemove the "panel" module doc file which has been ignor...
2007-05-22 Neal NorwitzStop using METH_OLDARGS implicitly
2007-05-22 Neal NorwitzStop using METH_OLDARGS
2007-05-22 Neal NorwitzDocument new params to HTTPSConnection
2007-05-21 Georg BrandlPatch #1686487: you can now pass any mapping after...
2007-05-21 Facundo BatistaAdded timeout support to HTTPSConnection, through the
2007-05-21 Raymond HettingerAllow all alphanumeric and underscores in type and...
2007-05-21 Raymond HettingerReplace assertion with straight error-checking.
2007-05-21 George Yoshidafix against r55474 [Remove the macfs module]
2007-05-21 Martin v. LöwisAdd Alexandre Vassalotti.
2007-05-21 Andrew M. KuchlingNote removed modules
2007-05-20 Brett CannonCause posixfile to raise a DeprecationWarning. Documen...
2007-05-20 Brett CannonMove imgfile import to the global namespace to trigger...
2007-05-20 Brett CannonRemove the macfs module. This led to the deprecation...
next