]> granicus.if.org Git - python/shortlog
python
2011-05-11 Senthil KumaranIssue #12039 - Update the http.server.rst with the...
2011-05-10 Victor StinnerMerge 3.2 (empty merge, patch already applied to 3.3)
2011-05-10 Victor StinnerMerge 3.1 (empty merge, a similar patch was already...
2011-05-10 Victor StinnerIssue #10419: Fix build_scripts command of distutils...
2011-05-10 Victor StinnerMerge 3.2 (empty, patch already applied to 3.3)
2011-05-10 Victor StinnerIssue #11169: compileall module uses repr() to format...
2011-05-10 Victor StinnerMerge 3.2 (empty, patch already applied to 3.3)
2011-05-10 Ezio Melotti#12051: merge with 3.2.
2011-05-10 Victor StinnerClose #10419, issue #6011: build_scripts command of...
2011-05-10 Victor StinnerClose #10419, issue #6011: build_scripts command of...
2011-05-10 Ezio Melotti#12051: merge with 3.1.
2011-05-10 Ezio Melotti#12051: Fix segfault in json.dumps() while encoding...
2011-05-10 Victor StinnerIssue #11888: skip some log2 tests on Mac OS X Tiger
2011-05-10 Antoine PitrouIssue #12054: use support.find_unused_port() instead...
2011-05-10 Antoine PitrouIssue #12054: use support.find_unused_port() instead...
2011-05-10 Benjamin Petersonrun autoreconf
2011-05-10 Mark DickinsonIssue #11888: remove duplicate check for log2 in config...
2011-05-10 Antoine PitrouIssue #8498: In socket.accept(), allow to specify 0...
2011-05-10 Antoine PitrouIssue #8498: In socket.accept(), allow to specify 0...
2011-05-10 Victor StinnerIssue #12011: signal.signal() and signal.siginterrupt...
2011-05-10 Łukasz LangaMerged trivial doc fix from 3.2.
2011-05-10 Łukasz LangaActually print out the description of what changed.
2011-05-10 Vinay SajipIssue #12039: Add end_headers() call to avoid BadStatus...
2011-05-10 Raymond Hettingermerge
2011-05-10 Raymond Hettingermerge
2011-05-10 Raymond HettingerIssue 12047: Expand the style guide.
2011-05-10 Vinay SajipIssue #12039: Now suppress spurious select.error raised...
2011-05-09 Victor Stinnerfaulthandler: improve_sigabrt() on Visual Studio
2011-05-09 Victor Stinner(Merge 3.2) Empty merge, the fix was already applied...
2011-05-09 Victor Stinner(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes...
2011-05-09 Victor StinnerIssue #12012: ssl.PROTOCOL_SSLv2 becomes optional
2011-05-09 Victor Stinner(Merge 3.2) Issue #1195: Fix input() if it is interrupt...
2011-05-09 Victor StinnerIssue #1195: Fix input() if it is interrupted by CTRL...
2011-05-09 Victor StinnerIssue #1195: Fix input() if it is interrupted by CTRL...
2011-05-09 Vinay SajipUpdate incorrect comment.
2011-05-09 Antoine PitrouIssue #12041: Make test_wait3 more robust.
2011-05-09 Antoine Pitrouos.dup()-then-close() can be replaced with detach()
2011-05-09 Antoine PitrouRemove dead code from _multiprocessing
2011-05-09 Łukasz LangaMerged solution for #12036 from 3.2
2011-05-09 Łukasz LangaCloses #12036: ConfigParser: Document items() added...
2011-05-09 Vinay SajipImproved Windows test coverage.
2011-05-09 Ezio MelottiMerge with 3.2.
2011-05-09 Ezio MelottiMerge with 3.1.
2011-05-09 Ezio MelottiSome more tests were incorrectly marked as C specific.
2011-05-09 Senthil KumaranIssue #3709: a flush_headers method to BaseHTTPRequestH...
2011-05-09 Antoine PitrouIssue #11743: Rewrite multiprocessing connection classe...
2011-05-09 Mark DickinsonIssue #11188: In log2 tests, create powers of 2 using...
2011-05-09 Victor StinnerIssue #8407: Use an explicit cast for FreeBSD
2011-05-09 Victor Stinnerfaulthandler: make quiet a gcc 4.6 warning (z was unused)
2011-05-09 Victor StinnerIssue #10811: Use TestCase.assertRaises() in the new...
2011-05-09 Victor StinnerIssue #11888: Use system log2() when available
2011-05-09 Gerhard Haering#10811: Fix recursive usage of cursors. Instead of...
2011-05-09 Mark DickinsonGrammatical fix for a comment for log2, to avoid referr...
2011-05-09 Mark DickinsonFix nonunique test ids in math_testcases.txt.
2011-05-09 Mark DickinsonFix cut-and-paste typo in comment: log10 -> log2.
2011-05-09 Martin v. Löwismerge 11164
2011-05-09 Martin v. Löwismerge 11164
2011-05-09 Martin v. LöwisStop trying to use _xmlplus in the xml module. Closes...
2011-05-09 Martin v. Löwismerged
2011-05-09 Martin v. LöwisThe option is actually --no-as-needed.
2011-05-09 Martin v. Löwismerge 11347.
2011-05-09 Martin v. LöwisUse --as-needed when linking libpython3.so. Closes...
2011-05-09 Ezio Melotti#11910: merge with 3.2.
2011-05-09 Ezio Melotti#11910: merge with 3.1.
2011-05-09 Ezio MelottiSome tests were incorrectly marked as C specific.
2011-05-09 Ezio Melotti#11910: Fix test_heapq to skip the C tests when _heapq...
2011-05-09 Ezio Melotti#11910: merge with 3.2.
2011-05-09 Ezio Melotti#11910: merge with 3.1.
2011-05-09 Ezio Melotti#11910: change import_fresh_module to return None when...
2011-05-09 Ezio MelottiMerge with 3.2.
2011-05-09 Ezio MelottiMerge with 3.1.
2011-05-09 Ezio MelottiAdd a note to the str.find doc to suggest the use of...
2011-05-09 Benjamin Petersonnote the point of having log2
2011-05-08 Victor StinnerClose #12032: Fix scripts/crlf.py for Python 3
2011-05-08 Victor StinnerIssue #11888: Add log2 function to math module. Patch...
2011-05-08 Victor StinnerIssue #12012: ssl.PROTOCOL_SSLv2 becomes optional
2011-05-08 Benjamin Petersonmerge 3.2
2011-05-08 Benjamin Petersonmerge 3.1
2011-05-08 Benjamin Petersonput import_fresh_module in __all__
2011-05-08 Ezio MelottiRefactor buggy test to correctly use the msg argument...
2011-05-08 Ezio MelottiMerge with 3.2.
2011-05-08 Ezio MelottiMerge with 3.1.
2011-05-08 Ezio MelottiAdd back Misc/NEWS entry that got lost during merge...
2011-05-08 Victor StinnerIssue #8407: Remove debug code from test_signal
2011-05-08 Victor StinnerIssue #8407: The signal handler writes the signal numbe...
2011-05-07 Victor StinnerIssue #8407: Add pthread_kill(), sigpending() and sigwa...
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge: Issue #11927: SMTP_SSL now uses port 465 by...
2011-05-07 Antoine PitrouMerge: Issue #11927: SMTP_SSL now uses port 465 by...
2011-05-07 Antoine PitrouIssue #11927: SMTP_SSL now uses port 465 by default...
2011-05-07 Giampaolo Rodola'merge
2011-05-07 Giampaolo Rodola'merge with 3.2
2011-05-07 Giampaolo Rodola'merge with 3.1
2011-05-07 Giampaolo Rodola'#12002 - ftplib's abort() method raises TypeError
2011-05-07 Ezio Melotti#5421: merge with 3.2.
2011-05-07 Ezio Melotti#5421: merge with 3.1.
next