]> granicus.if.org Git - python/shortlog
python
2013-09-07 Ezio Melotti#18894: remove mention of deprecated fail* methods.
2013-09-06 Tim PetersIssue 18944: fix a 1-character typo in test_set.py.
2013-09-06 Eli BenderskyIssue #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-06 Vinay SajipIssue #18939: Updated venv documentation with some...
2013-09-06 Senthil KumaranImprove urlencode docstring. Patch by Brian Brazil.
2013-09-06 Tim PetersIssue #18942: sys._debugmallocstats() output was damage...
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-04 Victor StinnerIssue #18909: Fix _tkinter.tkapp.interpaddr() on Window...
2013-09-04 Antoine PitrouIssue #18876: The FileIO.mode attribute now better...
2013-09-04 Meador IngeIssue #16826: Revert fix while Windows issues are being...
2013-09-03 Meador IngeIssue #16826: Don't check for PYTHONCASEOK when using -E.
2013-09-03 Tim Peterscwr_next(): move invariants out of loops.
2013-09-03 Eli BenderskyIssue #18912: Fix indentation in docstring
2013-09-01 Terry Jan ReedyRemove obsolete .hgeol entry pointing to file moved...
2013-09-01 Tim PetersFix issue 18889: test_sax: multiple failures on Windows...
2013-09-01 Antoine Pitroutest_threading isn't rudimentary anymore
2013-08-31 Terry Jan ReedyIssue #12037: Fix test_email for desktop Windows.
2013-08-31 Terry Jan ReedyIssue #18489: Add complete, gui-free tests for idlelib...
2013-08-30 Antoine PitrouForward port new tests from Issue #18851.
2013-08-30 Charles-François... Issue #18418: After fork(), reinit all threads states...
2013-08-29 Gregory P.... Fixes issue #15507: test_subprocess's test_send_signal...
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: Fix references to non-existant "StringIO...
2013-08-29 Serhiy StorchakaIssue #18760: Improved cross-references in the xml...
2013-08-28 Victor StinnerFix @requires_freebsd_version and @requires_linux_versi...
2013-08-27 Victor StinnerFix compilation of the _sqlite module if threads are...
2013-08-27 Serhiy StorchakaIssue #18783: Removed existing mentions of Python long...
2013-08-26 Ezio Melotti#18839: document that sys.exit() will not accept a...
2013-08-26 Eli BenderskyClarify pyexpat documentation in StartElementHandler
2013-08-25 Ezio Melotti#18803: fix more typos. Patch by Févry Thibault.
2013-08-25 Eli BenderskyUpdate XMLParser.close documentation and fix formatting.
2013-08-25 Ezio Melotti#18833: add a test for test_telnetlib. Patch by Alex...
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 R David Murray#16611: BaseCookie now parses 'secure' and 'httponly...
2013-08-25 Christian HeimesIssue #11973: Fix a problem in kevent. The flags and...
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-24 Tim PetersVarious clarifications based on feedback & questions...
2013-08-24 Antoine PitrouIssue #18756: make test_urandom_failure more robust...
2013-08-24 Victor Stinnertest_socket: cancel scheduled alarm on test failure
2013-08-23 Serhiy StorchakaIssue #18757: Improved cross-references in the concurre...
2013-08-23 Ezio Melotti#18798: fix typo in test_fcntl. Patch by Vajrasky...
2013-08-23 Victor StinnerClose #17702: On error, os.environb now removes suppres...
2013-08-23 Brett CannonNEW entry for issue #18755
2013-08-23 Brett CannonIssue #18755: Allow imp.load_*() loaders to have get_da...
2013-08-23 Brett CannonEmphasize that people should not override __import__.
2013-08-22 Tim PetersAdd line explaining the "%sort" test.
2013-08-22 Serhiy StorchakaIssue #16809: Fixed some tkinter incompabilities with...
2013-08-22 Serhiy StorchakaIssue #16809: Tkinter's splitlist() and split() methods...
2013-08-22 Christian HeimesIssue #18747: Update Misc/NEWS to reflect the latest...
2013-08-22 Christian HeimesIssue #18747: Use a parent atfork handler instead of...
2013-08-22 R David Murray#18324: set_payload now correctly handles binary input.
2013-08-21 Tim PetersMerge 3.2 into 3.3.
2013-08-21 Antoine PitrouIssue #18792: Use "127.0.0.1" or "::1" instead of ...
2013-08-21 Serhiy StorchakaIssue #17119: Fixed integer overflows when processing...
2013-08-21 Christian HeimesIssue #18747: Re-seed OpenSSL's pseudo-random number...
2013-08-20 Serhiy StorchakaIssue #8865: Concurrent invocation of select.poll.poll...
2013-08-20 Serhiy StorchakaIssue #13461: Fix a crash in the TextIOWrapper.tell...
2013-08-19 Serhiy StorchakaIssue #2537: Remove breaked check which prevented valid...
2013-08-19 Serhiy StorchakaIssue #18647: A regular expression in the doctest modul...
2013-08-19 Serhiy StorchakaIssue #18647: Correctly bound calculated min/max width...
2013-08-19 Christian HeimesIssue #18777: The ssl module now uses the new CRYPTO_TH...
2013-08-19 Serhiy StorchakaIssue #18761: Improved cross-references in email docume...
2013-08-19 Terry Jan ReedyIssue #18489: idlelib.SearchEngine - add docstrings
2013-08-18 Andrew Kuchling#18562: various revisions to the regex howto for 3.x
2013-08-18 Terry Jan ReedyIssue #18592: whitespace
2013-08-18 Terry Jan ReedyIssue #18592: Add docstrings to file being tested ...
2013-08-18 Christian Heimesadd missing #
2013-08-17 Christian HeimesIssue 18768: Correct doc string of RAND_edg(). Patch...
2013-08-17 Christian HeimesIssue #18768: coding style nitpick. Thanks to Vajrasky Kok
2013-08-17 Ezio Melotti#18466: fix more typos. Patch by Févry Thibault.
2013-08-17 Ezio Melotti#18741: fix more typos. Patch by Févry Thibault.
2013-08-17 Christian HeimesIssue #18178: Fix ctypes on BSD. dlmalloc.c was compile...
2013-08-17 Ezio Melotti#18705: fix a number of typos. Patch by Févry Thibault.
2013-08-16 Vinay SajipIssue #18759: Improved cross-references in logging...
2013-08-16 Christian Heimesmerge
2013-08-16 Christian HeimesIssue #18709: Fix CVE-2013-4238. The SSL module now...
2013-08-16 Charles-François... Issue #16463: Fix a transient test_timeout failure.
2013-08-16 Serhiy StorchakaIssue #18743: Fix references to non-existant "StringIO...
2013-08-16 Antoine PitrouIssue #18756: Improve error reporting in os.urandom...
2013-08-16 Ezio Melotti#18707: point to Doc/README.txt in the README file...
2013-08-16 Antoine PitrouIssue #1666318: Add a test that shutil.copytree() retai...
2013-08-16 Antoine PitrouIssue #16190: fix random module recommendation to use...
2013-08-15 Terry Jan ReedyIssue #18732: Remove unused* parameter output_sep from...
2013-08-15 Terry Jan ReedyIssue #18425: Unittests for idlelib.IdleHistory. First...
2013-08-15 Victor StinnerIssue #18296: Try to fix TestSendfile.test_trailers...
2013-08-15 Eric Snowissue #18698: ensure importlib.reload() returns the...
2013-08-14 David WoleverRemove errant fourth '.' from ellipsis in datetime...
2013-08-14 Raymond HettingerIssue 18719: Remove a false optimization
2013-08-13 Terry Jan ReedyIssue #18425: Add docstrings to IdleHistory.py. Remove...
2013-08-13 Victor StinnerIssue #18405: Improve the entropy of crypt.mksalt().
next