2014-09-02 |
Victor Stinner | Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIM... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Victor Stinner | pytime.h: remove duplicated "#ifndef Py_LIMITED_API" |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Guido van Rossum | Closes #21527: Add default number of workers to ThreadP... |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Victor Stinner | (Merge 3.4) Closes #22258: Fix the the internal functio... |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Victor Stinner | Closes #22258: Fix the the internal function set_inheri... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Benjamin Peterson | sigma actually works in latex... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Benjamin Peterson | try to pick a unicode char that latex understands |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Benjamin Peterson | a more universal unicode char example |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Berker Peksag | Remove unused imports. |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Berker Peksag | Remove unused imports. |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Berker Peksag | Issue #19447: Suppress output of py_compile.compile(). |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Berker Peksag | Issue #19447: Suppress output of py_compile.compile(). |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Ned Deily | Issue #22320: merge from 3.4 |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Ned Deily | Issue #22320: Fix broken link in the General Python... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | Merge with 3.4; Closes #22315 |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | #22315: Use advertised API for OSError |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | #22315: Use an existent directory for 'src' to trigger... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | #22315: Provide an actual directory during test invocation. |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | #22315: Use technique outlined in test_file_util |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | #22315: Add test to capture the failure. |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | Correct indent |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Jason R. Coombs | Remove unused import |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Victor Stinner | (Merge 3.4) asyncio, Tulip issue 205: Fix a race condit... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Victor Stinner | asyncio, Tulip issue 205: Fix a race condition in BaseS... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Victor Stinner | (Merge 3.4) Closes #22275: asyncio: enhance documentati... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Victor Stinner | Closes #22275: asyncio: enhance documentation of OS... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Benjamin Peterson | merge 3.4 (closes #22307) |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Benjamin Peterson | getuid() returns real process id not effective (closes... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
R David Murray | Merge #22215: have the smtplib 'quit' command reset... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
R David Murray | #22215: have the smtplib 'quit' command reset the state. |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Antoine Pitrou | Issue #22098: ctypes' BigEndianStructure and LittleEndi... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Antoine Pitrou | Issue #22185: Fix an occasional RuntimeError in threadi... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Antoine Pitrou | Issue #22185: Fix an occasional RuntimeError in threadi... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Victor Stinner | Issue #22043: Oops, fix perf_counter() on UNIX if no... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Victor Stinner | Issue #22043: Simplify time.perf_counter() on Windows |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Victor Stinner | Issue #22043: _PyTime_Init() now checks if the system... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Victor Stinner | Issue #22287: On UNIX, _PyTime_gettimeofday() now uses |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Berker Peksag | Issue #22182: Use e.args to unpack exceptions correctly... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Berker Peksag | Issue #22182: Use e.args to unpack exceptions correctly... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Victor Stinner | (Merge 3.4) asyncio, Tulip issue 201: Fix a race condit... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Victor Stinner | asyncio, Tulip issue 201: Fix a race condition in wait_... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Gregory P.... | The webbrowser module now uses subprocess's start_new_s... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Gregory P.... | The webbrowser module now uses subprocess's start_new_s... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Victor Stinner | Issue #22042: Fix test_signal on Windows |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Victor Stinner | Issue #22042: signal.set_wakeup_fd(fd) now raises an... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Terry Jan Reedy | Issue #22065: Remove the now unsed configGUI menu param... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Terry Jan Reedy | Issue #22065: Menus, unlike Menubottons, do not have... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Stefan Krah | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Stefan Krah | Introduce and check for MPD_VERSION_HEX for precise... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Stefan Krah | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Stefan Krah | Issue #22090: Fix '%' formatting for infinities and... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | (Merge 3.4) Issue #22063: Fix asyncio documentation... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | Issue #22063: Fix asyncio documentation of socket and... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | (Merge 3.4) asyncio, tulip issue 203: Add _FlowControlM... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | asyncio, tulip issue 203: Add _FlowControlMixin.get_wri... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | (Merge 3.4) asyncio: update the doc |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Victor Stinner | asyncio: update the doc |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Benjamin Peterson | merge 3.4 (#22265) |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Benjamin Peterson | allow test to work on implementations not using ref... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Benjamin Peterson | merge 3.4 (#22267) |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Benjamin Peterson | fix some test_weakref tests to not rely on ref-counting... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Antoine Pitrou | Issue #16808: inspect.stack() now returns a named tuple... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Serhiy Storchaka | Issue #22034: Improve handling of wrong argument types... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Serhiy Storchaka | Issue #22034: Got rid of misleading error message for... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Serhiy Storchaka | Issue #22236: Tkinter tests now don't reuse default... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Serhiy Storchaka | Issue #22236: Tkinter tests now don't reuse default... |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Terry Jan Reedy | Issue #13540: add missing markup. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Ned Deily | Issue #21166: fix typo in comment |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Ned Deily | Issue #21166: fix typo in comment |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Issue #22243: fix except grammar in reference. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Issue #22232 (partial fix): update Universal newlines... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Merge heads. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Terry Jan Reedy | Merge heads. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Nick Coghlan | Merge PEP 466 What's New in 2.7 changes from 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Nick Coghlan | Forward port PEP 466 What's New in 2.7 updates |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Antoine Pitrou | Issue #2527: Add a *globals* argument to timeit functio... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Ned Deily | Issue #21166: merge from 3.4 |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Ned Deily | Issue #21166: Prevent possible segfaults and other... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Issue #20152: Port pyexpat to Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Add a missing Argument Clinic file |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Issue #20152: Port the pwd module to Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Fix a missing #include. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Issue #20152: Port the spwd module to Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Berker Peksag | Issue #19447: Use importlib.util.cache_from_source... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Berker Peksag | Issue #19447: Use importlib.util.cache_from_source... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Berker Peksag | Issue #19447: Add a test case to py_compile.compile... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Berker Peksag | Issue #19447: Add a test case to py_compile.compile... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Issue #20152: Convert the grp module to Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Brett Cannon | Issue #20152: Convert _multibytecodecs to Argument... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Berker Peksag | Issue #22150: Fix deprecated-removed directive in Sphin... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Berker Peksag | Issue #22150: Fix deprecated-removed directive in Sphin... |
commit | commitdiff | tree | snapshot |
next |