]> granicus.if.org Git - python/shortlog
python
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.
2011-06-29 Ned DeilyMerge 2.7
2011-06-29 Benjamin Petersonmerge 2.6
2011-06-29 Benjamin Petersonfix ws
2011-06-29 Ned DeilyIssue #9516: Update Misc/NEWS.
2011-06-29 Ned DeilyIssue #9516: Change distutils to no longer globally...
2011-06-29 Ned DeilyIssue #9516: Correct and expand OS X deployment target...
2011-06-28 Guido van RossumMinimal changes to make byext.py script work with Pytho...
2011-06-28 Ned DeilyIssue #12141: Install a copy of template C module file...
2011-06-28 Ned DeilyIssue #8746: Correct faulty configure checks so that...
2011-06-28 Ned DeilyIssue #10736: Fix test_ttk test_widgets failures with...
2011-06-27 Benjamin Petersonfix ws
2011-06-27 Benjamin Petersonadd more ast tests (closes #11302)
2011-06-27 Benjamin Petersonstrip trailing ws
2011-06-27 Benjamin Petersonmerge heads
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Senthil KumaranFix closes issue 11568 - update select.epoll.register...
2011-06-26 Senthil KumaranFix closes issue1067702 The problem with close multipl...
2011-06-26 Ezio Melotti#11363: add missing functions from curses doc. Patch...
2011-06-26 Ezio Melotti#11363: clean up curses doc.
2011-06-26 Ezio Melotti#11669: rephrase footnote in the Compound Statements...
2011-06-26 Senthil KumaranFix Issue10020 - Doc update to sqlite3 module in 2...
2011-06-25 Ezio MelottiUse correct markup in zipimport.rst. Patch by Sara...
2011-06-25 Ezio Melotti#12341: add coverage files/dirs to .hgignore. Patch...
2011-06-25 Raymond HettingerIssue 11802: filecmp cache was growing without bound.
2011-06-25 Raymond HettingerIssue 12086: add example showing how to use name mangling.
2011-06-25 Raymond HettingerIssue 11889: Clarify docs for enumerate.
2011-06-25 Raymond HettingerIssue 10326: Fix regression to get test cases to pickle...
2011-06-25 Mark Dickinsonmerge
2011-06-25 Mark DickinsonIssue #12228: Fix exchanged flag descriptions in stat...
2011-06-25 Raymond HettingerCode simplification suggested by Sven Marnach.
2011-06-25 Mark DickinsonIssue #12164: Document (in docstring) that str.translat...
2011-06-25 Ross LagerwallIssue 12404: Remove C89 incompatible code from mmap...
2011-06-24 R David Murray#9921: clarify os.path.join joining algorithm
2011-06-23 R David Murray#12389: fix missing space at sentence end.
2011-06-20 Victor StinnerRevert d370d609d09b as requested by Terry Jan Reedy:
next