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 |
2011-01-21 |
Raymond Hettinger | Add example for __wrapped__. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Raymond Hettinger | Clarify what changed with respect to date ranges and... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Antoine Pitrou | Issue #10955: Fix a potential crash when trying to... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Alexander Belopolsky | Corrected the entry about new year range in the time... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Brett Cannon | Move developers.txt to the devguide. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Brett Cannon | Update Misc/README. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Brett Cannon | Remove some outdated files from Misc. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Brett Cannon | Move README.gdb to the devguide. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Brett Cannon | Move README.Emacs to the devguide. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Raymond Hettinger | Add an entry for the code repository. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Raymond Hettinger | Make an entry for the os module's bytes accessors. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Raymond Hettinger | Add hasattr() example. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Raymond Hettinger | Add more examples |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Brett Cannon | Move maintainers.rst into the devguide and rename it... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Brett Cannon | Rename AIX-NOTES to something that follows the conventi... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Georg Brandl | #10944: add c_bool to types table. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Alexander Belopolsky | Issue #10934: Fixed and expanded Internaldate2tuple... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Antoine Pitrou | Issue #10898: Allow compiling the posix module when... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Georg Brandl | Suppress trailing spaces in table paragraphs. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Raymond Hettinger | Expand entry for pydoc. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Raymond Hettinger | Improve looks by replacing a bullet list with a table. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Raymond Hettinger | Add examples for inspect. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Brett Cannon | Klocwork scan site no longer available. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
David Malcolm | Fix typo in example of barrier timeouts from r88102 |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Expand barrier example to show time-outs. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Missing word. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Reword the OrderedDict entry to emphasize the default... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Antoine Pitrou | Issue #10451: memoryview objects could allow to mutate... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Typos. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | More nits. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Nits. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | More nits. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Add example for the abc module. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Raymond Hettinger | Nits. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Benjamin Peterson | very out of date file |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | Add an import to the logging example |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | The example for configparser was weird. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | Beautify code examples. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | Wording nits. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | Fix-up the XXX for importlib.abc. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | Tidy-up the ssl section. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Brett Cannon | Short README on gdb support. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Raymond Hettinger | Note that two-phase cyclic barriers are suitable for... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Benjamin Peterson | remove unneeded assertion |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Benjamin Peterson | correct assertion |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Benjamin Peterson | turn some checks into assertions, since they are implie... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
Brett Cannon | Placeholder sentence pointing out that imoprtlib has... |
commit | commitdiff | tree | snapshot |
next |