]> granicus.if.org Git - python/shortlog
python
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 #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 #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 #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 #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 #14720: sqlite3: Convert datetime microseconds...
2013-02-23 Petri LehtinenIssue #15132: Allow a list for the defaultTest argument...
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 Petri LehtinenIssue #5033: Fix building of the sqlite3 extension...
2013-02-23 Petri LehtinenAdd generated python-config files to .gitignore
2013-02-23 Serhiy StorchakaRemove unused defines.
2013-02-23 Serhiy StorchakaRemove unused defines.
2013-02-23 Ezio Melotti#12749: merge with 3.3.
2013-02-23 Ezio Melotti#12749: add a test for non-BMP ranges in character...
2013-02-23 Ezio Melotti#17217: merge with 3.3.
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: 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.3.
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.3.
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.3.
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.3.
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-22 Chris JerdonekIssue #17203: add long option names to unittest discove...
2013-02-21 Ezio Melotti#17255: merge with 3.3.
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 #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 Serhiy StorchakaIssue #17248: Fix os.*chown() testing when user is...
2013-02-21 Ezio Melotti#17265: merge with 3.3.
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 MelottiMerge DeprecationWarnings silencing in test_urllib...
2013-02-21 Ezio MelottiSilence DeprecationWarnings in test_urllib.
2013-02-20 Ezio MelottiMerge DeprecationWarnings silencing in test_unicode...
2013-02-20 Ezio MelottiMerge heads.
2013-02-20 Benjamin Petersonmerge 3.3 (#17228)
2013-02-20 Ezio MelottiSilence DeprecationWarnings in test_unicode.
2013-02-20 Benjamin Petersonfix building without pymalloc (closes #17228)
2013-02-20 Ezio MelottiMerge importlib.h rebuild from 3.3 after the changes...
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 #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 Serhiy StorchakaIssue #15301: Enhance os.*chown() testing. Based on...
2013-02-20 Ezio Melotti#17143: merge with 3.3.
2013-02-20 Ezio Melotti#17143: fix buildbot failures on Windows.
2013-02-19 R David Murray#6623: Add explicit deprecation warning for ftplib...
2013-02-19 R David MurrayMerge: #13700: Make imap.authenticate with authobject...
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.
2013-02-19 Stefan KrahMerge 3.3.
2013-02-19 Stefan KrahFix error messages.
2013-02-19 R David MurrayMerge: #7963: fix error message when 'object' called...
2013-02-19 R David Murray#7963: fix error message when 'object' called with...
2013-02-19 R David Murray#7963: fix error message when 'object' called with...
2013-02-18 Serhiy StorchakaDisable posixpath.realpath() tests on Windows (fix...
2013-02-18 Serhiy StorchakaDisable posixpath.realpath() tests on Windows (fix...
2013-02-18 Serhiy StorchakaDisable posixpath.realpath() tests on Windows (fix...
2013-02-18 Serhiy StorchakaIssue #13153: Tkinter functions now raise TclError...
2013-02-18 Serhiy StorchakaIssue #13153: Tkinter functions now raise TclError...
2013-02-18 Serhiy StorchakaIssue #13153: Tkinter functions now raise TclError...
2013-02-18 Serhiy StorchakaFix posixpath.realpath() for multiple pardirs (fixes...
2013-02-18 Serhiy StorchakaFix posixpath.realpath() for multiple pardirs (fixes...
2013-02-18 Serhiy StorchakaFix posixpath.realpath() for multiple pardirs (fixes...
2013-02-18 Serhiy StorchakaFix issue #13169: Reimport MAXREPEAT into sre_constants.py.
2013-02-18 Serhiy StorchakaFix issue #13169: Reimport MAXREPEAT into sre_constants.py.
2013-02-18 Serhiy StorchakaFix issue #13169: Reimport MAXREPEAT into sre_constants.py.
2013-02-17 Andrew SvetlovIssue #17215: Fix documentation misprints (patch by...
2013-02-17 Andrew SvetlovIssue #17215: Fix documentation misprints (patch by...
2013-02-17 Raymond Hettingermerge
2013-02-17 Raymond HettingerSet cache sizes to a power-of-two
2013-02-17 Raymond HettingerEliminate unnecessary variable.
next