]> granicus.if.org Git - python/shortlog
python
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.
2011-05-07 Ezio Melotti#5421: add tests.
2011-05-07 Giampaolo Rodola'reverting 9688977ef567 committed by accident
2011-05-07 Vinay SajipClosed resource leak in SysLogHandler.
2011-05-07 Ezio Melotti#12017: merge with 3.2.
2011-05-07 Ezio Melotti#12017: merge with 3.1.
2011-05-07 Giampaolo Rodola'test_ftplib.py: change client default timeout from...
2011-05-07 Giampaolo Rodola'merge heads
2011-05-07 Giampaolo Rodola'test_ftplib.py: change client default timeout from...
2011-05-07 Ezio Melotti#12017: Fix segfault in json.loads() while decoding...
2011-05-07 Vinay SajipChanged where socket close is called on connection...
2011-05-07 Giampaolo Rodola'#11072- applying http://bugs.python.org/review/11072...
2011-05-07 Vinay SajipMerge.
2011-05-07 Vinay SajipClose socket on connection failure.
2011-05-07 Nadeem VawdaMerge: Fix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaMerge: Fix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaFix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaMerge: #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaMerge: #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaIssue #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaMerge: #11277: Add tests for mmap crash when using...
2011-05-07 Nadeem VawdaMerge: #11277: Add tests for mmap crash when using...
2011-05-07 Nadeem VawdaIssue #11277: Add tests for mmap crash when using large...
2011-05-07 Victor Stinner_PyImport_LoadDynamicModule() encodes the module name...
2011-05-07 Victor Stinnerfaulthandler: dump all threads by default
2011-05-07 Victor Stinnerfaulthandler: save/restore errno in the two signal...
2011-05-07 Ronald OussorenCloses Issue 11916: Add a number of MacOSX specific...
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-06 Vinay SajipRefined rollover test for slow test machines.
2011-05-06 Giampaolo Rodola'Issue #11072: added MLSD command (RFC-3659) support...
2011-05-06 Antoine PitrouIssue #8808: The IMAP4_SSL constructor now allows passi...
2011-05-06 Ronald Oussorenmerge from 3.2
2011-05-06 Ronald Oussorenntpath.samefile fails to detect that "A.TXT" and "a...
next