2011-03-20 |
Antoine Pitrou | Call reap_children() where appropriate |
commit | commitdiff | tree | snapshot |
2011-03-20 |
R David Murray | Markup fixes for #7198 patch. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
R David Murray | #7198: really add newline='' to csv.writer docs. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Senthil Kumaran | Issue #11567 - Let's have the DOCTYPE as HTML instead... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Antoine Pitrou | Issue #11459: A `bufsize` value of 0 in subprocess... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Antoine Pitrou | Issue #5421: Fix misleading error message when one... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Senthil Kumaran | Error message in http.server code. Missed to update... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
R David Murray | #11401: handle headers with no value. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
R David Murray | #9298: restore proper folding of base64 encoded bodies. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Jesus Cea | Close Issue 11570: Lib/test/test_distutils.py tries... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ronald Oussoren | Issue #11569: use absolute path to the sysctl command... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ezio Melotti | Revert typo fixes in zlib/* |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Ezio Melotti | #11565: Fix several typos. Patch by Piotr Kasprzyk. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
R David Murray | #11216: document all possible set_charset execution... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Antoine Pitrou | Fix whitespace in test_subprocess |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Benjamin Peterson | make this subversion artifact empty |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Antoine Pitrou | On behalf of Tarek: Issue #11501: disutils.archive_util... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
R David Murray | #11555: update doc for 3.x change to as_string mangle_f... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Ezio Melotti | Revert typo fixes in _cytpes/libffi* |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Gregory P.... | Fix the @test_NNNN_tmp file terds being left in whateve... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Ezio Melotti | #11515: fix several typos. Patch by Piotr Kasprzyk. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
R David Murray | Remove redundant __contains__ entry from Message docs. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Ronald Oussoren | Issue #11500: Fixed a bug in the os x proxy bypass... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
briancurtin | Fix #11491. When dbm.open was called with a file which... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Ronald Oussoren | Fixes #1099: Mac compile fails with pydebug and framewo... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
R David Murray | #11488: Add tests for writelines method of SpooledTempo... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Ross Lagerwall | Issue #10885: Fix multiprocessing docs typo |
commit | commitdiff | tree | snapshot |
2011-03-14 |
R David Murray | #11490: EACCES can also mean command not found |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Antoine Pitrou | Remove documentation to non-existent function PyObject_... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Ezio Melotti | Fix markup in inputoutput.rst. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Ezio Melotti | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Benjamin Peterson | trunc -> math.trunc (closes #11475) |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Mark Dickinson | Issue 11131: Fix sign of zero result on decimal.Decimal... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Senthil Kumaran | Fix issue11283 - Clarifying a re pattern in the re... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Antoine Pitrou | Issue #11403: add some MSVC-generated files to .hgignore |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Ezio Melotti | #11446: fix incorrect PEP link. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Eli Bendersky | Issue #11426: use 'with' statements on open files in... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
R David Murray | #10999: Add missing documentation for chflags constants... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ezio Melotti | Use simpler assert in basic example. |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Gregory P.... | Reword the finalization note. |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Gregory P.... | Explicitly mention that people should not depend on... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ezio Melotti | Backport from 3.2 several improvements and fixes for... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Antoine Pitrou | Issue #11450: Don't truncate hg version info in Py_GetB... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Ned Deily | Issue #5622: Fix curses.wrapper to raise correct except... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Vinay Sajip | Issue #11444: Lock handlers while flushing/closing... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Benjamin Peterson | transform izip_longest #11424 |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Vinay Sajip | Issue #11424: Fix bug in determining child loggers. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Benjamin Peterson | only do this sys.stderr replacing on CPython |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Thomas Wouters | Issue #11411: Fix typo in the Makefile that prevented... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Martin v. Löwis | Convert DOS files to CRLF. This doesn't touch the ... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11294: add missing ERA_T_FMT to locale docs. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11292: add missing A_REVERSE to curses attribute table. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11239: add } to list of metacharacters (it is only... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11227: use Host header in asyncore example. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11373: fix spelling. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11405: do not reference the string module again for... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11392: you can trust the computer, but you have to... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11337: remove unreferenced footnote. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Georg Brandl | #11400: remove reference to pre-1.5 assignment behavior. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Adapt platform and test_platform to the build identific... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Commit the hg build identification patch from the pymig... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Antoine Pitrou | Fix buildbot failure following 97a5590b9291 |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Antoine Pitrou | Issue #11391: Writing to a mmap object created with |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | More tag fixups. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Add updated .hgeol file and fix newlines in the 3.1... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Georg Brandl | Fix tag references in 3.1 branch. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Giampaolo Rodolà | Merged revisions 88722 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Antoine Pitrou | Apparently, skipUnless() doesn't prevent the execution of |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Antoine Pitrou | Merged revisions 88460,88464,88466,88486,88511,88652... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Éric Araujo | Typos |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Éric Araujo | Final update and deprecation of maintainers.rst. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Éric Araujo | Merged revisions 88613 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Markup backport fix. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Blocked revisions 86869-86870,86934,86943,86954-86955... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Merged revisions 88438,88440 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Merged revisions 88430 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Merged revisions 88426 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Merged revisions 87627,87638,87739,87760,87771,87787... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Merged revisions 87101,87146,87156,87172,87175,87371... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Georg Brandl | Merged revisions 86537,86867-86868,86881,86887,86913... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Alexander Belopolsky | Merged revisions 87921 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Alexander Belopolsky | Merged revisions 87919 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Raymond Hettinger | Fix example for count(). |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Georg Brandl | Fix markup problems. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
R. David Murray | Blocked revisions 88402-88403 via svnmerge |
commit | commitdiff | tree | snapshot |
2011-02-11 |
R. David Murray | Merged revisions 87136,87221,87256,87337-87338,87571... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
R. David Murray | Blocked revisions 80334,87216,87372,87516 via svnmerge |
commit | commitdiff | tree | snapshot |
2011-02-11 |
R. David Murray | Blocked revisions 73911,78780,80757,86577,87228,88197... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Antoine Pitrou | Merged revisions 88377 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Antoine Pitrou | Merged revisions 88371 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Gregory P.... | Merged revisions 88352 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Brett Cannon | Merged revisions 88337 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Antoine Pitrou | Merged revisions 88334 via svnmerge from |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Éric Araujo | Move entries to the right place |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Raymond Hettinger | collections.Mapping is not available for setup.py.... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Éric Araujo | Blocked revisions 86252 via svnmerge |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Éric Araujo | Merged revisions 86236,86240,86332,86340,87271,87273... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Raymond Hettinger | Issue #11089: Fix performance issue limiting the use... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Éric Araujo | Blocked revisions 84189,84532,84537,84540,84549,84551... |
commit | commitdiff | tree | snapshot |
next |