]> granicus.if.org Git - python/shortlog
python
2013-08-31 Eli BenderskySwitch the AF_* and SOCK_* constants in the socket...
2013-08-31 Terry Jan ReedyIssue #12037: Fix test_email for desktop Windows.
2013-08-31 Terry Jan ReedyIssue #12037: Fix test_email for desktop Windows.
2013-08-31 Terry Jan ReedyMerge from 3.3 #18489 Search Engine tests
2013-08-31 Terry Jan ReedyIssue #18489: Add complete, gui-free tests for idlelib...
2013-08-31 Ethan FurmanIssue #18780: code cleanup.
2013-08-31 Andrew SvetlovTemporary disable tests cleanup (issue 11798).
2013-08-31 Ethan FurmanClose #18780: %-formatting now prints value for int...
2013-08-31 Charles-François... Merge.
2013-08-31 Eli BenderskyFix XMLPullParser documentation to say "non-blocking...
2013-08-31 Charles-François... Use INADDR_BROADCAST instead of hard-coded value (it...
2013-08-31 Charles-François... Use the recent support.HOSTv6 addition.
2013-08-30 Antoine PitrouIssue #18756: os.urandom() now uses a lazily-opened...
2013-08-30 Antoine PitrouForward port new tests from Issue #18851.
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-30 Charles-François... Issue #18418: After fork(), reinit all threads states...
2013-08-30 Eli BenderskyIssue #17741: Rename IncrementalParser and its methods.
2013-08-30 Philip Jenveyutilize int.from_bytes
2013-08-29 Benjamin Petersonimprove comment
2013-08-29 Benjamin Petersonmake lists uniformly integers for the benefit of pypy
2013-08-29 Gregory P.... Fixes Issue #15507: test_subprocess's test_send_signal...
2013-08-29 Gregory P.... Fixes issue #15507: test_subprocess's test_send_signal...
2013-08-29 Tim PetersNull merge of 3.3 into default.
2013-08-29 Charles-François... Merge.
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 Charles-François... Issue #18643: Fix some test_socket failures due to...
2013-08-29 Richard OudkerkIssue #8713: Print dangling processes/threads, if any.
2013-08-29 Richard OudkerkIssue #8713: Cleanup before saving process._dangling.
2013-08-29 Richard OudkerkIssue #8713: Test should not print message about start...
2013-08-29 Serhiy StorchakaIssue #17974: Switch unittest from using getopt to...
2013-08-29 Serhiy StorchakaIssue #16799: Switched from getopt to argparse style...
2013-08-29 Serhiy StorchakaIssue #18743: Fix references to non-existant "StringIO...
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-29 Serhiy StorchakaIssue #18760: Improved cross-references in the xml...
2013-08-29 Raymond HettingerTighten-up the lookkey() logic and beautify the code...
2013-08-28 Andrew SvetlovFix tests for #11798
2013-08-28 Andrew SvetlovIssue #11798: TestSuite now drops references to own...
2013-08-28 Richard OudkerkIssue #18786: Don't reinstall old SIGUSR1 handler prema...
2013-08-28 Victor Stinner(Merge 3.3) Fix @requires_freebsd_version and @requires...
2013-08-28 Victor StinnerFix test_socket.test_SOCK_CLOEXEC(), the test was wrong
2013-08-28 Victor StinnerFix @requires_freebsd_version and @requires_linux_versi...
2013-08-28 Victor Stinnertest_posix.test_pipe2() now checks that the O_NONBLOCK...
2013-08-28 Victor Stinnerselect.epoll.fromfd(fd) must be not change the inherita...
2013-08-28 Victor StinnerIssue #18865: remove unused import from multiprocessing...
2013-08-28 Richard OudkerkIssue #18865: PEP 446 makes multiprocessing.util.pipe...
2013-08-28 Victor StinnerGet rid of signed/unsigned comparaison in _sre.c
2013-08-27 Victor Stinner_datetimemodule.c: fix the compilation warning "convers...
2013-08-27 Victor Stinnerfix a compilation warning in posix_openpty() on "PPC64...
2013-08-27 Victor Stinnerpythonrun.c: use MAXPATHLEN instead of PATH_MAX
2013-08-27 Victor Stinner(Merge 3.3) Fix compilation of the _sqlite module if...
2013-08-27 Victor StinnerFix compilation of the _sqlite module if threads are...
2013-08-27 Victor StinnerIssue #18571: Implementation of the PEP 446: file descr...
2013-08-27 Serhiy StorchakaIssue #18783: Removed existing mentions of Python long...
2013-08-27 Serhiy StorchakaIssue #18783: Removed existing mentions of Python long...
2013-08-26 Victor StinnerClose #11619: The parser and the import machinery do...
2013-08-26 Victor StinnerRestore changeset 5bd9db528aed (issue #18408)
2013-08-26 Victor StinnerIssue #18664, #18408: Rewrite PyErr_WriteUnraisable...
2013-08-26 Victor StinnerIssue #18408: _PyObject_Dump() now saves/restores the...
2013-08-26 Ezio Melotti#18839: merge with 3.3.
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-26 Eli BenderskyClarify pyexpat documentation in StartElementHandler
2013-08-26 Eli BenderskyRemove the obsolete XMLParser._start/_start_list duality.
2013-08-25 Ezio Melotti#18803: merge with 3.3.
2013-08-25 Ezio Melotti#18803: fix more typos. Patch by Févry Thibault.
2013-08-25 Eli BenderskyMerge doc fix from 3.3
2013-08-25 Eli BenderskyUpdate XMLParser.close documentation and fix formatting.
2013-08-25 Ezio MelottiFix markup in elementtree docs.
2013-08-25 Ezio Melotti#18833: merge with 3.3.
2013-08-25 Ezio Melotti#18833: add a test for test_telnetlib. Patch by Alex...
2013-08-25 Antoine PitrouIssue #18808: Non-daemon threads are now automatically...
2013-08-25 Charles-François... Merge.
2013-08-25 Charles-François... Merge.
2013-08-25 Charles-François... Merge.
2013-08-25 Charles-François... Issue #18763: subprocess: The file descriptors are...
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 Serhiy StorchakaIssue #18817: Fix a resource warning in Lib/aifc.py...
2013-08-25 R David MurrayMerge #16611: BaseCookie now parses 'secure' and 'httpo...
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 #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 #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 Vinay SajipCloses #18807: pyvenv now takes a --copies argument...
2013-08-24 Richard OudkerkFix compiler warning on Windows.
2013-08-24 Eli BenderskyUse consistent style for else if / else
2013-08-24 Eli BenderskyClarify the documentation of XMLParser.close
2013-08-24 Tim PetersVarious clarifications based on feedback & questions...
2013-08-24 Tim PetersVarious clarifications based on feedback & questions...
2013-08-24 Antoine PitrouIssue #18772: fix the gdb plugin after the set implemen...
2013-08-24 Antoine PitrouIssue #18756: make test_urandom_failure more robust...
2013-08-24 Antoine PitrouIssue #18756: make test_urandom_failure more robust...
2013-08-24 Nick CoghlanClose #18538: ``python -m dis`` now uses argparse.
2013-08-24 Victor Stinner(Merge 3.3) test_socket: cancel scheduled alarm on...
next