]> granicus.if.org Git - python/shortlog
python
2013-09-30 Barry Warsaw- Issue #16040: CVE-2013-1752: nntplib: Limit maximum...
2013-09-30 Barry Warsaw- Issue #16040: CVE-2013-1752: nntplib: Limit maximum...
2013-09-30 Barry Warsawnull merge
2013-09-30 Barry WarsawFix typo in NEWS file.
2013-09-30 Antoine PitrouIssue #12641: Avoid passing "-mno-cygwin" to the mingw3...
2013-09-30 Barry Warsawmerge heads
2013-09-30 Barry Warsawnull merge
2013-09-30 Barry Warsaw- Issue #16041: CVE-2013-1752: poplib: Limit maximum...
2013-09-30 Antoine PitrouAdd a "skull and crossbones" to Py_AddPendingCall.
2013-09-30 Martin v. LöwisAdd fake buildbottouch target.
2013-09-30 Senthil KumaranCode improvement. Review comment by Eric V. Smith
2013-09-29 Barry Warsawnull merge
2013-09-29 Barry Warsawnull merge
2013-09-29 Barry Warsaw- Issue #16037: HTTPMessage.readheaders() raises an...
2013-09-29 Antoine PitrouProperly initialize all fields of a SSL object after...
2013-09-29 Richard OudkerkIssue #19112: avoid using function defined in method.
2013-09-29 Benjamin Petersonremove duplicate method (closes #19127)
2013-09-29 Benjamin Petersoncondense two tests with the same name (closes #19114)
2013-09-29 Benjamin Petersonmove helper function into its test method (closes ...
2013-09-28 Antoine PitrouIssue #4366: Fix building extensions on all platforms...
2013-09-28 Benjamin Petersonfix duplicate test names (closes #19115)
2013-09-28 Serhiy StorchakaIssue #18950: Fix miscellaneous bugs in the sunau module.
2013-09-25 Barry Warsawnull merge
2013-09-25 Barry Warsaw- Issue #16038: CVE-2013-1752: ftplib: Limit amount...
2013-09-22 Barry Warsawnull merge
2013-09-22 Barry Warsaw- Issue #16039: CVE-2013-1752: Change use of readline...
2013-09-22 Georg BrandlCloses #19043: remove detailed listing of versions...
2013-09-22 Georg BrandlCloses #19061: make shelve security warning consistent...
2013-09-22 Nick CoghlanThis check can still fail on RHEL6
2013-09-20 Serhiy StorchakaIssue #18050: Fixed an incompatibility of the re module...
2013-09-18 R David MurrayMerge #14984: only import pwd on POSIX.
2013-09-18 R David Murray#14984: only import pwd on POSIX.
2013-09-18 R David Murray#19037: adjust file times *before* moving maildir files...
2013-09-18 R David MurrayMerge: Add versionchanged for #14984, remove extra...
2013-09-18 R David MurrayAdd versionchanged for #14984, remove extra blank from...
2013-09-17 Serhiy StorchakaRemove the use of non-existing re.ASCII.
2013-09-16 Serhiy StorchakaIssue #18873: IDLE, 2to3, and the findnocoding.py scrip...
2013-09-16 R David MurrayMerge #14984: On POSIX, enforce permissions when readin...
2013-09-16 R David Murray#14984: On POSIX, enforce permissions when reading...
2013-09-15 Eli BenderskyClose #18945: Add tests for tempfile name collision...
2013-09-15 Andrew KuchlingNull merge with 2.6
2013-09-15 Andrew Kuchling#16042: CVE-2013-1752: Limit amount of data read by...
2013-09-15 Raymond HettingerIssue #19018: The heapq.merge() function no longer...
2013-09-13 Ezio Melotti#18981: fix a typo in a comment (noticed by Anoop Thoma...
2013-09-13 Ezio MelottiFix markup in email.parser docs.
2013-09-13 Ezio Melotti#18951: use consistent names in unittest docs.
2013-09-13 Senthil KumaranFix SimpleHTTPServer's request handling case on trailin...
2013-09-13 Serhiy StorchakaIssue #18784: The uuid module no more attempts to load...
2013-09-12 Senthil KumaranAutomated merge with file:///Users/skumaran/python...
2013-09-12 Senthil KumaranImprove the docstring of random.shuffle. Inform users...
2013-09-11 Serhiy StorchakaIssue #18988: The "Tab" key now works when a word is...
2013-09-10 Senthil KumaranClarify mmap.close method behavior. Addresses issue...
2013-09-09 Mark DickinsonDocstring typo fix: Arithmentic -> Arithmetic.
2013-09-08 Serhiy StorchakaFix a typo. (closes #18953)
2013-09-08 Serhiy StorchakaFixed tests with Tcl/Tk <8.5 (closes #18964).
2013-09-08 Senthil KumaranFix the dead link of IEEE_854-1987 standard with the...
2013-09-08 Michael FoordCloses issue 14971.
2013-09-08 Senthil KumaranCorrect Profile class usage example. Addresses issue...
2013-09-07 Senthil Kumaranos.isatty is not Unix only. Correct the wrong documenta...
2013-09-07 Ezio Melotti#18895: split a sentence in unittest docs.
2013-09-07 Ezio Melotti#18894: remove mention of deprecated fail* methods.
2013-09-06 Eli BenderskyClose #18849: Fixed a Windows-specific tempfile bug...
2013-09-06 Vinay SajipIssue #18941: Respected delay when doing rollover.
2013-09-06 Vinay SajipIssue #18940: Handled low-volume logging when delay...
2013-09-05 Vinay SajipIssue #18933: Added links to source code.
2013-09-05 Serhiy StorchakaIssue #18672: Fixed format specifiers for Py_ssize_t...
2013-09-05 Serhiy StorchakaMerge heads
2013-09-05 Serhiy StorchakaIssue #18830: inspect.getclasstree() no more produces...
2013-09-05 Christian HeimesIssue #18709: GCC 4.6 complains that 'v' may be used...
2013-09-05 Christian HeimesIssue #18709: GCC 4.6 complains that 'v' may be used...
2013-09-04 Victor StinnerIssue #18909: Fix _tkinter.tkapp.interpaddr() on Window...
2013-09-04 Antoine PitrouIssue #18876: The FileIO.mode attribute now better...
2013-09-03 Tim PetersNull merge of 2.6 into 2.7.
2013-09-03 Eli BenderskyClose #18912: Fix indentation in docstring
2013-09-03 Christian HeimesPython 2.6's ssl module has neither OPENSSL_VERSION_INF...
2013-09-01 Benjamin Petersondocument that various functions that parse from source...
2013-09-01 Terry Jan ReedySilence deprecation warning in test_mmap for ValueError...
2013-09-01 Terry Jan ReedySilence deprecation warning in test_unittest for 'None...
2013-08-31 Terry Jan ReedyIssue #18489: Add complete, gui-free tests for idlelib...
2013-08-30 Antoine PitrouIssue #18851: Avoid a double close of subprocess pipes...
2013-08-30 Charles-François... Issue #18418: After fork(), reinit all threads states...
2013-08-29 Charles-François... Merge.
2013-08-29 Charles-François... Issue #18643: Fix some test_socket failures due to...
2013-08-29 Serhiy StorchakaIssue #18743: Improved cross-references to the StringIO...
2013-08-29 Serhiy StorchakaIssue #18760: Improved cross-references in the xml...
2013-08-26 Ezio Melotti#18839: document that sys.exit() will not accept a...
2013-08-25 Ezio Melotti#18803: fix more typos. Patch by Févry Thibault.
2013-08-25 Ezio Melotti#18833: add a test for test_telnetlib. Patch by Alex...
2013-08-25 Tim PetersNull merge of 2.6 into 2.7.
2013-08-25 Charles-François... Merge.
2013-08-25 Charles-François... Issue #18763: subprocess: The file descriptors are...
2013-08-25 Serhiy StorchakaIssue #18817: Fix a resource warning in Lib/aifc.py...
2013-08-25 Christian HeimesIssue #11973: Fix a problem in kevent. The flags and...
2013-08-25 Christian HeimesFix test
2013-08-25 Christian HeimesIssue #18747: Fix spelling errors in my commit message...
2013-08-25 Christian HeimesIssue #18709: Fix issue with IPv6 address in subjectAlt...
2013-08-25 Christian HeimesIssue #18709: Fix issue with IPv6 address in subjectAlt...
2013-08-24 Tim PetersVarious clarifications based on feedback & questions...
2013-08-24 Antoine PitrouIssue #18756: make test_urandom_failure more robust...
2013-08-23 Serhiy StorchakaIssue #18757: Improved cross-references in the concurre...
next