]> granicus.if.org Git - python/shortlog
python
2013-03-05 Raymond HettingerIssue #16098: Update heapq.nsmallest to use the same...
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
2013-03-04 Benjamin Petersonfix possible setdefault refleak (closes #17328)
2013-03-04 Ezio Melotti#17346: merge with 3.2.
2013-03-04 Ezio Melotti#17346: make sure pickle tests are run against all...
2013-03-04 Raymond HettingerAnother nit.
2013-03-04 Raymond HettingerFix other re-entrancy nits for the lru_cache.
2013-03-04 Raymond HettingerAdd test for RLock in the lru_cache().
2013-03-03 Nadeem VawdaIssue #13898: test_ssl no longer prints a spurious...
2013-03-03 Nadeem VawdaIssue #13898: test_ssl no longer prints a spurious...
2013-03-03 Gregory P.... Issue #16962: Use getdents64 instead of the obsolete...
2013-03-02 Ezio Melotti#17334: test_index now works with unittest test discove...
2013-03-02 Ezio Melotti#17333: test_imaplib now works with unittest test disco...
2013-03-02 Raymond HettingerIssue #17331: Use isidentifier() instead of isalnum...
2013-03-02 Raymond HettingerRemove dependency on dummy_threading (to solve a bootst...
2013-03-01 Ezio MelottiMerge markup fixes in unittest doc from 3.2.
2013-03-01 Ezio MelottiFix markup in unittest doc.
2013-03-01 Ezio Melotti#17315: merge with 3.2.
2013-03-01 Ezio Melotti#17315: unlink a file that test_posixpath was leaving...
2013-03-01 Raymond HettingerDon't deadlock on a reentrant call.
2013-03-01 Raymond HettingerRegex should be a raw string
2013-03-01 Ezio Melotti#17082: test_dbm* now work with unittest test discovery...
2013-03-01 Ezio Melotti#17079: test_ctypes now works with unittest test discov...
2013-02-28 Ezio MelottiMerge link addition from 3.2.
2013-02-28 Ezio MelottiAdd a link to the demo dir.
2013-02-28 Ezio MelottiMerge markup fixes in unittest docs from 3.2.
2013-02-28 Ezio MelottiFix markup in unittest docs.
2013-02-27 Chris JerdonekIssue #16406: Combine the doc pages for uploading and...
2013-02-27 Chris JerdonekIssue #16406: Combine the doc pages for uploading and...
2013-02-27 R David MurrayNull merge for issue 1692335 backport.
2013-02-27 R David Murray#17296: backport fix for issue 1692335, naive exception...
2013-02-27 Ezio Melotti#17304: test_hash now works with unittest test discover...
2013-02-27 Ezio Melotti#17303: test_future* now work with unittest test discov...
2013-02-26 Victor StinnerIssue #17223: Fix test_array on Windows (16-bit wchar_t...
2013-02-26 Petri LehtinenIssue #14720: Enhance sqlite3 microsecond conversion...
2013-02-26 Petri LehtinenIssue #14720: Enhance sqlite3 microsecond conversion...
2013-02-26 Vinay SajipCloses #17290: Loading cursor now does not persist...
2013-02-26 Eli BenderskySome cosmetic changes
2013-02-26 Richard OudkerkMerge
2013-02-26 Richard OudkerkIssue #17018: Make Process.join() retry if os.waitpid...
2013-02-26 Senthil KumaranFix issue16932: Fix the urlparse example. Remote :port...
2013-02-26 Senthil KumaranFix issue16932: Fix the urlparse example. Remote :port...
2013-02-25 Victor StinnerIssue #17223: array module: Fix a crasher when converti...
2013-02-25 Victor StinnerIssue #17223: Fix PyUnicode_FromUnicode() for string...
2013-02-25 Serhiy StorchakaIssue #15083: Convert ElementTree doctests to unittests.
2013-02-25 Serhiy StorchakaIssue #1470548: Add test for fragment producing with...
2013-02-25 Serhiy StorchakaIssue #1470548: Add test for fragment producing with...
2013-02-24 R David MurrayMerge #17275: Fix class name in init errors in C buffer...
2013-02-24 R David Murray#17275: Fix class name in init errors in C bufferedio...
2013-02-23 Petri LehtinenRevert "Issue #16121: Fix line number accounting in...
2013-02-23 Petri LehtinenRevert "Issue #16121: Fix line number accounting in...
2013-02-23 Petri LehtinenIssue #16121: Fix line number accounting in shlex
2013-02-23 Petri LehtinenIssue #16121: Fix line number accounting in shlex
2013-02-23 Petri LehtinenIssue #16403: Document how distutils uses the maintaine...
2013-02-23 Petri LehtinenIssue #16403: Document how distutils uses the maintaine...
2013-02-23 Petri LehtinenIssue #16695: Document how glob handles filenames start...
2013-02-23 Petri LehtinenIssue #16695: Document how glob handles filenames start...
2013-02-23 Petri LehtinenIssue #8890: Stop advertising an insecure use of /tmp...
2013-02-23 Petri LehtinenIssue #8890: Stop advertising an insecure use of /tmp...
2013-02-23 Petri LehtinenIssue #14720: sqlite3: Convert datetime microseconds...
2013-02-23 Petri LehtinenIssue #14720: sqlite3: Convert datetime microseconds...
2013-02-23 Petri LehtinenIssue #5033: Fix building of the sqlite3 extension...
2013-02-23 Petri LehtinenIssue #5033: Fix building of the sqlite3 extension...
2013-02-23 Serhiy StorchakaRemove unused defines.
2013-02-23 Ezio Melotti#12749: add a test for non-BMP ranges in character...
2013-02-23 Ezio Melotti#17217: merge with 3.2.
2013-02-23 Ezio Melotti#17217: fix UnicodeEncodeErrors errors in test_format...
2013-02-23 Ezio Melotti#17249: null merge.
2013-02-23 Ezio Melotti#17249: check for the availability of the thread module.
2013-02-23 Ezio Melotti#17249: merge with 3.2.
2013-02-23 Ezio Melotti#17249: convert a test in test_capi to use unittest...
2013-02-23 Ezio Melotti#15438: merge with 3.2.
2013-02-23 Ezio Melotti#15438: add a note to math.pow() that suggests using...
2013-02-22 Ezio Melotti#17271: merge with 3.2.
2013-02-22 Ezio Melotti#17271: update example in tempfile docs.
2013-02-22 Ezio Melotti#17256: merge with 3.2.
2013-02-22 Ezio Melotti#17256: fix syntax highlight in embedding example....
2013-02-22 Chris JerdonekIssue #17203: add long option names to unittest discove...
2013-02-22 Chris JerdonekIssue #17203: add long option names to unittest discove...
2013-02-21 Ezio Melotti#17255: merge with 3.2.
2013-02-21 Ezio Melotti#17255: test short-circuiting behavior of any()/all...
2013-02-21 Serhiy StorchakaIssue #17225: JSON decoder now counts columns in the...
2013-02-21 Serhiy StorchakaIssue #17225: JSON decoder now counts columns in the...
2013-02-21 Serhiy StorchakaIssue #17248: Fix os.*chown() testing when user is...
2013-02-21 Serhiy StorchakaIssue #17248: Fix os.*chown() testing when user is...
2013-02-21 Ezio Melotti#17265: merge with 3.2.
2013-02-21 Ezio Melotti#17265: fix highlight in template example. Initial...
2013-02-21 Ezio MelottiSilence DeprecationWarnings in test_urllib.
2013-02-20 Ezio MelottiMerge heads.
2013-02-20 Ezio MelottiSilence DeprecationWarnings in test_unicode.
2013-02-20 Benjamin Petersonfix building without pymalloc (closes #17228)
2013-02-20 Ezio MelottiRebuild importlib.h after the changes introduced in...
2013-02-20 Serhiy StorchakaIssue #17248: Fix os.*chown() testing when user has...
2013-02-20 Serhiy StorchakaIssue #17248: Fix os.*chown() testing when user has...
2013-02-20 Serhiy StorchakaIssue #15301: Enhance os.*chown() testing. Based on...
2013-02-20 Serhiy StorchakaIssue #15301: Enhance os.*chown() testing. Based on...
2013-02-20 Ezio Melotti#17143: fix buildbot failures on Windows.
2013-02-19 R David MurrayMerge: #13700: Make imap.authenticate with authobject...
2013-02-19 R David Murray#13700: Make imap.authenticate with authobject work.
next