]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-04-21  Antoine PitrouIssue #7332: Remove the 16KB stack-based buffer in
2010-04-21  Matthias Klose- Build the ossaudio extension on GNU/kFreeBSD.
2010-04-21  Matthias Klosesetup.py: search ffi.h in include dirs, if LIBFFI_INCLU...
2010-04-21  Antoine PitrouForgot to add the sample certificate (followup to r80314)
2010-04-21  Antoine PitrouIssue #8484: Load all ciphers and digest algorithms...
2010-04-21  Tarek Ziadéshutil: removed unused import and fixed attributes...
2010-04-21  Martin v. LöwisAdd Tim Golden.
2010-04-21  Ronald OussorenSync test_plistlib.py with plistlib.py
2010-04-20  Victor StinnerIssue #8437: Fix test_gdb failures, patch written by...
2010-04-20  Tarek Ziadéremoved ztar support in shutil.make_archive
2010-04-20  Ronald OussorenFix for issue 7852: the DTD for OSX Plists has changed due
2010-04-20  Senthil KumaranIssue2987 - Added additional Invalid URL and changed...
2010-04-20  Matthias Klosefix typo in r79533, introduced by the fix for issue...
2010-04-20  Ezio Melotti#8472: fix wrong function name in functions.rst: iterto...
2010-04-20  Brian CurtinAdd version info for os.kill and signal changes from...
2010-04-20  Ronald OussorenThis patch fixes the handling of a weak-linked
2010-04-20  Ronald OussorenThe PythonLauncher change is needed due
2010-04-20  Stefan Krah1) The timeout in the itimer tests was too low for...
2010-04-20  Senthil KumaranFix Issue8460: Victor's patch to add timeout in test_ur...
2010-04-20  Ronald OussorenExplicitly set system default for $PATH to
2010-04-19  Giampaolo RodolàFix Issue #4841: timeout is now applied for connections...
2010-04-19  Tarek ZiadéFixed #8463: added missing reference to bztar in shutil...
2010-04-19  Tarek Ziadéfew pep8 fixes
2010-04-19  Antoine PitrouIssue #8438: Remove reference to the missing "surrogate...
2010-04-18  Raymond HettingerIssue 8436: set.__init__ accepts keyword args
2010-04-18  Antoine PitrouFix catastrophic file opening and closing logic in...
2010-04-18  Victor StinnerRevert r80166 (and r80171), restore Lib/platform.py...
2010-04-18  Ronald OussorenAdd the OSX universal binary related options
2010-04-18  Ronald OussorenAdd check to build-installer.py to ensure that
2010-04-18  Ronald OussorenFix for issue #7072
2010-04-18  Giampaolo RodolàFix Issue #3817: 225 is now considered a valid response...
2010-04-18  Antoine PitrouFix bootstrap after r80166
2010-04-18  Victor Stinnerplatform: use subprocess.Popen() instead of os.popen...
2010-04-17  Martin v. LöwisIssue #8279: Fix test_gdb failures.
2010-04-17  R. David MurrayIssue #8263: On freebsd6 the unittest 'break' test...
2010-04-17  Martin v. LöwisAdd Giampaolo.
2010-04-17  Antoine PitrouIssue #8322: Add a *ciphers* argument to SSL sockets...
2010-04-17  R. David MurrayUpdate link to Apple Publication Style guide.
2010-04-17  Senthil KumaranFix Issue5650 - Update the RFC List in the urlparse...
2010-04-17  R. David MurrayIssue #3864: Skip three test_signal tests on freebsd6...
2010-04-16  Benjamin Petersontiny simplification
2010-04-16  Benjamin Petersonhave a clear error when passing something > sys.maxsize...
2010-04-16  Benjamin Petersonfix typo
2010-04-16  Benjamin Petersonbytearray -> type2test
2010-04-16  Benjamin Petersonremove check for unicode
2010-04-16  Antoine PitrouIgnore jinja2
2010-04-16  Senthil KumaranFix issue2987: RFC2732 support for urlparse (IPv6 addre...
2010-04-15  Benjamin Petersonadd space
2010-04-15  Andrew M. KuchlingAdd various items
2010-04-15  Brian CurtinFix os.kill tests to be more robust and work with slowe...
2010-04-14  Andrew M. KuchlingAdd various items; correct argparse output
2010-04-14  Georg BrandlFix missing.
2010-04-14  Georg Brandl#8370: fix module name in backported doc addition.
2010-04-14  Georg Brandl#5250: document __instancecheck__ and __subclasscheck__...
2010-04-14  Georg Brandl#8399: add note about Windows and O_BINARY.
2010-04-14  Andrew M. KuchlingAdd some text
2010-04-14  Georg BrandlAdd an x-ref to where the O_ constants are documented...
2010-04-14  Georg Brandl#5341: fix typo and adapt docstring syntax.
2010-04-14  Georg Brandl#5341: typo.
2010-04-14  Brian CurtinAdd a small sleep to let a subprocess start before...
2010-04-14  Andrew M. KuchlingAdd argparse example
2010-04-13  R. David MurrayIssue #5277: Fix quote counting when parsing RFC 2231...
2010-04-13  Antoine PitrouFix overzealous patterns in .hgignore, which used to...
2010-04-13  Mark DickinsonIn test_winsound, don't try to import _winreg until...
2010-04-13  Georg BrandlGet rid of multi-row cells.
2010-04-13  Brian CurtinFix #7306. Add skips to test_winsound when no default...
2010-04-13  Andrew M. KuchlingAdd an item; stray edit
2010-04-12  Brian CurtinFix #8364. Update the setquit docstring and change...
2010-04-12  Raymond HettingerAdd usage notes for collections.Counter().
2010-04-12  Mark DickinsonMore struct doc tweaks.
2010-04-12  Mark DickinsonRewrap some long lines in struct module doc source.
2010-04-12  Mark DickinsonIssue #7355: Various improvements to struct module...
2010-04-12  Brian CurtinUpdate the Windows FAQ's text about os.kill (#1220212).
2010-04-12  R. David MurrayIssue #7585: use tab between components in unified...
2010-04-12  Stefan KrahIssue #8367: Fix spurious test failure on systems witho...
2010-04-12  Barry Warsawtypo
2010-04-12  R. David MurrayIssue #7472: ISO-2022 charsets now consistently use...
2010-04-12  Senthil KumaranAdding additional examples of valid urls as per RFC...
2010-04-12  Martin v. LöwisRe-enable all tests, to see which ones fail on the...
2010-04-12  Martin v. LöwisIssue #8330: Fix expected output in test_gdb.
2010-04-12  Antoine PitrouIt is possible to add extra testing options using EXTRA...
2010-04-11  Antoine PitrouFix misplaced items and incorrect title.
2010-04-11  Antoine PitrouIssue #8374: Update the internal alias table in the...
2010-04-11  Andrew M. KuchlingAdd several items
2010-04-11  Raymond HettingerMinor factoring
2010-04-11  Stefan KrahFix for issues #3581, #1481 and #7650:
2010-04-11  Andrew M. KuchlingAdd two items
2010-04-11  Andrew M. KuchlingTwo typo fixes
2010-04-11  Raymond HettingerAdd descriptor howto to main documentation
2010-04-11  Andrew M. KuchlingRemove distutils section
2010-04-11  Andrew M. Kuchlingname correct
2010-04-11  Benjamin Petersonadd test for class with no operations defined
2010-04-11  Andrew M. KuchlingAdd various items
2010-04-11  Andrew M. KuchlingPunctuation fix
2010-04-11  Andrew M. KuchlingTwo grammar fixes
2010-04-11  Raymond HettingerAdd the sorting HOWTO to the main docs.
2010-04-10  Antoine PitrouRevert temporary commit in r79937
2010-04-10  Antoine PitrouTemporary commit of fix to issue #5380 (in order to...
2010-04-10  Philip Jenveyfix PYTHONWARNINGS handling to not modify the original...
2010-04-10  Jean-Paul CalderoneRefactor a couple inspect module tests to remove duplic...
next