]> granicus.if.org Git - python/shortlog
python
2014-09-17 Victor Stinnerasyncio, Tulip issue 206: In debug mode, keep the callb...
2014-09-17 Senthil KumaranMerge from 3.3
2014-09-17 Senthil KumaranIssue #22419: Limit the length of incoming HTTP request...
2014-09-17 Senthil KumaranMerge from 3.3
2014-09-17 Senthil KumaranIssue #22421 - Secure pydoc server run. Bind it to...
2014-09-17 Ethan FurmanIssue21738: clarify usage of __new__ in Enum subclasses
2014-09-17 Ethan Furmanconsistently use _name_ and _value_; patch from Kiss...
2014-09-16 Antoine PitrouReplace bad ftp URLs in test_urllib2net
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-09-15 Nick CoghlanIssue #22166: clear codec caches in test_codecs
2014-09-15 Serhiy StorchakaRestored re pickling test.
2014-09-15 Ned DeilyIssue #17095: Temporarily revert getpath.c change that...
2014-09-14 Serhiy StorchakaIssue #22384: An exception in Tkinter callback no longe...
2014-09-14 Serhiy StorchakaUse more appropriate asserts in re tests.
2014-09-14 Serhiy StorchakaFixed re tests incorrectly ported from 2.x to 3.x.
2014-09-14 Ned DeilyIssue #22168: Prevent turtle AttributeError with non...
2014-09-13 Benjamin Petersonmake hg link secure
2014-09-11 Vinay SajipIssue #22386: fixed regression.
2014-09-11 Serhiy StorchakaIssue #21147: sqlite3 now raises an exception if the...
2014-09-11 Serhiy StorchakaIssue #21951: Fixed a crash in Tkinter on AIX when...
2014-09-11 Serhiy StorchakaIssue #21951: Use attemptckalloc() instead of ckalloc...
2014-09-10 Victor StinnerIssue #22338: Fix a crash in the json module on memory...
2014-09-10 Benjamin Petersony2k compliance, lol (closes #22380)
2014-09-10 Serhiy StorchakaIssue #22369: Change "context manager protocol" to...
2014-09-09 Stefan KrahIssue #22284: Update decimal.__all__
2014-09-06 Benjamin Petersonremove various dead version checks (closes #22349)
2014-09-06 Serhiy StorchakaIssue #22226: Added private function _splitdict() in...
2014-09-06 Serhiy StorchakaIssue #22131: Fixed a bug in handling an error occured...
2014-09-06 Serhiy StorchakaIssue #19524: Fixed resource leak in the HTTP connectio...
2014-09-06 Nick CoghlanIssue #22295: Adopt 'python -m pip' as the preferred...
2014-09-06 Nick CoghlanIssue #22346: also include asyncio PEP 411 notice in 3.4
2014-09-05 Ned DeilyKeep Mac/build-installer.py in sync across branches...
2014-09-05 Serhiy StorchakaIssue #20643: Removed unneeded (and wrong) class direct...
2014-09-05 Serhiy StorchakaIssue #22221: Add tests for compile() with source encod...
2014-09-05 Terry Jan ReedyIssue #21933: Make Control-Mousewhell only change font...
2014-09-03 Terry Jan ReedyNEWS items for Idle.
2014-09-03 Terry Jan ReedyNEWS items for turtledemo.
2014-09-03 Terry Jan ReedyIssue #22051: remove unneeded reload that allowed bad...
2014-09-03 Victor StinnerIssue #21440: test_zipfile: replace last direct calls...
2014-09-03 Victor StinnerIssue #21440: Backport changeset 4ebf97299b18 to branch...
2014-09-03 Victor StinnerIssue #20957: test_smtpnet now uses support.transient_i...
2014-09-03 Victor StinnerIssue #22332: test_multiprocessing_main_handling is...
2014-09-03 Victor StinnerIssue #22331: Skip test_interrupted_write_text() on...
2014-09-03 Terry Jan ReedyIssue #21933: Users can now change the font size for...
2014-09-02 Victor StinnerCloses #22258: Fix the the internal function set_inheri...
2014-09-01 Berker PeksagRemove unused imports.
2014-09-01 Berker PeksagIssue #19447: Suppress output of py_compile.compile().
2014-09-01 Ned DeilyIssue #22320: Fix broken link in the General Python...
2014-08-31 Jason R. Coombs#22315: Use advertised API for OSError
2014-08-31 Jason R. Coombs#22315: Use an existent directory for 'src' to trigger...
2014-08-31 Jason R. Coombs#22315: Provide an actual directory during test invocation.
2014-08-31 Jason R. Coombs#22315: Use technique outlined in test_file_util
2014-08-31 Jason R. Coombs#22315: Add test to capture the failure.
2014-08-31 Jason R. CoombsCorrect indent
2014-08-31 Jason R. CoombsRemove unused import
2014-08-31 Victor Stinnerasyncio, Tulip issue 205: Fix a race condition in BaseS...
2014-08-31 Victor StinnerCloses #22275: asyncio: enhance documentation of OS...
2014-08-31 Benjamin Petersongetuid() returns real process id not effective (closes...
2014-08-30 R David Murray#22215: have the smtplib 'quit' command reset the state.
2014-08-29 Antoine PitrouIssue #22185: Fix an occasional RuntimeError in threadi...
2014-08-29 Berker PeksagIssue #22182: Use e.args to unpack exceptions correctly...
2014-08-28 Victor Stinnerasyncio, Tulip issue 201: Fix a race condition in wait_...
2014-08-27 Gregory P.... The webbrowser module now uses subprocess's start_new_s...
2014-08-27 Terry Jan ReedyIssue #22065: Remove the now unsed configGUI menu param...
2014-08-27 Terry Jan ReedyIssue #22065: Menus, unlike Menubottons, do not have...
2014-08-26 Stefan KrahIntroduce and check for MPD_VERSION_HEX for precise...
2014-08-26 Stefan KrahIssue #22090: Fix '%' formatting for infinities and...
2014-08-25 Victor StinnerIssue #22063: Fix asyncio documentation of socket and...
2014-08-25 Victor Stinnerasyncio, tulip issue 203: Add _FlowControlMixin.get_wri...
2014-08-25 Victor Stinnerasyncio: sync with Tulip
2014-08-25 Victor Stinnerasyncio: update the doc
2014-08-24 Benjamin Petersonallow test to work on implementations not using ref...
2014-08-24 Benjamin Petersonfix some test_weakref tests to not rely on ref-counting...
2014-08-24 Serhiy StorchakaIssue #22034: Got rid of misleading error message for...
2014-08-24 Serhiy StorchakaIssue #22236: Tkinter tests now don't reuse default...
2014-08-24 Terry Jan ReedyIssue #13540: add missing markup.
2014-08-24 Ned DeilyIssue #21166: fix typo in comment
2014-08-23 Terry Jan ReedyIssue #22243: fix except grammar in reference.
2014-08-23 Terry Jan ReedyIssue #22232 (partial fix): update Universal newlines...
2014-08-23 Terry Jan ReedyMerge heads.
2014-08-23 Nick CoghlanForward port PEP 466 What's New in 2.7 updates
2014-08-22 Ned DeilyIssue #21166: Prevent possible segfaults and other...
2014-08-22 Berker PeksagIssue #19447: Use importlib.util.cache_from_source...
2014-08-22 Berker PeksagIssue #19447: Add a test case to py_compile.compile...
2014-08-22 Berker PeksagIssue #22150: Fix deprecated-removed directive in Sphin...
2014-08-22 Brett CannonIssue #22191: Fix warnings.__all__.
2014-08-22 Senthil KumaranFix issue22245 - Fix urllib2_localnet test.
2014-08-20 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-19 Terry Jan ReedyIdle ColorDelegator: finish removing code for 'as'.
2014-08-19 Terry Jan ReedyIdle ColorDelegator: remove special case code for ...
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-18 Benjamin Petersonremove 2.2 and 2.6 compat code (closes #22200)
2014-08-17 Serhiy StorchakaIssue #22165: Fixed test_undecodable_filename on Mac OS.
2014-08-17 Serhiy StorchakaIssue #22068: Avoided reference loops with Variables...
2014-08-17 Serhiy StorchakaIssue #22201: Command-line interface of the zipfile...
2014-08-17 Serhiy StorchakaIssue #22165: Fixed test_undecodable_filename on non...
2014-08-17 Serhiy StorchakaIssue #22165: SimpleHTTPRequestHandler now supports...
next