]> granicus.if.org Git - python/shortlog
python
2014-09-02 Victor StinnerIssue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIM...
2014-08-31 Victor Stinnerpytime.h: remove duplicated "#ifndef Py_LIMITED_API"
2014-09-02 Guido van RossumCloses #21527: Add default number of workers to ThreadP...
2014-09-02 Victor Stinner(Merge 3.4) Closes #22258: Fix the the internal functio...
2014-09-02 Victor StinnerCloses #22258: Fix the the internal function set_inheri...
2014-09-01 Benjamin Petersonsigma actually works in latex...
2014-09-01 Benjamin Petersontry to pick a unicode char that latex understands
2014-09-01 Benjamin Petersona more universal unicode char example
2014-09-01 Berker PeksagRemove unused imports.
2014-09-01 Berker PeksagRemove unused imports.
2014-09-01 Berker PeksagIssue #19447: Suppress output of py_compile.compile().
2014-09-01 Berker PeksagIssue #19447: Suppress output of py_compile.compile().
2014-09-01 Ned DeilyIssue #22320: merge from 3.4
2014-09-01 Ned DeilyIssue #22320: Fix broken link in the General Python...
2014-08-31 Jason R. CoombsMerge with 3.4; Closes #22315
2014-08-31 Jason R. Coombs#22315: Use advertised API for OSError
2014-08-31 Jason R. Coombs#22315: Use an existent directory for 'src' to trigger...
2014-08-31 Jason R. Coombs#22315: Provide an actual directory during test invocation.
2014-08-31 Jason R. Coombs#22315: Use technique outlined in test_file_util
2014-08-31 Benjamin Petersonmerge 3.4
2014-08-31 Jason R. Coombs#22315: Add test to capture the failure.
2014-08-31 Jason R. CoombsCorrect indent
2014-08-31 Jason R. CoombsRemove unused import
2014-08-31 Victor Stinner(Merge 3.4) asyncio, Tulip issue 205: Fix a race condit...
2014-08-31 Victor Stinnerasyncio, Tulip issue 205: Fix a race condition in BaseS...
2014-08-31 Victor Stinner(Merge 3.4) Closes #22275: asyncio: enhance documentati...
2014-08-31 Victor StinnerCloses #22275: asyncio: enhance documentation of OS...
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...
next