2011-01-31 |
Antoine Pitrou | Issue #8275: Fix passing of callback arguments with... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Brian Curtin | #11083 typo: RuntimeException -> RuntimeError |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Alexander Belopolsky | Issue #11081: Fixed struct.__all__. Reviewed by Georg... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Georg Brandl | Post-release updates. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Raymond Hettinger | Recommend use of the tracker during the RC phase or... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Raymond Hettinger | Fix minor grammar nits. |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Eli Bendersky | Mention new parameter and attributes of the difflib... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Eli Bendersky | Fix PEP-8 violation in argparse usage example (similar... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Eli Bendersky | Fix some grammar and typos |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Tagging release 3.2 rc 2. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Bump version. v3.2rc2 |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Update suspicious ignore file. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | Update pydoc topics. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | #10680: fix mutually exclusive arguments in argument... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | #10961: fix exception handling in new pydoc server... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Clarify the status of get_string() and recommend using... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Georg Brandl | #11069: fix the IDLE Stack Viewer, by not using "list... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Add entry for the mailbox fixups. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
R. David Murray | #9124: mailbox now accepts binary input and uses binary... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | List known build/install problems for OS X. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Nick Coghlan | Issue #10845: Improve compatibility between multiproces... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Markup nits. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Add section for http.client. |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Raymond Hettinger | Typos. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Éric Araujo | Protect logging call against None argument (fixes ... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Alexander Belopolsky | Issue #10939: Make Internaldate2tuple test more robust. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue 11052: Correct IDLE menu accelerators on Mac... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue #11054: Allow Mac OS X installer builds to again... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue #11053: Fix IDLE "Syntax Error" windows to behave... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ned Deily | Issue #10940: Workaround an IDLE hang on Mac OS X 10... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Alexander Belopolsky | Issue #10939: Fixed imaplib.Internaldate2tuple(). Thank... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Giampaolo Rodolà | fix reference to issue where the addition of select... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Victor Stinner | Issue #10989: Fix a crash on SSLContext.load_verify_loc... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Eric Smith | Issue #11302: missing type check on _string.formatter_f... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Raymond Hettinger | Add entry for str.format_map(). |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Eric Smith | Added a placeholder for str.format_map, as discussed... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Michael Foord | Issue 10573: revert unittest docs to first / second |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Łukasz Langa | #11027: documented how to override SECTCRE |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | More source links |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Vinay Sajip | Issue 11008: docs updated to show versionadded for... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | More typical sample invocation of tarfile. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Add missing attributions. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Update todo list. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Add an entry for tarfile. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | More source links. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Raymond Hettinger | Issue #11020: Command-line pyclbr was broken because... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Antoine Pitrou | Issue #11018: fix a test to not be a no-op in test_bz2. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
R. David Murray | #11019: Make BytesGenerator handle Message with None... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Raymond Hettinger | Issue #11014: Make 'filter' argument in tarfile.Tarfile... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Raymond Hettinger | Markup nits. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
R. David Murray | Revert r88197. I'll refix correctly once there is... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Raymond Hettinger | Add a few imports to examples. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Victor Stinner | Fix BytesGenerator._handle_text() if the message has... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Victor Stinner | fix import in email.message_from_binary_file() |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Issue #11004: Repair edge case in deque.count(). |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Brett Cannon | Tighten the restrictions on the test_sys test which... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Antoine Pitrou | Fix the description of PIPE_BUF |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Antoine Pitrou | Fix the doc for PIPE_BUF |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Typo. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Add entries for select and site. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Add math.erfc and turtledemo. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Typo. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Nits. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Raymond Hettinger | Add entry for the math module. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Brett Cannon | Ignore the gdb.py file under OS X. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Benjamin Peterson | another pretty crasher served up by pypy |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for io.BytesIO.getbuffer(). |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Ned Deily | #10974: IDLE no longer crashes if its recent files... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Terry Reedy | Issue #11000 ast.parse parses source, not just expressions. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Steven Bethard | Issue #9509: make argarse properly handle IOErrors... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Terry Reedy | Update last tix code example for 3.x, as already done... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Georg Brandl | Fix label syntax. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
R. David Murray | #10960: fix 'stat' links, link to lstat from stat,... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Typos. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Missing source links. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Fix markup and add todo. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for hash_info(). |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add section for urllib.parse. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for the html module. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entry for hashlib and expand the GC entry. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Make the type consistent for hashlib algorithm constant... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entries for dis, dbm, and ctypes. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Raymond Hettinger | Add entries for array, asyncore, csv, compileall, and... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Brett Cannon | Skip a recursion depth check test when running under... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Raymond Hettinger | minor clean-up. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Raymond Hettinger | Add tracker references. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Raymond Hettinger | Add entry for reprlib. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Antoine Pitrou | Issue #10987: Fix the recursion limit handling in the... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Raymond Hettinger | Add entry for shutil's archiving operations. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Victor Stinner | Issue #10955: Fix typo in NEWS, cp497 => cp437 |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Georg Brandl | #10983: fix several bugs in the _tunnel implementation... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Armin Ronacher | To match the behaviour of HTTP server, the HTTP client... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Armin Ronacher | Issue #10980: encode headers with latin1 instead of... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Victor Stinner | Issue #10955: fix NEWS entry |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Victor Stinner | Issue #10955: zipimport uses ASCII at bootstrap |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Vinay Sajip | Issue #10949: Improved robustness of rotating file... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Antoine Pitrou | Fix JSON docs about loads() accepting only str objects... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Raymond Hettinger | Use a Latin-1 example that won't break the LaTeX PDF... |
commit | commitdiff | tree | snapshot |
next |