2010-10-29 |
Victor Stinner | test_tarfile: woops, remove +0.001 which was used to... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | test_tarfile: dump mtime as hexadecimal on test_extract... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Issue #10093: ResourceWarnings are now issued when... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Lars Gustäbel | Add read support for all missing variants of the GNU... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | (?:...) is a non-capturing, but still grouping construct. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | Fix markup error and update false positive entries... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | Port suspicious markup builder and patchlevel.py so... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | Re-add "debugger" label, it is used in pydoc-topics. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | send_bytes obviously needs bytes... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | #10222: fix for overzealous AIX compiler. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Benjamin Peterson | decrement offset when it points to a newline (#10186... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | What's New in Python 3.2: update Unicode section |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | Issue #10210: os.get_exec_path() ignores BytesWarning... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | #10209, test_pep277: disable test_normalize and test_li... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: disable filenames 11, 12, 13, 14 on darwin |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Antoine Pitrou | Issue #5437: A preallocated MemoryError instance should... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Alexander Belopolsky | Fixed a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Hirokazu Yamamoto | Updated readme.txt about OpenSSL. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | #10116: wrap transient_internet() around net access... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Éric Araujo | Fix typo from r85874 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Review new Barrier docs. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Support new Condition return value in the multiprocessi... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: add identifiers to filenames |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: format filename with ascii() on failure |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: format function argument with ascii()... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Kristján Valur... | issue 8777 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Condition.wait now returns bool. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | #10218: return timeout status from Condition.wait,... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Fix bytes/str issues in get-remote-certificate.py. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | #7351: add more consistent exception name alias. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Antoine Pitrou | Issue #8852: Allow the socket module to build on OpenSo... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Georg Brandl | Add David. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Antoine Pitrou | In open(), only set the buffer size from st.st_blksize... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Antoine Pitrou | Recode modules from latin-1 to utf-8 |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Antoine Pitrou | Issue #5027: The standard `xml` namespace is now unders... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Alexander Belopolsky | Issue #10193: Simplified instrospection used by turtle... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Georg Brandl | #5975: add unix_dialect to csv module. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Georg Brandl | Encoding fix. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Alexander Belopolsky | Issue #7061: Dropped "for Tk" from turtle module title... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Victor Stinner | Simplify PyUnicode_Encode/DecodeFSDefault on Windows... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Georg Brandl | Fix import. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Georg Brandl | #10200: typo. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Georg Brandl | #10200: typo. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Vinay Sajip | logging: Improved Formatter implementation. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
R. David Murray | #7761: fix telnetlib.interact failures on Windows. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Georg Brandl | faqwiz is removed. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Georg Brandl | Work a bit more on tkinter demos. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Georg Brandl | Markup fix. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Georg Brandl | #3018: tkinter demo fixes for py3k. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Victor Stinner | sys_update_path(): update sys.path even if argc==0 |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Victor Stinner | update gitignore |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Senthil Kumaran | Fix issue10192 - add urlencode to urllib.parse.__all__ |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Vinay Sajip | logging: Formatter implementation tweak. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Vinay Sajip | logging: Added style option to Formatter to allow ... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Jesus Cea | Issue #10143: Update "os.pathconf" values |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Skip Montanaro | test_gdb should be skipped on darwin (not up to v7... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | str.encode() doesn't accept None as errors: use 'strict... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | Issue #10161: test_pep277 formats filenames with ascii... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | These are true PyCFunctions, after adding the second... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | Issue #8761: Mangle PyUnicode_CompareWithASCIIString... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | os: fsencode(), fsdecode() and os.environ(b) internal... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Add documentation about the default warnings filters. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Add a new warning gategory, ResourceWarning, as discuss... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Fix style. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Add casts (one needed, one for consistency). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Remove usage of exception indexing. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nick Coghlan | Issue 5178: Add tempfile.TemporaryDirectory (original... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Benjamin Peterson | tighten loop |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Benjamin Peterson | remove broken code accounting an offset the size of... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
R. David Murray | #1349106: add linesep argument to generator.flatten... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Issue #10185: use Py_hash_t instead of long |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Martin v. Löwis | Revert r85801. The test ought to pass without rounding. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Follow up to #9778: fix regressions on 64-bit Windows... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Georg Brandl | #6518: enable context manager protocol for ossaudiodev... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Also guard other SOCK_NONBLOCK test |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Victor Stinner | Issue #6011: sysconfig and distutils.sysconfig use... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Benjamin Peterson | follow up to #9778: define and use an unsigned hash... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Victor Stinner | Try to fix test_tarfile on AMD64 debian parallel 3.x |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Victor Stinner | Issue #6011: getpath: decode VPATH env var from the... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Revert r85797 (and r85798): it broke the Windows buildb... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Update what's new |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Issue #9935: Speed up pickling of instances of user... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | For now, remove accept4() code (issue #10115) |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Fix test_ssl on Ubuntu buildbot with patched OpenSSL |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Issue #5639: Add a *server_hostname* argument to `SSLCo... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Barry Warsaw | Only hack cmd.library_dirs when running under Py_ENABLE... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Georg Brandl | Refactor interesting use of try-finally. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Georg Brandl | Make top_level attribute a set instead of a dict with... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Georg Brandl | #10166: rewrite self-recursion to iteration in pstats... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Éric Araujo | Apply fix from r85784 on py3k too. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Alexander Belopolsky | Fixed a typo |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Alexander Belopolsky | Issue #7061: Fixed section title |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | Add .hgeol file for the Mercurial EOL extension. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Brian Curtin | Fix r85774 editor fail. Had a dangling try and incorrec... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Brian Curtin | Fix #10162: Add try/except around _winreg.OpenKey for... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #4829: better error message for invalid file mode |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Antoine Pitrou | Issue #10089: Add support for arbitrary -X options... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #1203650: allow larger list of files in windows makefil... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #3077: fix h2py substitution of character literals. |
commit | commitdiff | tree | snapshot |
next |