]> granicus.if.org Git - python/shortlog
python
2013-03-12 Ezio Melotti#17368: Fix an off-by-one error in the Python JSON...
2013-03-12 Eli BenderskyIssue #11367: fix documentation of some find* methods...
2013-03-12 Terry Jan ReedyFix issue number
2013-03-12 Terry Jan ReedyIssue #14707: add news entry
2013-03-11 Terry Jan ReedyIssue #17047: remove doubled words found in 2.7 to...
2013-03-11 Terry Jan ReedyIssue #17047: remove doubled words found in 2.7 to...
2013-03-11 Terry Jan ReedyIssue #17047: removed doubled words in Doc/*, Mac/...
2013-03-11 Ezio Melotti#16004: Add `make touch`.
2013-03-11 Ezio Melotti#11963: fix Windows buildbots.
2013-03-10 Ezio Melotti#11963: remove human verification from test_subprocess.
2013-03-10 Raymond HettingerClassmethod example needs to inherit from object
2013-03-10 Raymond HettingerIssue #17351: Modernize the pure Python property()...
2013-03-10 Ezio Melotti#14489: fix wrong link.
2013-03-10 Ezio Melotti#11963: fix Windows buildbots.
2013-03-09 Ezio Melotti#11963: avoid printing messages in test_parser. Initia...
2013-03-09 Eli BenderskyAdd warning in ctypes documentation for #16575 and...
2013-03-09 Raymond HettingerIssue #17375: Add docstrings to the threading module.
2013-03-09 Terry Jan ReedyIssue #17332: fix json doc typo /convered/converted...
2013-03-08 Vinay SajipIssue #17376: Clarified documentation for TimedRotating...
2013-03-08 Eli BenderskyClosing #17378: ctypes documentation fix.
2013-03-06 Eli BenderskyFix doc grammar and line width
2013-03-06 Ezio Melotti#17364: remove documentation for a function that does...
2013-03-05 Senthil KumaranReverting the changeset c31d700dea8b made for Issue...
2013-03-05 Senthil KumaranFix Issue #12921: BaseHTTPServer's send_error should...
2013-03-05 Raymond Hettingermerge
2013-03-05 Raymond HettingerIssue #16098: Update heapq.nsmallest to use the same...
2013-03-04 Ned DeilyIssue #16848: python-config now returns proper --ldflag...
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
2013-03-04 Ezio Melotti#17346: make sure pickle tests are run against all...
2013-03-03 Mark DickinsonIssue #16445: Fix potential segmentation fault when...
2013-03-01 Ezio MelottiFix markup in unittest doc.
2013-03-01 Ezio Melotti#17315: unlink a file that test_posixpath was leaving...
2013-02-28 Raymond HettingerThe example regex should be a raw string.
2013-02-28 Ezio MelottiAdd a link to the demo dir.
2013-02-28 Ezio MelottiFix markup in unittest docs.
2013-02-27 Chris JerdonekIssue #16406: combine the doc pages for uploading and...
2013-02-26 Petri LehtinenIssue #14720: Enhance sqlite3 microsecond conversion...
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 Serhiy StorchakaIssue #13555: Fix an integer overflow check.
2013-02-25 Serhiy StorchakaIssue #1470548: Do not buffer XMLGenerator output.
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 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 #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 #14720: sqlite3: Convert datetime microseconds...
2013-02-23 Petri LehtinenIssue #5033: Fix building of the sqlite3 extension...
2013-02-23 Ezio MelottiFix deprecation warning in test_tcl.
2013-02-23 Ezio MelottiFix deprecation warning in tempfile.
2013-02-23 Ezio Melotti#17249: check for the availability of the thread module.
2013-02-23 Ezio Melotti#17249: convert a test in test_capi to use unittest...
2013-02-23 Ezio Melotti#15438: add a note to math.pow() that suggests using...
2013-02-22 Ezio MelottiFix the highlight in another example.
2013-02-22 Ezio Melotti#17256: fix syntax highlight in embedding example....
2013-02-22 Ezio Melotti#17035: use new style classes in classmethod/staticmeth...
2013-02-22 Chris JerdonekIssue #17203: add long option names to unittest discove...
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 #17248: Fix os.*chown() testing when user is...
2013-02-21 Ezio Melotti#17265: fix highlight in template example. Initial...
2013-02-20 Barry Warsawnull merge from 2.6
2013-02-20 Barry Warsaw- Issue #16248: Disable code execution from the user...
2013-02-20 Benjamin Petersonfix building without pymalloc (closes #17228)
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 R David Murray#7842: backport fix for py_compile.compile syntax error...
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 StorchakaIssue #13153: Tkinter functions now raise TclError...
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-16 Antoine PitrouRemove unused certificate files
2013-02-16 Antoine PitrouFix test_ssl by replacing expired X509 certificate
2013-02-16 Serhiy StorchakaIssue #9669: Protect re against infinite loops on zero...
2013-02-16 Serhiy StorchakaIssue #13169: The maximal repetition number in a regula...
2013-02-15 Ezio Melotti#17178: update any()/all() docstrings to document their...
2013-02-15 Antoine PitrouIssue #17208: add a note about the termination behaviou...
2013-02-13 Richard OudkerkAdd Misc/NEWS entry for Issue #16743
2013-02-13 Richard OudkerkIssue #16743: Fix mmap overflow check on 32 bit Windows
2013-02-13 Serhiy StorchakaFix tests for issue #5308.
2013-02-13 Serhiy StorchakaIssue #11311: StringIO.readline(0) now returns an empty...
2013-02-13 Serhiy StorchakaIssue #5308: Raise ValueError when marshalling too...
2013-02-12 Serhiy StorchakaFix for issue #16800: Use buffered write to handle...
2013-02-12 Serhiy StorchakaIssue #16800: tempfile.gettempdir() no longer left...
2013-02-12 Serhiy StorchakaIssue #13555: cPickle now supports files larger than...
2013-02-12 Serhiy StorchakaIssue #4591: Uid and gid values larger than 2**31 are...
2013-02-12 Serhiy StorchakaClean trailing whitespaces in Makefile.pre.in and grpmo...
2013-02-12 Ned DeilyIssue #17111: Prevent test_surrogates (test_fileio...
2013-02-11 R David Murray#17171: backport behavior-confirming test from python3.
2013-02-11 R David Murray#17064: fix sporadic permission errors in test_mailbox...
2013-02-11 Michael FoordCorrection to issue 17052 fix
2013-02-10 Michael FoordIssue 17502: unittest discovery should use self.testLoader
2013-02-10 Serhiy StorchakaIssue #17141: random.vonmisesvariate() no more hangs...
2013-02-10 Mark DickinsonIssue #17149: Fix random.vonmisesvariate to always...
2013-02-10 Serhiy StorchakaIssue #1470548: XMLGenerator now works with UTF-16...
2013-02-10 Serhiy StorchakaIssue #6975: os.path.realpath() now correctly resolves...
2013-02-10 Serhiy StorchakaImport shutil for restore_test_support_TESTFN().
2013-02-09 Raymond HettingerMinor cleanups.
next