]> granicus.if.org Git - python/shortlog
python
2014-08-31 Benjamin Petersonmerge 3.4 (closes #22307)
2014-08-31 Benjamin Petersongetuid() returns real process id not effective (closes...
2014-08-30 R David MurrayMerge #22215: have the smtplib 'quit' command reset...
2014-08-30 R David Murray#22215: have the smtplib 'quit' command reset the state.
2014-08-29 Antoine PitrouIssue #22098: ctypes' BigEndianStructure and LittleEndi...
2014-08-29 Antoine PitrouIssue #22185: Fix an occasional RuntimeError in threadi...
2014-08-29 Antoine PitrouIssue #22185: Fix an occasional RuntimeError in threadi...
2014-08-29 Victor StinnerIssue #22043: Oops, fix perf_counter() on UNIX if no...
2014-08-29 Victor StinnerIssue #22043: Simplify time.perf_counter() on Windows
2014-08-29 Victor StinnerIssue #22043: _PyTime_Init() now checks if the system...
2014-08-29 Victor StinnerIssue #22287: On UNIX, _PyTime_gettimeofday() now uses
2014-08-29 Berker PeksagIssue #22182: Use e.args to unpack exceptions correctly...
2014-08-29 Berker PeksagIssue #22182: Use e.args to unpack exceptions correctly...
2014-08-28 Victor Stinner(Merge 3.4) asyncio, Tulip issue 201: Fix a race condit...
2014-08-28 Victor Stinnerasyncio, Tulip issue 201: Fix a race condition in wait_...
2014-08-27 Gregory P.... The webbrowser module now uses subprocess's start_new_s...
2014-08-27 Gregory P.... The webbrowser module now uses subprocess's start_new_s...
2014-08-27 Victor StinnerIssue #22042: Fix test_signal on Windows
2014-08-27 Victor StinnerIssue #22042: signal.set_wakeup_fd(fd) now raises an...
2014-08-27 Terry Jan ReedyMerge with 3.4
2014-08-27 Terry Jan ReedyIssue #22065: Remove the now unsed configGUI menu param...
2014-08-27 Terry Jan ReedyMerge with 3.4
2014-08-27 Terry Jan ReedyIssue #22065: Menus, unlike Menubottons, do not have...
2014-08-26 Stefan KrahMerge 3.4.
2014-08-26 Stefan KrahIntroduce and check for MPD_VERSION_HEX for precise...
2014-08-26 Stefan KrahMerge 3.4.
2014-08-26 Stefan KrahIssue #22090: Fix '%' formatting for infinities and...
2014-08-25 Victor Stinner(Merge 3.4) Issue #22063: Fix asyncio documentation...
2014-08-25 Victor StinnerIssue #22063: Fix asyncio documentation of socket and...
2014-08-25 Victor Stinner(Merge 3.4) asyncio, tulip issue 203: Add _FlowControlM...
2014-08-25 Victor Stinnerasyncio, tulip issue 203: Add _FlowControlMixin.get_wri...
2014-08-25 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-08-25 Victor Stinnerasyncio: sync with Tulip
2014-08-25 Victor Stinner(Merge 3.4) asyncio: update the doc
2014-08-25 Victor Stinnerasyncio: update the doc
2014-08-24 Benjamin Petersonmerge 3.4 (#22265)
2014-08-24 Benjamin Petersonallow test to work on implementations not using ref...
2014-08-24 Benjamin Petersonmerge 3.4 (#22267)
2014-08-24 Benjamin Petersonfix some test_weakref tests to not rely on ref-counting...
2014-08-24 Antoine PitrouIssue #16808: inspect.stack() now returns a named tuple...
2014-08-24 Serhiy StorchakaIssue #22034: Improve handling of wrong argument types...
2014-08-24 Serhiy StorchakaIssue #22034: Got rid of misleading error message for...
2014-08-24 Serhiy StorchakaIssue #22236: Tkinter tests now don't reuse default...
2014-08-24 Serhiy StorchakaIssue #22236: Tkinter tests now don't reuse default...
2014-08-24 Terry Jan ReedyMerge with 3.4
2014-08-24 Terry Jan ReedyIssue #13540: add missing markup.
2014-08-24 Ned DeilyIssue #21166: fix typo in comment
2014-08-24 Ned DeilyIssue #21166: fix typo in comment
2014-08-23 Terry Jan ReedyMerge with 3.4
2014-08-23 Terry Jan ReedyIssue #22243: fix except grammar in reference.
2014-08-23 Terry Jan ReedyMerge with 3.4
2014-08-23 Terry Jan ReedyIssue #22232 (partial fix): update Universal newlines...
2014-08-23 Terry Jan ReedyMerge with 3.4
2014-08-23 Terry Jan ReedyMerge heads.
2014-08-23 Terry Jan ReedyMerge heads.
2014-08-23 Nick CoghlanMerge PEP 466 What's New in 2.7 changes from 3.4
2014-08-23 Nick CoghlanForward port PEP 466 What's New in 2.7 updates
2014-08-23 Antoine PitrouIssue #2527: Add a *globals* argument to timeit functio...
2014-08-22 Ned DeilyIssue #21166: merge from 3.4
2014-08-22 Ned DeilyIssue #21166: Prevent possible segfaults and other...
2014-08-22 Brett CannonIssue #20152: Port pyexpat to Argument Clinic.
2014-08-22 Brett CannonAdd a missing Argument Clinic file
2014-08-22 Brett CannonIssue #20152: Port the pwd module to Argument Clinic.
2014-08-22 Brett CannonFix a missing #include.
2014-08-22 Brett CannonIssue #20152: Port the spwd module to Argument Clinic.
2014-08-22 Berker PeksagIssue #19447: Use importlib.util.cache_from_source...
2014-08-22 Berker PeksagIssue #19447: Use importlib.util.cache_from_source...
2014-08-22 Berker PeksagIssue #19447: Add a test case to py_compile.compile...
2014-08-22 Berker PeksagIssue #19447: Add a test case to py_compile.compile...
2014-08-22 Brett CannonIssue #20152: Convert the grp module to Argument Clinic.
2014-08-22 Brett CannonIssue #20152: Convert _multibytecodecs to Argument...
2014-08-22 Berker PeksagIssue #22150: Fix deprecated-removed directive in Sphin...
2014-08-22 Berker PeksagIssue #22150: Fix deprecated-removed directive in Sphin...
2014-08-22 Brett CannonMerge for issue #22191 fix
2014-08-22 Brett CannonIssue #22191: Fix warnings.__all__.
2014-08-22 Brett CannonIssue #19714: Tests for importlib.machinery.WindowsRegi...
2014-08-22 Senthil Kumaranmerge from 3.4
2014-08-22 Senthil KumaranFix issue22245 - Fix urllib2_localnet test.
2014-08-21 Antoine PitrouIssue #22118: Switch urllib.parse to use RFC 3986 seman...
2014-08-21 Serhiy StorchakaIssue #21549: Added the "members" parameter to TarFile...
2014-08-20 Benjamin Petersonuse __qualname__ to compute bound method repr (closes...
2014-08-20 Senthil Kumaranmerge from 3.4
2014-08-20 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-19 Terry Jan ReedyMerge with 3.4
2014-08-19 Terry Jan ReedyIdle ColorDelegator: finish removing code for 'as'.
2014-08-19 Terry Jan ReedyMerge with 3.4
2014-08-19 Terry Jan ReedyIdle ColorDelegator: remove special case code for ...
2014-08-19 Benjamin Petersonallow recursion depth to be specified (closes #19628)
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-18 Benjamin Petersonmerge 3.4 (closes #22200)
2014-08-18 Benjamin Petersonremove 2.2 and 2.6 compat code (closes #22200)
2014-08-17 Victor StinnerIssue #22207: Fix "comparison between signed and unsign...
2014-08-17 Victor StinnerIssue #22206: Using pthread, PyThread_create_key()...
2014-08-17 Victor Stinner_pickle: Optimize raw_unicode_escape(), use directly...
2014-08-17 Victor StinnerOptimize PyBytes_FromObject(): only overallocate when...
next