]> granicus.if.org Git - python/shortlog
python
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...
2013-08-24 Victor Stinnertest_socket: cancel scheduled alarm on test failure
2013-08-24 Benjamin Petersonremove support for compiling on systems without getcwd()
2013-08-23 Serhiy StorchakaMerge heads
2013-08-23 Serhiy StorchakaIssue #18757: Improved cross-references in the concurre...
2013-08-23 Serhiy StorchakaIssue #18757: Improved cross-references in the concurre...
2013-08-23 Antoine PitrouBack out 5bd9db528aed (issue #18408). It caused unsolv...
2013-08-23 Antoine PitrouIssue #17741: use composition, rather than inheritance...
2013-08-23 Ezio Melotti#18798: merge typo fix from 3.3 and also use two unused...
2013-08-23 Ezio Melotti#18798: fix typo in test_fcntl. Patch by Vajrasky...
2013-08-23 Ezio Melotti#18796: improve documentation of the file argument...
2013-08-23 Brett CannonIssue #18394: Explicitly close the file object cgi...
2013-08-23 Brett CannonStop using assertEquals.
2013-08-23 Brett CannonMake test_import more robust and stop using assertRaise...
2013-08-23 Victor Stinner(Merge 3.3) Close #17702: On error, os.environb now...
2013-08-23 Victor StinnerClose #17702: On error, os.environb now removes suppres...
2013-08-23 Brett CannonDelete merge markers
2013-08-23 Brett Cannonmerge for issue #18755
2013-08-23 Brett Cannonmerge for issue #18755
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 Cannonmerge emphasized discouragement of overriding __import__
2013-08-23 Brett CannonEmphasize that people should not override __import__.
2013-08-23 Raymond HettingerAdd the same dummy type that is used in dictionaries.
2013-08-22 Tim PetersAdd line explaining the "%sort" test.
2013-08-22 Tim PetersAdd line explaining the "%sort" test.
2013-08-22 Richard OudkerkMake test for semaphore tracker capture and check the...
2013-08-22 Raymond HettingerIssue 18797: Remove unneeded refcount adjustments...
2013-08-22 Serhiy StorchakaIssue #16809: Fixed some tkinter incompabilities with...
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 Serhiy StorchakaIssue #16809: Tkinter's splitlist() and split() methods...
2013-08-22 Richard OudkerkFix devpoll_dealloc().
2013-08-22 Richard OudkerkMove definition of devpoll_internal_close() before...
2013-08-22 Richard OudkerkFix compilation of select module on Solaris.
2013-08-22 Christian HeimesIssue #18747: Update Misc/NEWS to reflect the latest...
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 Christian HeimesIssue #18747: Use a parent atfork handler instead of...
2013-08-22 Richard OudkerkStop making fork server have copy of semaphore_tracker_fd.
2013-08-22 Richard OudkerkIssue #18762: Fix EBADF error when using forkserver.
2013-08-22 R David MurrayMerge #18324: set_payload now correctly handles binary...
2013-08-22 R David Murray#18324: set_payload now correctly handles binary input.
2013-08-22 Victor Stinnerremove unused declaration
2013-08-21 Victor StinnerCleanup test_builtin
2013-08-21 Victor StinnerUse new new stat.S_ISDOOR() function, instead of hardco...
2013-08-21 Tim PetersMerge 3.3 into default.
2013-08-21 Tim PetersMerge 3.2 into 3.3.
2013-08-21 Antoine PitrouNull merge
2013-08-21 Antoine PitrouIssue #18792: Use "127.0.0.1" or "::1" instead of ...
2013-08-21 Antoine PitrouIssue #18792: Use "127.0.0.1" or "::1" instead of ...
2013-08-21 Victor StinnerClose #18794: Add a fileno() method and a closed attrib...
2013-08-21 Serhiy StorchakaMerge heads
2013-08-21 Richard OudkerkIssue #18762: Print debug info on failure to create...
2013-08-21 Serhiy StorchakaIssue #17119: Fixed integer overflows when processing...
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-21 Christian HeimesIssue #18747: Re-seed OpenSSL's pseudo-random number...
next