]> granicus.if.org Git - python/shortlog
python
2011-06-11 Éric AraujoAdd missing reST target to one heading in the tutorial
2011-07-29 Éric AraujoBranch merge
2011-07-29 Eli BenderskyIssue #12531: add index entries to documentation of...
2011-07-29 Raymond HettingerIssue 12514: Use try/finally to assure that timeit...
2011-07-28 Éric AraujoTurn raw URI into real link
2011-07-29 Éric AraujoUpdate documentation for shutil.move (#12043) and fix...
2011-07-29 Éric AraujoStop ignoring Mercurial merge conflits files (#12255).
2011-07-29 Éric AraujoMake VCSes ignore the compiled shared library file...
2011-07-29 Éric AraujoFix missing or shebangs and executable bits for scripts...
2011-07-28 Senthil KumaranFix closes Issue11439 - Handle the SVN Keywords in...
2011-07-27 Jason R. CoombsFixes #10639: reindent.py should not convert newlines
2011-07-27 Charles-François... - Issue #12603: Fix pydoc.synopsis() on files with...
2011-07-27 Ross LagerwallIssue #12607: In subprocess, fix issue where if stdin...
2011-07-27 Senthil Kumaranmerge from 3.2 - Fix closes Issue12621 - Fix docstrings...
2011-07-27 Ezio Melotti#12642: fix args names in open() doc.
2011-07-27 Senthil Kumaranmerge from 3.2 - fix urlopen behavior on sites which...
2011-07-27 Ned DeilyIssue #12590: IDLE editor window now always displays...
2011-07-26 Ned DeilyIssue #8746: Use tempfile module to get tempdir and...
2011-07-26 Éric AraujoMake indentation comply with our style guide and the...
2011-07-29 Éric AraujoFix “anyways” (following R. David Murray in 5c7520e02d5a)
2011-07-29 Éric AraujoAdd links from builtins module docs to built-in functio...
2011-07-29 Éric AraujoFix typo in 97a75fccd7c8
2011-07-25 Ross LagerwallIssue #12102: Document that buffered files must be...
2011-07-24 Charles-François... Issue #12560: Build libpython.so on OpenBSD. Patch...
2011-07-24 Antoine PitrouIssue #1813: Fix codec lookup and setting/getting local...
2011-07-23 Nadeem VawdaFix typo in dbf1e1a27427 that was causing some buildbot...
2011-07-23 Nadeem VawdaFix typo in NEWS entry for dbf1e1a27427.
2011-07-23 Nadeem VawdaIssue #10883: Fix socket leaks in urllib.request.
2011-07-23 Senthil Kumaranmerge from 3.2 - Fix closes issue12581 - Increase the...
2011-07-23 Georg BrandlFix function name: open -> urlopen.
2011-07-22 Benjamin Petersonmerge heads
2011-07-22 Benjamin Petersonallow None identifiers
2011-07-22 Charles-François... Issue #12592: Make Python build on OpenBSD 5 (and futur...
2011-07-22 Benjamin Petersonnews note
2011-07-22 Benjamin Petersonverify the types of AST strings and identifiers (closes...
2011-07-22 Benjamin Petersonhardcode the old svn __version__
2011-07-22 Eli BenderskyIssue #12434: make StringIO.write error message consist...
2011-07-21 Charles-François... Issue #12372: POSIX semaphores are broken on AIX: don...
2011-07-21 Ezio MelottiFix markup.
2011-07-21 Ezio Melotti#12601: fix typo.
2011-07-20 Senthil Kumaranmerge from 3.2 - Fix closes issue12524 - update http...
2011-07-19 Barry WarsawUpstream merge.
2011-07-19 Antoine PitrouIssue #12571: Add a plat-linux3 directory mirroring...
2011-07-19 Barry Warsaw- Issue #10309: Define _GNU_SOURCE so that mremap(...
2011-07-19 Raymond HettingerImprove docstring for divmod()
2011-07-19 Raymond HettingerA number of small fixups for the sorting howto guide.
2011-07-19 R David Murray#7484: no more <> around addresses in VRFY or EXPN
2011-07-19 Senthil Kumaranmerge from 3.2 - Fix closes issue12577 - clarify shutil...
2011-07-18 Antoine PitrouIssue #6476: Document that os.spawnle and os.spawnve...
2011-07-18 R David MurrayBetter English.
2011-07-18 Georg BrandlAdd missing "a".
2011-07-17 Alex GaynorBackport 2eb8789e30e7.
2011-07-17 Senthil Kumaranfix whitespace in rst.
2011-07-17 Senthil Kumaranmerge from 3.2 - Fix closes Issue12478 - HTTPErrorProce...
2011-07-17 Senthil Kumaranmerge from 3.2 - Fix closes Issue12479 - Add HTTPErrorP...
2011-07-17 Senthil Kumaranmerge from 3.2 - Issue10403 - datetime module document...
2011-07-17 Senthil Kumaranmerge from 3.2.
2011-07-17 Eli BenderskyIssue #12574: correct capitalization of the Queue modul...
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-15 Benjamin Petersonport 8d05f697acd4 (#11627)
2011-07-14 Charles-François... Issue #12502: asyncore: fix polling loop with AF_UNIX...
2011-07-14 Victor StinnerIssue #12250: test_socketserver uses a timeout of 60...
2011-07-14 Raymond HettingerIt is really a suffix :-)
2011-07-14 Benjamin Petersoncarefully cleanup pointer cache after creating struct...
2011-07-13 Ned DeilyIssue #12549: Correct test_platform to not fail when...
2011-07-13 Victor StinnerClose #4376: ctypes now supports nested structures...
2011-07-13 Georg BrandlClarify that PyErr_NewException creates an exception...
2011-07-13 Benjamin Petersonthis can be done without a custom dict (also fixes...
2011-07-12 Antoine PitrouIssue #12149: Update the method cache after a type...
2011-07-09 Antoine PitrouMention logging.captureWarnings in the warnings module...
2011-07-09 Antoine PitrouMove sys.subversion at the right place in alphabetical...
2011-07-09 Antoine PitrouIssue #12326: document the recommended idiom for checki...
2011-07-09 Antoine PitrouSkip network tests when getaddrinfo() returns EAI_AGAIN...
2011-07-08 Antoine PitrouAvoid failing in test_robotparser when mueblesmoraleda...
2011-07-08 Antoine PitrouAvoid failing in test_urllibnet.test_bad_address when...
2011-07-08 Victor StinnerIssue #12423: Fix os.abort() documentation
2011-07-08 Victor StinnerClose #12501: Adjust callable() warning: callable(...
2011-07-06 Ned DeilyIssue #8716: Instead of relying on Aqua Tk exceptions...
2011-07-05 Ned DeilyIssue #8716: Back out temporary changeset 18ce15f841cf
2011-07-05 Ned DeilyIssue #8716: Add temporary code for 2.7 to help diagnos...
2011-07-05 Victor StinnerIssue #12493: skip test_communicate_eintr() if signal...
2011-07-05 Victor StinnerIssue #12493: subprocess: communicate() handles EINTR
2011-07-05 Victor Stinnertest_io: make quiet the DeprecationWarning('classic...
2011-07-05 Victor Stinnertest_array: make quiet the DeprecationWarning
2011-07-05 Victor StinnerIssue #9611, #9015: FileIO.read(), FileIO.readinto...
2011-07-05 Benjamin Petersonstart out this branch always with filename NULL
2011-07-04 Senthil KumaranFix closes issue10403 - Let's not use members anymore.
2011-07-04 Victor StinnerIssue #12429: Skip interrupted write tests on FreeBSD...
2011-07-04 Ned DeilyIssue #8716: Fix errors in the non-OS X path of the...
2011-07-04 Ned DeilyIssue #8716: Avoid crashes caused by Aqua Tk on OSX...
2011-07-04 Ned DeilyIssue #10734: Temporarily disable test_ttk test_heading...
2011-07-04 Benjamin Petersonplug refleak
2011-07-04 Victor StinnerIssue #12467: warnings: fix a race condition if a warni...
2011-07-04 Senthil KumaranFix closes issue12438 - idlelib.PyShell's showformatwa...
2011-07-03 Senthil KumaranreST indentation fix in sqlite3 docs. rst uses 3 space...
2011-07-02 Charles-François... Issue #12352: In test_free_from_gc(), restore the GC...
2011-07-02 Charles-François... Issue #12352: Fix a deadlock in multiprocessing.Heap...
2011-07-01 Antoine PitrouReally fix issue #10898: posixmodule.c redefines FSTAT
2011-07-01 Victor StinnerIssue #11870: Skip test_threading.test_2_join_in_forked...
2011-06-29 Raymond HettingerFixup repr for dict_proxy objects.
next