]> granicus.if.org Git - python/shortlog
python
2011-07-26 Ned DeilyIssue #8746: Use tempfile module to get tempdir and...
2011-07-26 Jason R. CoombsFixes #10639: reindent.py should not convert newlines
2011-07-25 Vinay SajipFixes #12637: Last resort messages now correctly handle...
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 PitrouAdd a test for issue #1813: getlocale() failing under...
2011-07-24 Antoine PitrouIssue #1813: Fix codec lookup under Turkish locales.
2011-07-23 Antoine PitrouIssue #12624: It is now possible to fail after the...
2011-07-23 Antoine PitrouIssue #12591: Improve support of "universal newlines...
2011-07-23 Antoine PitrouIssue #12591: Allow io.TextIOWrapper to work with raw...
2011-07-23 Nadeem VawdaAdd Misc/NEWS entry for c741ba9e37ef.
2011-07-23 Nadeem VawdaIssue #10883: Fix socket leaks in urllib.request.
2011-07-23 Senthil KumaranFix closes issue12581 - Increase the urllib.parse test...
2011-07-23 Georg BrandlFix function name: open -> urlopen.
2011-07-22 Charles-François... Issue #12592: Make Python build on OpenBSD 5 (and futur...
2011-07-22 Benjamin PetersonNone is ok for identifiers but not strings
2011-07-22 Benjamin Petersonhardcode the old svn __version__
2011-07-22 Benjamin Petersontype check AST strings and identifiers
2011-07-21 Charles-François... Issue #12372: POSIX semaphores are broken on AIX: don...
2011-07-21 Ezio Melotti#12601: fix typo.
2011-07-21 Ezio Melotti#11435: link to the correct branch.
2011-07-20 Senthil KumaranFix closes issue12524 - update http.client POST example...
2011-07-19 Barry WarsawUpstream merge
2011-07-19 Ned DeilyIssue #12587: Correct faulty test file and reference...
2011-07-19 Barry Warsaw- Issue #10309: Define _GNU_SOURCE so that mremap(...
2011-07-19 Antoine PitrouIssue #12571: Add a plat-linux3 directory mirroring...
2011-07-19 R David Murray#7484: no more <> around addresses in VRFY or EXPN
2011-07-19 Senthil KumaranFix closes issue12577 - clarify shutil.move documentati...
2011-07-18 Antoine PitrouIssue #6476: Document that os.spawnle and os.spawnve...
2011-07-18 Eric V. SmithCloses #12579. Positional fields with str.format_map...
2011-07-18 R David MurrayBetter English.
2011-07-17 Senthil Kumaranfix whitespace nit.
2011-07-17 Senthil KumaranFix closes Issue12478 - HTTPErrorProcess 's methods...
2011-07-17 Senthil KumaranFix closes Issue12479 - Add HTTPErrorProcessor class...
2011-07-17 Senthil KumaranFix Issue10403 - datetime documentation clarification...
2011-07-17 Senthil KumaranFix closes Issue11436 - Minor clarification to struct...
2011-07-16 Antoine PitrouClose the call queue in concurrent.futures.ProcessPoolE...
2011-07-15 Antoine PitrouUse test.script_helper in test_pydoc
2011-07-15 Antoine Pitroutest_pydoc needs to cleanup after itself
2011-07-15 Antoine PitrouTry harder to reap dangling threads in test.support...
2011-07-15 Antoine PitrouIssue #12573: Add resource checks for dangling Thread...
2011-07-15 Antoine PitrouMerge
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-15 Benjamin Petersonmerge heads
2011-07-15 Benjamin Petersoncatch nasty exception classes with __new__ that doesn...
2011-07-15 Antoine PitrouIssue #11321: Fix a crash with multiple imports of...
2011-07-15 Antoine PitrouMake sure to reap worker threads and processes at the...
2011-07-14 Charles-François... Merge - Issue #12502: asyncore: fix polling loop with...
2011-07-14 Charles-François... Issue #12502: asyncore: fix polling loop with AF_UNIX...
2011-07-14 Benjamin Petersonthis should be an identity test
2011-07-14 Victor StinnerIssue #12250: test_socketserver uses a timeout of 60...
2011-07-14 Ezio MelottiRestore the global state of the log vars, so that test_...
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 Antoine PitrouRaise ValueError when attempting to set the _CHUNK_SIZE...
2011-07-13 Antoine PitrouMake it clear that PyNumber_AsSsize_t() returns -1...
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-10 Antoine PitrouUse infinitive, not 3rd person of present tense.
2011-07-10 Antoine PitrouIssue #12343: Add some notes on behaviour of non-blocki...
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 Georg BrandlMerge 3.2.1 release clone into main repo.
2011-07-09 Georg BrandlPost-release steps for 3.2.1.
2011-07-09 Georg BrandlAdded tag v3.2.1 for changeset ac1f7e5c0510
2011-07-09 Georg BrandlBump version to 3.2.1. v3.2.1
2011-07-09 Antoine PitrouSkip network tests when getaddrinfo() returns EAI_AGAIN...
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 Antoine PitrouAvoid failing in test_urllibnet.test_bad_address when...
2011-07-08 Antoine PitrouIssue #12440: When testing whether some bits in SSLCont...
2011-07-08 Victor StinnerIssue #12423: Fix os.abort() documentation
2011-07-06 Ned DeilyIssue #8716: Instead of relying on Aqua Tk exceptions...
2011-07-05 Victor StinnerIssue #12493: skip test_communicate_eintr() if signal...
2011-07-05 Victor StinnerIssue #12451: pydoc: html_getfile() now uses tokenize...
2011-07-05 Victor StinnerIssue #12493: subprocess: communicate() handles EINTR
2011-07-05 Victor StinnerIssue #9611, #9015: FileIO.read() clamps the length...
2011-07-05 Benjamin Petersonstart out this branch always with filename NULL
2011-07-05 Ned DeilyIssue #12497: Install test/data to prevent failures...
2011-07-05 Ned DeilyIssue #12496: Install test/capath directory to prevent...
2011-07-04 Senthil KumaranFix whitespace nit in datetime and os rst files.
2011-07-04 Senthil Kumaranissue10403 - Let's not use members anymore. Use 'attrib...
2011-07-04 Georg BrandlMerge 3.2.1 release clone changes into main 3.2 branch...
2011-07-04 Victor StinnerIssue #12469: Run "wakeup" signal tests in subprocess...
2011-07-04 Victor StinnerIssue #12429: Skip interrupted write tests on FreeBSD...
2011-07-04 Victor StinnerIssue #12429: Skip interrupted write tests on FreeBSD...
2011-07-04 Ned DeilyIssue #8716: Avoid crashes caused by Aqua Tk on OSX...
2011-07-04 Senthil KumaranFix closes issue12471 - wrong TypeError message when...
2011-07-04 Benjamin Petersonplug refleak
2011-07-04 Senthil KumaranFix closes issue issue12470 - check for utime for the...
2011-07-04 Senthil KumaranFix closes issue issue12470 - check for utime for the...
2011-07-04 Victor StinnerIssue #12467: warnings: fix a race condition if a warni...
2011-07-04 Georg BrandlPost-release steps.
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...
next