2010-08-11 |
Martin v. Löwis | Add George Boutsioukis, from the GSoC project. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Brett Cannon | Note that Éric Araujo has been given commit privileges. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Alexander Belopolsky | Issue #8834: Added a comment describing the order of... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Mark Dickinson | Issue #9530: Fix undefined-behaviour-inducing overflow... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Victor Stinner | Issue #9425: create Py_UNICODE_strrchr() function |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Antoine Pitrou | Issue #8411: new condition variable emulation under... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Antoine Pitrou | test_winsound shouldn't crash when ctypes isn't available |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Antoine Pitrou | Issue #6915: Under Windows, os.listdir() didn't release... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Antoine Pitrou | Issue #3757: thread-local objects now support cyclic... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Antoine Pitrou | Followup to r83869 and issue #8524: rename socket.forge... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Senthil Kumaran | Fix Issue7007 - Use percent-encoded consistently inste... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Senthil Kumaran | Fix Issue7007 - Use percent-encoded consistently inste... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Florent Xicluna | Merged manually from 2.7 branch to 3.x trunk. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Florent Xicluna | Merged manually from 2.7 branch to 3.x trunk. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Benjamin Peterson | correct comment |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Benjamin Peterson | typo |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Benjamin Peterson | don't alias directly, so that extra arguments don't... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Fred Drake | issue #9452: |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Antoine Pitrou | Also temporarily revert r83871, to fix compilation... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Florent Xicluna | Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Florent Xicluna | Clean up syntax for some scripts. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Antoine Pitrou | Revert r83877 in order to fix compilation |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Senthil Kumaran | spelling mistake. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Senthil Kumaran | Fix Issue5416 - explain negative value for count in... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Florent Xicluna | Merge the 2to3 script from /sandbox/trunk/2to3/2to3... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Senthil Kumaran | reapply the revert made in r83875 |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Senthil Kumaran | Fix Issue9545 - Adding _collections to static build. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Raymond Hettinger | Revert 83784 adding functools.lru_cache() to the re... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Raymond Hettinger | Issue 9396. Apply functools.lru_cache in the place... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Benjamin Peterson | use 3 space indents |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Raymond Hettinger | Issue 7846: fnmatch cache can grow without bound |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Victor Stinner | Issue #9425: Create load_builtin() subfunction |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Antoine Pitrou | Issue #8524: Add a forget() method to socket objects... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Fix xml.etree.ElementInclude to include the tail of... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Fix BytesWarning in test_xml_etree, introduced with... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Victor Stinner | Issue #9425: file system encoding is not always utf-8 |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Antoine Pitrou | Issue #477863: Print a warning at shutdown if gc.garbag... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Victor Stinner | Issue #9425: fix setup_context() for non-ascii filenames |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Fix #8530: Prevent stringlib fastsearch from reading... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Antoine Pitrou | Issue #5319: Print an error if flushing stdout fails... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Issue #8047: Fix the xml.etree serializer to return... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Benjamin Peterson | revert r83830, breaks tests on unixes |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Benjamin Peterson | Merged revisions 82779,82855,83740,83789-83791,83797... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Thomas Heller | Fix issue6869: refcount problem in the _ctypes extension. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Issue #7564: Skip test_ioctl if another process is... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Typo. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Thomas Heller | Fix issue5504: ctypes does now work with systems where... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Mark Dickinson | Remove unused import. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Benjamin Peterson | remove dead code #9292 |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Add test case for the HTTPResponse being an iterable... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Tim Golden | Issue #2304: Add additional quotes when using cmd shell... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Florent Xicluna | Use unittest specific methods for some urllib test... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Benjamin Peterson | use same quoting as the rest of the file |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Senthil Kumaran | Add a news entry for Issue8280. |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Senthil Kumaran | Fix Issue8280 - urllib2's Request method will remove... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Tim Golden | Issue #3210: Revert C module changes and apply patch... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Raymond Hettinger | Issue #4570: Clean-up tutorial example |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Raymond Hettinger | Issue #9507: Named tuple repr will now automatically... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Raymond Hettinger | Improve readability of collections docs by adding a... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Benjamin Peterson | set svn:eol-style |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Document implementation notes for priority queues |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Benjamin Peterson | kill outdated comment |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Clean-up docstring in examples. |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Victor Stinner | Issue #9425: Create run_file() subfunction |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Mark Dickinson | Issue #8433: Fix test_curses failure for platforms... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Victor Stinner | Issue #9425: Create run_command() subfunction |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Victor Stinner | Issue #9425: skip tests if a filename is not encodable |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Improve the docs for bisect to cover common searching... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Fix nit (sentinel on lhs of comparison). |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Add partition recipe to itertools docs. |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raymond Hettinger | Fix markup |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Brian Curtin | Fix an assertRaises situation and typo. Also pass all... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Raymond Hettinger | Improve the whatsnew article on the lru/lfu cache decor... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Mark Dickinson | Issue #9530: Fix a couple of places where undefined... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
R. David Murray | Add xml subpackages, since they are likely to have... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Brian Curtin | Fix #9324: Add parameter validation to signal.signal... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Mark Dickinson | In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Tim Golden | Issue #3210: Ensure stdio handles are closed if CreateP... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Martin v. Löwis | Change pyc removal to support __pycache__. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Raymond Hettinger | Issue8757: Implicit set-to-frozenset conversion not... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Mark Dickinson | Misc/NEWS entry for r83751. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Mark Dickinson | Issue #9526: Remove outdated casts to int that were... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Raymond Hettinger | Fix the VS8.0 build |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Gerhard Häring | Issue #3854: Documented using the sqlite3 module with... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Brian Curtin | Issue #9524: Document that two CTRL* signals are meant... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Alexander Belopolsky | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Gerhard Häring | Issue #6683: For SMTP logins we now try all authenticat... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Alexandre Vassalotti | Issue 5077: Add documentation for operator fixer. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Mark Dickinson | Issue #9337: Make float.__str__ identical to float... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Martin v. Löwis | Add Terry Reedy. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Mark Dickinson | Issue #9498: Add reference to sys.float_info from... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Antoine Pitrou | Issue #8814: function annotations (the `__annotations__... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Senthil Kumaran | Sending the auth info as string. Fix BytesWarning:... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Antoine Pitrou | Try to fix issue #9415: skip some tests on broken Ubunt... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Antoine Pitrou | In verbose mode, identify OpenSSL build and platform... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Brian Curtin | Fix #9513 to remove relative imports from multiprocessing. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Antoine Pitrou | Issue #9496: Provide a test suite for the rlcompleter... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Antoine Pitrou | I'm interested in threading issues as well |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Richard Jones | fix test_smtplib/test_smtpd collision through pre-loade... |
commit | commitdiff | tree | snapshot |
next |